Estadística
CLASIFICACIÓN
166.486
of 295.527
REPUTACIÓN
0
CONTRIBUCIONES
12 Preguntas
1 Respuesta
ACEPTACIÓN DE RESPUESTAS
25.0%
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
Plot a sine function
I am having trouble with entering the following formula into matlab as it is giving me a variety of different error messages. Th...
alrededor de 11 años hace | 2 respuestas | 0
2
respuestasPregunta
can fsolve be used to generate values of an equation for different time steps?
I want to know whether fsolve can be used to solve an equation of the form, X=somefunction of X. I want to get values of X at di...
alrededor de 12 años hace | 2 respuestas | 0
2
respuestasPregunta
How to get the output for the following code into the workspace?
My code is as follows: function H = newmain global b1 b2 b3; b1=0; b2=2.0; b3=0.33; options=o...
alrededor de 12 años hace | 1 respuesta | 0
1
respuestaPregunta
How to give if...then condition ?
How can I give a condition statement for the following case: for A1<=A, e=0 for A1>A, e=5e-03 Now, I want to use ...
alrededor de 12 años hace | 2 respuestas | 0
2
respuestasPregunta
What are the possible ways to solve the following set of equations?
My equations are as follows: *Algebraic Equations* b1=((b1+(1-exp(-b3)))) b2=b1-y(1) b3=b1+b2+y(2) *Ordinary Diff...
alrededor de 12 años hace | 1 respuesta | 0
1
respuestaPregunta
I have a Problem while using global variable.
I have a system of equations as follows: dy1/dt = f(y1,a,b,c,d,y2...) . . . . dy6/dt = f(y1,a,b,c,d,y2...) These are ...
alrededor de 12 años hace | 1 respuesta | 0
1
respuestaPregunta
How to use global variable which is changing in every time step?
I have a particular code which looks like this: function H = newmain global b1 b2 b3 b1=1.0; ...
alrededor de 12 años hace | 2 respuestas | 0
2
respuestasPregunta
DAE Problem : cannot understand how to find the problem in my code
This is code to solve 6 ode's and 12 algebraic equations. All of them are interdependent. How do I go about it? I keep getti...
alrededor de 12 años hace | 1 respuesta | 0
1
respuestaPregunta
How to enter an if...else...end statement for a dae problem
This is my m file: **M file** function f=ncs1_dae(t,x) %Input parameters global alpha A AH AI A...
alrededor de 12 años hace | 2 respuestas | 0
2
respuestasPregunta
how to solve Coupled equations including ODE and algebraic equations?
All my variables are interdependent. How do I pass extra variables for Ode and algebraic equations?
alrededor de 12 años hace | 1 respuesta | 0
1
respuestaPregunta
Which is a better approach to solve the following set of equations?
I need to understand a logic behind my system of equations. Hence, I am giving an example of the same. Suppose I have to solve t...
alrededor de 12 años hace | 1 respuesta | 0
1
respuestaError in using the function
I am sorry if you are unable to understand the problem but I really need some tips to solve this. If you want I could send the m...
alrededor de 12 años hace | 0
Pregunta
Error in using the function
My function is f=ncs1_dae(x) and when I run the function by entering the initial values, tspan,options, etc, I get an error say...
alrededor de 12 años hace | 2 respuestas | 0