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 comentarios

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 el 25 de En. de 2013
this plot is different and shape of it is different
Evgeny Pr
Evgeny Pr el 25 de En. de 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. :)

Iniciar sesión para comentar.

Categorías

Preguntada:

el 23 de En. de 2013

Community Treasure Hunt

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

Start Hunting!

Translated by