photo

moulay


Con actividad desde 2012

Followers: 0   Following: 0

Mensaje

Estadística

MATLAB Answers

4 Preguntas
3 Respuestas

CLASIFICACIÓN
26.093
of 300.352

REPUTACIÓN
1

CONTRIBUCIONES
4 Preguntas
3 Respuestas

ACEPTACIÓN DE RESPUESTAS
50.0%

VOTOS RECIBIDOS
1

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

  • Thankful Level 1
  • First Answer

Ver insignias

Feeds

Ver por

Pregunta


take jst the hour and munites from a vector
hi all! i have a cellcontains time: hour:munites:second %% T= '15:09:16' '15:09:17' '15:09:17' '1...

casi 11 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Plot a cell as surf
Hi together, i want to plot a cell (B) of size (10x401x12). Iwant to plot it as surf or Plot3. is ther an method to do that?...

casi 11 años hace | 1 respuesta | 0

1

respuesta

Pregunta


plot data dynamically in the figure
Hi all! SUPPOSE I WANT TO PLOT THIS VECTOR: %A=[1 1 2 5 9 8 7 6 3]; i want to plot it like a movie (dynamically). i me...

más de 11 años hace | 2 respuestas | 1

2

respuestas

Respondida
Reading and ploting a notepad txt file on Matlab
save the data as .txt data. with the load function *load filname.txt*. befor you do this, you shold comment the title line (the ...

casi 13 años hace | 0

Respondida
how to make numbering near "a" like: a1, a2, an
for example_: % for i=1:2:5 b=['a_' num2str(i)] end is that waht are u looking for?

casi 13 años hace | 0

Respondida
Inserting and equation and plotting it
Hi! that is true. length(M)=9 and length (Q)=11. you should take the same length of both vectors. for example Q=0:0.1:0.8!

casi 13 años hace | 0

Pregunta


find nan and eliminate it in matrix
hi! i wann explain may problem with an example: % A=[1 2 3;5 4 6;nan nan nan] to eleminate nan: A=(A(~isnan(A)));...

casi 13 años hace | 2 respuestas | 0

2

respuestas