photo

Amir Ehsani


Active since 2012

Followers: 0   Following: 0

Message

Statistics

MATLAB Answers

5 Questions
0 Answers

RANK
161,729
of 300,379

REPUTATION
0

CONTRIBUTIONS
5 Questions
0 Answers

ANSWER ACCEPTANCE
40.0%

VOTES RECEIVED
0

RANK
 of 20,931

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168,299

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Thankful Level 1

View badges

Feeds

View by

Question


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

13 years ago | 1 answer | 0

1

answer

Question


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 ago | 1 answer | 0

1

answer

Question


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 ago | 1 answer | 0

1

answer

Question


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 ago | 1 answer | 0

1

answer

Question


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 ago | 2 answers | 0

2

answers