Feeds
提问
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 前 | 1 个回答 | 0
1
个回答提问
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 前 | 1 个回答 | 0
1
个回答提问
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 前 | 0 个回答 | 0