12.07.2015 Views

Matlab/Octave Tutorial

Matlab/Octave Tutorial

Matlab/Octave Tutorial

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

• >> subs(int_def_g,{a,c},{2,4})ans =107.0980•Sometimes MATLAB is unable to find an analyticalsolution for a definite integral, e.g.:>> int(exp(sin(x)),x,0,1)•In such cases, the numerical procedure quad may beused, e.g.:>> quad('exp(sin(x))',0,1)•quad is not part of the symbolic toolbox139

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!