photo

Amir Ehsani


自 2012 起处于活动状态

Followers: 0   Following: 0

消息

统计学

MATLAB Answers

5 个提问
0 个回答

排名
119,090
of 300,829

声誉
0

贡献数
5 个提问
0 个回答

回答接受率
40.0%

收到投票数
0

排名
 of 21,088

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 171,210

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


how can I multiplying matrix elements
How can I multiple elements of one column or row of a matrix?

13 years 前 | 1 个回答 | 0

1

个回答

提问


calculating symbolic matrix determinant
I have a problem to calculate the n*n matrix with Matlab. if n>=16 the solving procedure will be to long. My matrix is symbolic ...

13 years 前 | 1 个回答 | 0

1

个回答

提问


How can I triangular a matrix
I have a n*n matrix. I want to change it to a triangular matrix. please help me.

13 years 前 | 1 个回答 | 0

1

个回答

提问


Move matrix rows and columns
I have a n*n matrix. I want to convert it to n^2*1 matrix. for example: A=[a b;c d] result B=[a;b;c;d]

13 years 前 | 1 个回答 | 0

1

个回答

提问


Find coefficient in symbolic expression or matrix in matlab
I have the equation below: 2*x+3*y+4*z I want to separate the coefficients from syms. I want a function that its result from m...

13 years 前 | 2 个回答 | 0

2

个回答