photo

Da'Moon


自 2017 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

5 个提问
0 个回答

排名
262,779
of 300,217

声誉
0

贡献数
5 个提问
0 个回答

回答接受率
40.0%

收到投票数
0

排名
 of 20,892

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 167,741

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 2
  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


im tryng to solve it with the solver [t y] =ode45(@problem1,[0 50],[0 30]) but is not working
function [xprimes]=problem1(t,x) m= .25; C=.03; g=9.800665; xprimes=[ x(3); y(3);-((C*x(2))/m)*(sqrt(x(2)^2+y(2)^2)); -g-(...

6 years 前 | 0 个回答 | 0

0

个回答

提问


how can i make a function file that will request the user if he will like to start the code execution? i would like to use inputs
clc clear all %Assign variables to constants V1=.3; V2=.3; E1=200*10^9; E2=200*10^9; d1=38; d2=70; L=50; ...

8 years 前 | 1 个回答 | 0

1

个回答

提问


How can i make a decicion in order to make my program run after it
v=input('Would you like to run your programm?'); if v==yes end % my loop that should run after the user put yes or no...

8 years 前 | 1 个回答 | 0

1

个回答

提问


Allocating values in 1d matrix
B = p * ones(327,245,2, uint8); can i do it with a loop?

8 years 前 | 1 个回答 | 0

1

个回答

提问


if any a can be index?
A(n)=1;

8 years 前 | 1 个回答 | 0

1

个回答