photo

Wan-Yi Chiu


Last seen: 1년 초과 전 2018년부터 활동

Followers: 0   Following: 0

통계

MATLAB Answers

10 질문
2 답변

순위
276,658
of 300,381

평판
0

참여
10 질문
2 답변

답변 채택
100.0%

획득한 표
0

순위
 of 20,941

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 168,477

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 3
  • First Review

배지 보기

Feeds

보기 기준

질문


How to partition a matrix by sorting a column?
Dear friends: I want to parttion a matrix into two submatrix by sorting the third column: For example, the matrix is as follow...

1년 초과 전 | 답변 수: 2 | 0

2

답변

질문


How to count the number of the rank in each column of a matrix.
Load a rank matrix 1 2 3; 2 3 1; 2 1 3; 3 1 2; 1 3 2 How do I count the number of the rank in each column: T...

2년 초과 전 | 답변 수: 1 | 0

1

답변

질문


Rank the entries of a matrix with codes.
Load a matrix: [12 4 6; 7 3 8; 1 6 5; 9 2 5] How to rank each row relative to columns with codes as: 3 1 2 2 1 3 ...

2년 초과 전 | 답변 수: 1 | 0

1

답변

질문


How do count the number under multiple conditions?
I have four numbers (A, B, C, D) that may be different. I would like to count the number such as A=B=C=D, A~=B~=C~=D, or A=B, C=...

대략 4년 전 | 답변 수: 1 | 0

1

답변

질문


How do shade different area with specific y interval
My codes are as follows: clear x = 0:0.01:9; y = sqrt(x); plot(x, y) hold on; x = 1:0.01:9; [m n]=size(x) y1=ones(1,n); ...

대략 4년 전 | 답변 수: 1 | 0

1

답변

질문


How do I have a loop for different data intervals.
I have a (m by n) matrix, for example: A=rand(m,n) First, I need the operations for the following submatrix (with different le...

4년 초과 전 | 답변 수: 1 | 0

1

답변

질문


How to run a for-loop with different dimesions?
Let A be a 20 by 1 array. I can separately compute B_1=mean(A(1:6, 1:1)), B_2=mean(A(7:15, 1:1)), and B_3=mean(A(16:20, 1:...

5년 초과 전 | 답변 수: 1 | 0

1

답변

답변 있음
Can I solve a special system of implicit functions by using the command "fsolve"
Thanks for everyone. I solve the problem.

거의 7년 전 | 0

| 수락됨

질문


Can I solve a special system of implicit functions by using the command "fsolve"
My system of implicit functions is as follows: where C and D are known vectors, A is a sysmmetric matrix. How can I wri...

거의 7년 전 | 답변 수: 2 | 0

2

답변

질문


How to solve a revised quadratic program problem
I need helps for solving the following quadratic maximum problem. The quadprog(H, f, A, b) command is designed for solving: ...

거의 7년 전 | 답변 수: 1 | 0

1

답변

답변 있음
Deleting some columns of matrix and obtain the original column index.
Thank you very much. I have tried the codes offered. However, in my case, I can not get the array [1 3 4] I mean that: ...

대략 7년 전 | 0

질문


Deleting some columns of matrix and obtain the original column index.
Dear friends I need really some help/advice. My problem is stated as follows. The original data is a X=100*50 matrix. The ...

대략 7년 전 | 답변 수: 2 | 0

2

답변