photo

Allan Paolo


Last seen: 7ヶ月 前 2021 年からアクティブ

Followers: 0   Following: 0

統計

  • Thankful Level 2
  • Thankful Level 1

バッジを表示

Feeds

表示方法

質問


Retain rows and columns depending on the values of an array
Hi, For example I have the square matrix: A = [3 5 7 1 2; 2 4 3 1 5; 2 6 1 6 6; 4 7 5 1 1; 2 0 1 5 2] Assuming I have the v...

7ヶ月 前 | 1 件の回答 | 0

1

回答

質問


Optimizing a matrix of values
Hi, I need help in optimizing a matrix of values. Assuming a 3x3 matrix, I would have this matrix: I needed the values of A t...

8ヶ月 前 | 2 件の回答 | 0

2

回答

質問


How to check for file existence in previous folder
Hi. I am fully aware of "exist" to check if a file exists in the same directory: ie. exist('kvals.mat', 'file') == 2 checks i...

3年弱 前 | 2 件の回答 | 0

2

回答

質問


Stopping fminsearch immediately?
So I have fminsearch running a custom function func, with outputs A, B, and C: [A, B, C] = func(x, y, z). I used the function f...

3年弱 前 | 1 件の回答 | 0

1

回答