Community Profile

photo

Bilal Ates


Last seen: meer dan een jaar ago Active since 2020

Followers: 0   Following: 0

Statistics

  • Thankful Level 2
  • Thankful Level 1

View badges

Feeds

View by

Question


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...

ongeveer 3 jaar ago | 0 answers | 0

0

answers

Question


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...

ongeveer 3 jaar ago | 1 answer | 0

1

answer

Question


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...

ongeveer 3 jaar ago | 1 answer | 0

1

answer

Question


struct matlab what i should write
What should I write (if ) instead for the output to be like this???

meer dan 3 jaar ago | 0 answers | 0

0

answers

Question


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

meer dan 3 jaar ago | 1 answer | 0

1

answer

Question


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^...

bijna 4 jaar ago | 1 answer | 0

1

answer

Question


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))

bijna 4 jaar ago | 1 answer | 0

1

answer

Question


can you solve the system below?
2x-3y+4z=5 y+4z+x=10 -2z+3x+4y=0

bijna 4 jaar ago | 1 answer | 0

1

answer

Question


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(...

bijna 4 jaar ago | 2 answers | 0

2

answers

Question


How can I write these functions to the press

bijna 4 jaar ago | 1 answer | 0

1

answer

Question


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...

bijna 4 jaar ago | 1 answer | 0

1

answer

Question


How can I translate the above psuedocode to
How can I translate the above psuedocode to `MATLAB`? Thanks.

bijna 4 jaar ago | 1 answer | 0

1

answer