English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

I need a list of the commands being used on matlab6.

2006-06-19 15:23:47 · 2 answers · asked by thel_0821 1 in Science & Mathematics Engineering

2 answers

If you were to integrate f(x) from 0 to pi/2

it wold be int(f,0,pi/2).

2006-06-19 19:27:09 · answer #1 · answered by Man 6 · 1 0

If you want to integrate it using real numbers,

ans = 0;
for m = lower_Limit:dx:upper_Limit
ans = ans + equation(m)
end

If you want to use symbols, use the symbolic library toolbox.

2006-06-19 15:32:43 · answer #2 · answered by Michael T 1 · 0 0

fedest.com, questions and answers