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

3 次查看(过去 30 天)
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 个评论
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 个)

Jonathan Sullivan
Jonathan Sullivan 2013-1-23
help interp1
doc interp1

类别

Help CenterFile Exchange 中查找有关 Time Series 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by