Reflecting a Curve on a Graph

1 回表示 (過去 30 日間)
Tom
Tom 2019 年 8 月 27 日
編集済み: KALYAN ACHARJYA 2019 年 8 月 27 日
I have produced the following graph
attemptatstokesvelocity.jpg
I basically want to slide the curve down so that it starts at 0 rather than at 0.5932 and then reflect it.

回答 (1 件)

KALYAN ACHARJYA
KALYAN ACHARJYA 2019 年 8 月 27 日
編集済み: KALYAN ACHARJYA 2019 年 8 月 27 日
x=0:0.5:10;
y=exp(2.*x/3);
plot(y);
Set the scale range (values) as per requirements

カテゴリ

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