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

2 views (last 30 days)
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 Comments
vipul utsav
vipul utsav on 25 Jan 2013
this plot is different and shape of it is different
Evgeny Pr
Evgeny Pr on 25 Jan 2013
> this plot is different and shape of it is different
This is just another data dependency, but so what? The solution is the same. :)

Sign in to comment.

Answers (1)

Jonathan Sullivan
Jonathan Sullivan on 23 Jan 2013
help interp1
doc interp1

Categories

Find more on Time Series in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!