
Luis-Mguel Franco
Statistiques
3 Questions
0 MATLAB Answers
RANG
193 197
of 277 671
RÉPUTATION
0
CONTRIBUTIONS
3 Questions
0 MATLAB Answers
ACCEPTATION DE VOS RÉPONSES
0.0%
VOTES REÇUS
0
RANG
of 18 787
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 128 848
CONTRIBUTIONS
0 Problèmes
0 Solutions
SCORE
0
NOMBRE DE BADGES
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Content Feed
Question
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 ...
plus de 2 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
environ 6 ans il y a | 1 réponse | 0
1
réponseQuestion
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=...
environ 6 ans il y a | 1 réponse | 0