Dhruvi Upendra
Followers: 0 Following: 0
Feeds
已回答
I keep getting the error index exceeds the number of array elements(1)
clc clear all f=@(x,y,z) z; g=@(x,y,z) (x^2+6*x-9)/75; fex=@(x) (12*x^3-54*x^2-x^4)/900; a=0; b=3; h=0.1; n=30; y=0; z=0; i=0...
I keep getting the error index exceeds the number of array elements(1)
clc clear all f=@(x,y,z) z; g=@(x,y,z) (x^2+6*x-9)/75; fex=@(x) (12*x^3-54*x^2-x^4)/900; a=0; b=3; h=0.1; n=30; y=0; z=0; i=0...
5 years 前 | 0