![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/9564321_1522133369256_DEF.jpg)
Luis-Mguel Franco
Followers: 0 Following: 0
Statistics
3 Questions
0 Answers
RANK
95 685
of 297 016
REPUTATION
0
CONTRIBUTIONS
3 Questions
0 Answers
ANSWER ACCEPTANCE
0.0%
VOTES RECEIVED
0
RANK
of 20 419
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 157 725
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
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 ...
ungefär 4 år ago | 1 answer | 0
1
answerQuestion
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...
nästan 8 år ago | 1 answer | 0
1
answerQuestion
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=...
nästan 8 år ago | 1 answer | 0