Matlab12345
Followers: 0 Following: 0
Estadística
11 Preguntas
0 Respuestas
CLASIFICACIÓN
194.188
of 295.527
REPUTACIÓN
0
CONTRIBUCIONES
11 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
45.45%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.242
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 154.057
CONTRIBUCIONES
0 Problemas
0 Soluciones
PUNTUACIÓN
0
NÚMERO DE INSIGNIAS
0
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Pregunta
Opening Anaconda Command Prompt in Matlab
I want to write a Matlab script that can open a command prompt from another program and then pass input to it. As an example, I ...
más de 1 año hace | 1 respuesta | 0
1
respuestaPregunta
System.Diagnostics.Process doesn't execute all commands in external file
I'm attempting to use the following code to get Matlab to open the Windows command prompt, read all the commands in an external ...
más de 1 año hace | 1 respuesta | 0
1
respuestaPregunta
Running External Command Prompt Through System Command Prompt
I am attempting to use Matlab to open a command prompt associated with a program installed on my computer, and execute a command...
más de 1 año hace | 1 respuesta | 0
1
respuestaPregunta
Finding Argument of Bessel Function (1st Kind) to Return Known Solution
I have an equation of the form 0.3005 = J0(2.405x/165) and want to find the value of x (between 0 and 160) that satisfies this e...
alrededor de 3 años hace | 2 respuestas | 0
2
respuestasPregunta
Accept/Reject Method for Monte Carlo Simulation
I have a probability distribution function given by f(m) = summation function from i = 0 to infinity of a_i * P_i(m), where P_i ...
más de 4 años hace | 0 respuestas | 0
0
respuestasPregunta
Error - Array indices must be positive integers or logical values
I am trying to solve a wave equation of the form d2u/dt2-a2*d2u/dx2=0 and have the following code: xstep = 0.1; tstep = 0.05; ...
más de 4 años hace | 1 respuesta | 0
1
respuestaPregunta
Plotting Solution for Different Times: Hyperbolic PDE
I am trying to solve the Advection-Diffusion PDE delu/delt - 2*t*delu/delx = 0 using the Maccormack method. The domain is 0 <= x...
más de 4 años hace | 1 respuesta | 0
1
respuestaPregunta
Solving System of 4 Non-Linear Equations
I have a system of four non-linear equations with four unknowns as have tried coding it as follows: syms A B t0 C eq1 = A*sin(...
más de 4 años hace | 1 respuesta | 0
1
respuestaPregunta
Changing Amplitude with Initial Condition for System of First-Order Differential Equations
I have two second-order differential equations that have been converted into a first-order system, with the result (angle vs tim...
casi 5 años hace | 0 respuestas | 0
0
respuestasPregunta
Plotting a System of Two Second-Order Differential Equations
I'm trying to reduce a system of two second-order differential equations into a system of first-order equations, solve them, and...
casi 5 años hace | 1 respuesta | 0
1
respuestaPregunta
Plotting in Matlab with Range for Independent Variable
I'm creating a simple model of a spring-mass system and am trying to plot the amplitude as a function of the spring constant. I'...
casi 5 años hace | 1 respuesta | 0