![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/9564321_1522133369256_DEF.jpg)
Luis-Mguel Franco
Followers: 0 Following: 0
Estadística
3 Preguntas
0 Respuestas
CLASIFICACIÓN
95.685
of 297.016
REPUTACIÓN
0
CONTRIBUCIONES
3 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
0.0%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.419
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 157.725
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
Feeds
Pregunta
How to run a MATLAB code in an open API
Hello everyone. I have little experience with MATLAB only using it in college and I have developed a code that my company wants ...
alrededor de 4 años hace | 1 respuesta | 0
1
respuestaPregunta
ok so I am trying to create a legend that can change if the number of datasets included in the read excel file is changed. How would I go about doing this? Here is the full code so you can get an idea of whats going on.
ffscores=xlsread('Fantasy_football_scores.xlsx'); [number name]=xlsread('Fantasy_Football_players .xlsx'); [num_rows num...
casi 8 años hace | 1 respuesta | 0
1
respuestaPregunta
I am trying to plot within a for loop, but it is only plotting the last set of data. How would I get all three sets of data in the same graph. The code is included
for i=1:num_cols x=[1:num_rows]; Y=ffscores(:,i); y=Y.'; plot(x,y) hold off xlabel=...
casi 8 años hace | 1 respuesta | 0