フィルターのクリア

Plotting a graph for time and distance where i have contant velocity

3 ビュー (過去 30 日間)
muhammad ahmad
muhammad ahmad 2019 年 2 月 18 日
編集済み: jahanzaib ahmad 2019 年 2 月 18 日
I am trying to plot a graph i have distance between two point that is coverd via two different path due to which i have different time to complete the path i want to show comparision of both with respect of time how shoulsd i write the code?

回答 (1 件)

jahanzaib ahmad
jahanzaib ahmad 2019 年 2 月 18 日
編集済み: jahanzaib ahmad 2019 年 2 月 18 日
x=rand(3,2); % three points
d = pdist(x,'euclidean'); % distancecbetween those points
v=50; %veloicty
t=d/v; %time
plot(x(:,1),x(:,2),'.')

カテゴリ

Help Center および File ExchangeGraph and Network Algorithms についてさらに検索

タグ

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by