how can i use one equation output values in another equation input
1 次查看(过去 30 天)
显示 更早的评论
pstep = 20;
freq = [2 3 4 5 6 7];
itime = (1./(freq.*pstep));
X = (pi.*freq.*itime);
accl = (1000.*sin(X));
plot
(itime,'-bo')
i need to pass itme values in second equation one by one and plot them itime vs freq
0 个评论
回答(1 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Surface and Mesh Plots 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!