photo

Tran Thien


Last seen: 4 years 前 自 2017 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

6 个提问
0 个回答

排名
256,311
of 301,379

声誉
0

贡献数
6 个提问
0 个回答

回答接受率
66.67%

收到投票数
0

排名
 of 21,244

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 174,273

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 2
  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


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 前 | 1 个回答 | 0

1

个回答

提问


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 前 | 1 个回答 | 0

1

个回答

提问


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 前 | 0 个回答 | 0

0

个回答

提问


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

8 years 前 | 1 个回答 | 0

1

个回答

提问


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 前 | 1 个回答 | 0

1

个回答

提问


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 前 | 2 个回答 | 0

2

个回答