photo

Allan Paolo


Last seen: 1 year ago Active since 2021

Followers: 0   Following: 0

Statistics

MATLAB Answers

4 Questions
0 Answers

RANK
205,079
of 298,339

REPUTATION
0

CONTRIBUTIONS
4 Questions
0 Answers

ANSWER ACCEPTANCE
100.0%

VOTES RECEIVED
0

RANK
 of 20,567

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 160,865

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 2
  • Thankful Level 1

View badges

Feeds

View by

Question


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...

1 year ago | 1 answer | 0

1

answer

Question


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...

1 year ago | 2 answers | 0

2

answers

Question


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

2

answers

Question


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

1

answer