photo

Ian Samuelsson


Last seen: 4 years 前 自 2019 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

13 个提问
1 个回答

排名
198,758
of 301,984

声誉
0

贡献数
13 个提问
1 个回答

回答接受率
38.46%

收到投票数
0

排名
 of 21,477

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 177,857

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 3

查看徽章

Feeds

排序方式:

提问


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

5 years 前 | 1 个回答 | 0

1

个回答

提问


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

5 years 前 | 1 个回答 | 0

1

个回答

提问


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

5 years 前 | 1 个回答 | 0

1

个回答

提问


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

5 years 前 | 0 个回答 | 0

0

个回答

已回答
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)...

5 years 前 | 0

提问


how i plot the graph of my solution ?

5 years 前 | 1 个回答 | 0

1

个回答

提问


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

6 years 前 | 1 个回答 | 0

1

个回答

提问


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

6 years 前 | 0 个回答 | 0

0

个回答

提问


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

6 years 前 | 0 个回答 | 0

0

个回答

提问


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

6 years 前 | 1 个回答 | 0

1

个回答

提问


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

7 years 前 | 0 个回答 | 0

0

个回答

提问


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

7 years 前 | 0 个回答 | 0

0

个回答

提问


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)

7 years 前 | 1 个回答 | 0

1

个回答

提问


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

7 years 前 | 0 个回答 | 0

0

个回答