photo

Luiz Felippe


UFF

Con actividad desde 2013

Followers: 0   Following: 0

Mensaje

Estadística

MATLAB Answers

3 Preguntas
0 Respuestas

CLASIFICACIÓN
217.744
of 300.369

REPUTACIÓN
0

CONTRIBUCIONES
3 Preguntas
0 Respuestas

ACEPTACIÓN DE RESPUESTAS
33.33%

VOTOS RECIBIDOS
0

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 1

Ver insignias

Feeds

Ver por

Pregunta


How Can I make a plot linear regression in a subplot ?
I'm using the command "plotregression(targets,outputs)" to plot a linear regression.I have something like this: <</matlabcent...

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

1

respuesta

Pregunta


Why the loop return only the last element ?
I'm trying to change the size of subplots using a for loop.So what I really want to do is this: clear n=9; pos=cell(1,n); ...

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

1

respuesta

Pregunta


How do I create a loop to plot two graphs in each figure ?
Hi, I'm trying to plot this on two different figures with a loop: x=[5:8]; y=cell(1,4); y{1}=[1:4]; y{2}=[-x.^2];...

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

0

respuestas