photo

pervesh anthwal


Con actividad desde 2017

Followers: 0   Following: 0

Estadística

MATLAB Answers

4 Preguntas
1 Respuesta

CLASIFICACIÓN
265.359
of 301.481

REPUTACIÓN
0

CONTRIBUCIONES
4 Preguntas
1 Respuesta

ACEPTACIÓN DE RESPUESTAS
50.0%

VOTOS RECIBIDOS
0

CLASIFICACIÓN
 of 21.298

REPUTACIÓN
N/A

EVALUACIÓN MEDIA
0.00

CONTRIBUCIONES
0 Archivos

DESCARGAS
0

ALL TIME DESCARGAS
0

CLASIFICACIÓN

of 174.744

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

  • Thankful Level 2
  • Thankful Level 1

Ver insignias

Feeds

Ver por

Pregunta


How to plot these differential equation?
X=[1/6,1/6,1/6,1/6,1/6,1/6] A=[0.1944,0.2144,0.1611,0.0344,-0.1656,-0.4389] dx(i)/dt=A*X How can I plot these different...

alrededor de 8 años hace | 1 respuesta | 0

1

respuesta

Respondida
How to Generate this Function?
<https://in.mathworks.com/matlabcentral/answers/375711-how-to-generate-this-function#comment_521727> what I want to do is: ...

más de 8 años hace | 0

Pregunta


How to Generate this Function?
if input_x={1/6,1/6,1/6,1/6,1/6,1/6} How can I generate this function: i=1:6 pi_all(i)=(1-(i-1)/5)*(0.45+1.1*...

más de 8 años hace | 1 respuesta | 0

1

respuesta

Pregunta


help in plotting replicator equation
I=5 input_x={0,0.2,0.4,0.6,0.8,1.0} function pi_all=pi_req(I,input_x) pi_all=zeros(I+1,1); for i=1:I+1 pi_al...

más de 8 años hace | 0 respuestas | 0

0

respuestas

Pregunta


Error: Unbalanced or unexpected parenthesis or bracket.
function pi_all=pi_req(I,input_x) pi_all=zeros(I+1,1); for i=1:I+1 pi_all(i)=(1-(i-1)/6)*(0.45+1.10*(input_x(...

más de 8 años hace | 1 respuesta | 0

1

respuesta