Bilal Ates
Followers: 0 Following: 0
Feeds
提问
Warning: Matrix is close to singular or badly scaled.
a=cos(pi/6); b=cos(pi/3); % Fab Fag Fbc Fbg Fcd Fcf Fcg Fde Fdf Ffe Fgf Ax Ay Ey T=[ b 1 0 0 0 0 0 0 0 0...
4 years 前 | 0 个回答 | 0
0
个回答提问
truss system problem solve for matlab
a=cos(pi/6); b=cos(pi/3); % Fab Fag Fbc Fbg Fcd Fcf Fcg Fde Fdf Ffe Fgf Ax Ay Ey T=[ b 1 0 0 0 0 0 0 0 0...
4 years 前 | 1 个回答 | 0
1
个回答提问
truss problems warning RCOND
a=cos(pi/6); b=cos(pi/3); % Fab Fag Fbc Fbg Fcd Fcf Fcg Fde Fdf Ffe Fgf Ax Ay Ey T=[ b 1 0 0 0 0 0 0 0 0...
4 years 前 | 1 个回答 | 0
1
个回答提问
struct matlab what i should write
What should I write (if ) instead for the output to be like this???
4 years 前 | 0 个回答 | 0
0
个回答提问
integral does not give results
x=sym('x') int(((x*exp(-x/3))+tan(x)),0,5) I can't find where I made the mistake, Matlab does not give results
4 years 前 | 1 个回答 | 0
1
个回答提问
I'm not sure it's true. If I have a mistake, can you fix it...
I'm not sure it's true. If I have a mistake, can you fix it syms x y z; f0=-4*z*exp(-x^2*y-z^2)*cos(x^2*y)-10*cos(x^...
4 years 前 | 1 个回答 | 0
1
个回答提问
plot on the same figure
MATLAB commands to plot, on the same figure f=3*(t^2) + 2*t - 0.5 g=2*t*(cos(t))
4 years 前 | 1 个回答 | 0
1
个回答提问
what should I do. HELP function
[y, z]=rungeKutta(2,4,0,1,10000) function dydx=f(x,y,z) dydx=-2*y + 4*exp(-x) + exp(-1000*(z^2)); end function dzdx=g(...
4 years 前 | 2 个回答 | 0
2
个回答提问
solution with the Runge-Kutta method HELPP
for i=1:(length(x)-1) % calculation loop k_1 = F_xy(x(i),y(i)); k_2 = F_xy(x(i)+0.5*h,y(i...
4 years 前 | 1 个回答 | 0
1
个回答提问
How can I translate the above psuedocode to
How can I translate the above psuedocode to `MATLAB`? Thanks.
4 years 前 | 1 个回答 | 0