photo

Luiz Felippe


UFF

Active since 2013

Followers: 0   Following: 0

Message

Statistics

MATLAB Answers

3 Questions
0 Answers

RANK
273,831
of 297,457

REPUTATION
0

CONTRIBUTIONS
3 Questions
0 Answers

ANSWER ACCEPTANCE
33.33%

VOTES RECEIVED
0

RANK
 of 20,438

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 158,938

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

  • Thankful Level 1

View badges

Feeds

View by

Question


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...

11 years ago | 1 answer | 0

1

answer

Question


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); ...

12 years ago | 1 answer | 0

1

answer

Question


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];...

12 years ago | 0 answers | 0

0

answers