photo

Tran Thien


Last seen: 4 years ago Active since 2017

Followers: 0   Following: 0

Statistics

MATLAB Answers

6 Questions
0 Answers

RANK
256,283
of 301,186

REPUTATION
0

CONTRIBUTIONS
6 Questions
0 Answers

ANSWER ACCEPTANCE
66.67%

VOTES RECEIVED
0

RANK
 of 21,188

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 173,292

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Discussions

AVERAGE NO. OF LIKES

  • Thankful Level 2
  • Thankful Level 1

View badges

Feeds

View by

Question


I have problem with while loop.
So I have homework about Gaussian Elimination, when input matrix b I want to ensure that the input matrix has the same number of...

4 years ago | 1 answer | 0

1

answer

Question


Divide a specific element in a matrix
For example I have: A=[1 2 3; 3 2 4; 5 4 1] And I want it like this: A=[1 -2 -3; -3 2 -4; -5 -4 1] As you can see i'm trying...

7 years ago | 1 answer | 0

1

answer

Question


Replace variables twice ?
For example i got these codes <</matlabcentral/answers/uploaded_files/117731/Capture.JPG>> So in dS i want the zx and zy b...

8 years ago | 0 answers | 0

0

answers

Question


Solve double intergral ?
For example , i have this double intergral : <</matlabcentral/answers/uploaded_files/117686/Capture.JPG>> I tried this ...

8 years ago | 1 answer | 0

1

answer

Question


In command window , use emelentary transformation to create a echelon matrix ?
For example , i have matrix A = [1 2 ; 3 2] How can i create a echelon matrix from it in command window ( not script) ?

8 years ago | 1 answer | 0

1

answer

Question


How to Multiply a number to a row of matrix
For example i have matrix A = [ 1 2 3 ; 3 4 5] I want to multiply 2 to the 2nd row of the matrix so i got A...

8 years ago | 2 answers | 0

2

answers