photo

Shantanu Vachhani


Con actividad desde 2015

Followers: 0   Following: 0

Estadística

MATLAB Answers

1 Pregunta
1 Respuesta

CLASIFICACIÓN
261.378
of 300.352

REPUTACIÓN
0

CONTRIBUCIONES
1 Pregunta
1 Respuesta

ACEPTACIÓN DE RESPUESTAS
0.0%

VOTOS RECIBIDOS
0

CLASIFICACIÓN
 of 20.928

REPUTACIÓN
N/A

EVALUACIÓN MEDIA
0.00

CONTRIBUCIONES
0 Archivos

DESCARGAS
0

ALL TIME DESCARGAS
0

CLASIFICACIÓN

of 168.212

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

  • First Answer

Ver insignias

Feeds

Ver por

Pregunta


Plotting graph using arrays
x=zeros(1,10); x(2:4) =1; y= linspace(0,10,10); plot(y,x) <</matlabcentral/answers/uploaded_files/92133/Untitle...

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

1

respuesta

Respondida
Tridiagonal matrix (thomas algorithm)
%of the form AX=B n=input('enter the order for the matrix'); for(i=1:n) for(j=1:n) a(i,j)=input('enter t...

casi 10 años hace | 0