Community Profile

photo

Ian Samuelsson


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

Followers: 0   Following: 0

Estadísticas

  • Thankful Level 3

Ver insignias

Feeds

Ver por

Pregunta


How can i make my ODE graph make sense?
I don't know why my graph is like that ! I tried to plot the differential and the solved ODE but my graph dont make sense. I'm ...

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

1

respuesta

Pregunta


Why the results of the matrix X' dont show?
I'm just trying to prove if x4 = 0 the matrix X' will be [100+0 -400+0 -500+0 0], but i only recive red flags :(, someone know w...

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

1

respuesta

Pregunta


Why the software is not showing my plot ?
The only problem is, my graph don't show nothing and i dont know why, i only want the normal graph of the parametric function ...

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

1

respuesta

Pregunta


I need help to fix my quiver in my graph
i don't know why my quiver don't work here, i'm trying to make vector lines in this graph clear; clc; k = 0.04; M = 5; sym...

casi 3 años hace | 0 respuestas | 0

0

respuestas

Respondida
how i plot the graph of my solution ?
i think is done, the only problem is my quiver. clear; clc; k = 0.04; M = 5; syms t T f(t,T) = log( abs( (T-M) ./ (T+M)...

casi 3 años hace | 0

Pregunta


how i plot the graph of my solution ?

casi 3 años hace | 1 respuesta | 0

1

respuesta

Pregunta


help, how i can rotate a figure in 3D using a rotation matrix.
clearvars; set(0,'defaultTextInterpreter','latex'); set(groot, 'defaultAxesTickLabelInterpreter','latex') set(groot, 'default...

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

1

respuesta

Pregunta


i need help make the earth in the center, and the moon (lua) rotation and translation
clearvars; set(0,'defaultTextInterpreter','latex'); set(groot, 'defaultAxesTickLabelInterpreter','latex') set(groot, 'default...

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

0

respuestas

Pregunta


How can i make my esphere (lua "moon in english") rotate in my earth ?
clearvars; set(0,'defaultTextInterpreter','latex'); set(groot, 'defaultAxesTickLabelInterpreter','latex') set(groot, 'default...

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

0

respuestas

Pregunta


How to plot a graph of this matrix ?
i can't plot the 3D graph

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

1

respuesta

Pregunta


How i merge these two equations ?
clearvars; % X=xv = Aceleração % Y=yv = Massa %Z = força xv = linspace(0, 2 ); yv = linspace(0,2 ); [X, Y] = ndgrid...

casi 5 años hace | 0 respuestas | 0

0

respuestas

Pregunta


how i put this graphic in function of time ?
clearvars; % X=xv = Aceleração % Y=yv = Massa %Z = força xv = linspace(0, 2 ); yv = linspace(0,2 ); [X, Y] = ndgrid...

casi 5 años hace | 0 respuestas | 0

0

respuestas

Pregunta


I need a idea to plot in 3-D
I need a example, i can't plot my centripetal equation in 3-D the equation is F = m*(v^2/R)

casi 5 años hace | 1 respuesta | 0

1

respuesta

Pregunta


I need help to plot my derivate of the folium
clearvars syms t X(t)=3*t./(1+t.^3); Y(t)=3*(t.^2)./(1+t.^3); %Primeira Derivada Dx = diff(X,t); Dy = diff(Y,t); D(t) = s...

casi 5 años hace | 0 respuestas | 0

0

respuestas