photo

Usman Saleem


Last seen: 4 meses hace Con actividad desde 2019

Followers: 0   Following: 0

Mensaje

Mathematician

Estadística

MATLAB Answers

4 Preguntas
0 Respuestas

CLASIFICACIÓN
26.148
of 300.369

REPUTACIÓN
1

CONTRIBUCIONES
4 Preguntas
0 Respuestas

ACEPTACIÓN DE RESPUESTAS
75.0%

VOTOS RECIBIDOS
1

CLASIFICACIÓN
 of 20.936

REPUTACIÓN
N/A

EVALUACIÓN MEDIA
0.00

CONTRIBUCIONES
0 Archivos

DESCARGAS
0

ALL TIME DESCARGAS
0

CLASIFICACIÓN

of 168.436

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


Symbolic function expected 3 inputs and received 2
I want to compute the following code. syms u(x,y,t) v(x,y,t) w(x,y,t) a1 a2 mu p(x,y,t) r x y I=[1,0;0,1]; VV = [diff(u,x...

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

1

respuesta

Pregunta


How to calculate the coefficients of a non-polynomial?
I want to subtitute this expansion in an equation and want to equate the coefficients of powers of , so that i can solve them af...

casi 5 años hace | 0 respuestas | 0

0

respuestas

Pregunta


How to use unique in a conditional statement nested in for loop?
I want to apply "unique" function on sol to get rid of repeated arrays. n = 10000; for a = 1:n for b = 1:n x...

casi 5 años hace | 1 respuesta | 0

1

respuesta

Pregunta


How can I plot ode 45 for different values of a constant after specific time?
I want to change the value of del after given time interval. T = 1:1:3500; del = 0; % For T=1:1:3100 del = 1; %...

más de 6 años hace | 1 respuesta | 1

1

respuesta