what will be value of 'b' when 'a' is equal to 0(zero)

a=[1.2716 3.8147 6.3578 8.9009 11.4440 13.9871 16.5302 19.0733 21.6164 24.1595 26.7026 29.2457 31.7889 34.3320 36.8751 39.4182 41.9613 44.5044 47.0475 49.5906];
bb=[1.9702 2.0761 2.1654 2.4575 2.6110 2.8576 3.1066 3.1969 3.2480 3.4702 3.4295 3.2009 3.3816 3.1855 3.2727 3.3242 3.2680 3.3187 3.5435 3.4821];
b=bb*1000;
plot(a,b,'o--');
xlabel 'a'
ylabel 'b
what will be value of 'b' when 'a' is equal to 0(zero) and how could it find in matlab;

4 件のコメント

Walter Roberson
Walter Roberson 2013 年 1 月 23 日
You are already discussing this over at http://www.mathworks.co.uk/matlabcentral/answers/58973-how-can-i-get-value-of-a-at-b-0 which is waiting for a response from you.
vipul utsav
vipul utsav 2013 年 1 月 25 日
this plot is different and shape of it is different
Evgeny Pr
Evgeny Pr 2013 年 1 月 25 日
> this plot is different and shape of it is different
This is just another data dependency, but so what? The solution is the same. :)

サインインしてコメントする。

回答 (1 件)

カテゴリ

質問済み:

2013 年 1 月 23 日

Community Treasure Hunt

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

Start Hunting!

Translated by