Statistics
3 Questions
0 Answers
RANK
172,597
of 295,527
REPUTATION
0
CONTRIBUTIONS
3 Questions
0 Answers
ANSWER ACCEPTANCE
33.33%
VOTES RECEIVED
0
RANK
of 20,242
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 154,057
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 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
answerQuestion
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); ...
11 years ago | 1 answer | 0
1
answerQuestion
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];...
11 years ago | 0 answers | 0