photo

rami


自 2012 起处于活动状态

Followers: 0   Following: 0

消息

Hin in norwat

统计学

MATLAB Answers

5 个提问
1 个回答

排名
263,434
of 299,930

声誉
0

贡献数
5 个提问
1 个回答

回答接受率
60.0%

收到投票数
0

排名
 of 20,845

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 166,620

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


ODE45 WITH MATRIX V AND TIME
Hi I have a function function xprime = tdofssfun(t,x) global a b u k x0 T v1 xprime = (a-b*k)*x -(a-b*k)...

13 years 前 | 1 个回答 | 0

1

个回答

提问


State space equation
Hi I have state space equation Xdott= (A-BK)X+BXref Where A is (3,3) matrix B(1,3), K(3,1) Xref is [3,1] How I can find X m...

13 years 前 | 1 个回答 | 0

1

个回答

提问


Matrix differentiation
Hi I have matrix (3,3)in the form M=[cos(a)*sin(b)*cos(c) sin(a)*sin(b)*sin(c) cos(a)^2*sin(b)^2*cos(c);.............;.....

13 years 前 | 2 个回答 | 0

2

个回答

已回答
for loop
thx The link was so useful and the answer will be for one variable for i=1:3 for j=1:3 for k=1:3 ...

13 years 前 | 0

提问


for loop
Hi I have matrix M(3,3) I need to solve this equation for i=1:3 for j=1:3 for k=1:3 ...

13 years 前 | 4 个回答 | 0

4

个回答

提问


sum in matrix
Hi if i have x matrix from 1 to i have many different value and i want creat a new matrix y where y(1)=x(1) y(2)=x(1)+x...

13 years 前 | 1 个回答 | 0

1

个回答