Plotting problem of the different size vectors
1 view (last 30 days)
Show older comments
Hi everybody, i have a question about plotting different size vectors, below code ;
f=(400:10:2000)*1e6;
for k=1:length(f)
S=20*sin(2*pi*f(k));
z=linspace(0,1/f(k),200);
for m=1:length(z);
x(m)=4*S(k)+5;
end
###
end
How can i plot f vs. x , without do mean(x) at ### ? thanks in advance
0 Comments
Accepted Answer
More Answers (0)
See Also
Categories
Find more on Annotations in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!