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년 초과 전 | 답변 수: 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); ...
거의 12년 전 | 답변 수: 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];...
거의 12년 전 | 답변 수: 0 | 0