How to plot position vs time
古いコメントを表示
How do I create a script that will plot the vectors of time values(t) and position values(x) at the same time where as the relationship between time and position is that position is equal to the natural log of time. All help is greatly appreciated.
Thanks again
採用された回答
その他の回答 (1 件)
Fuad Ashraf
2020 年 11 月 14 日
0 投票
t=0.0001;
x=log(t);
plot(t,x)
カテゴリ
ヘルプ センター および File Exchange で Log Plots についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!