Feeds
提问
Error in using Trapz
Please could you help me because when I use traps to get the area under the curve I had an error as follow: Subscript indices...
7 years 前 | 1 个回答 | 0
1
个回答提问
How i can use function handle in another function handle?
f1 = @(x, y1, y2, y3) y2; f2 = @(x, y1, y2, y3) y3; f3 = @(x, y1, y2, y3) -0.5*y1*y3; ff1 ...
7 years 前 | 1 个回答 | 0