Community Profile

photo

Bilal Ates


Last seen: más de 1 año hace Con actividad desde 2020

Followers: 0   Following: 0

Estadísticas

  • Thankful Level 2
  • Thankful Level 1

Ver insignias

Feeds

Ver por

Pregunta


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

alrededor de 3 años hace | 0 respuestas | 0

0

respuestas

Pregunta


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

alrededor de 3 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

alrededor de 3 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

más de 3 años hace | 0 respuestas | 0

0

respuestas

Pregunta


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

más de 3 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

casi 4 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

casi 4 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

casi 4 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

casi 4 años hace | 2 respuestas | 0

2

respuestas

Pregunta


How can I write these functions to the press

casi 4 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

casi 4 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

casi 4 años hace | 1 respuesta | 0

1

respuesta