Azzera filtri
Azzera filtri

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

1 visualizzazione (ultimi 30 giorni)
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 Commenti
vipul utsav
vipul utsav il 25 Gen 2013
this plot is different and shape of it is different
Evgeny Pr
Evgeny Pr il 25 Gen 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. :)

Accedi per commentare.

Risposte (1)

Jonathan Sullivan
Jonathan Sullivan il 23 Gen 2013
help interp1
doc interp1

Categorie

Scopri di più su Time Series in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by