Sashi Mendoza
Followers: 0 Following: 0
Statistics
3 Questions
0 Answers
RANK
204,072
of 295,569
REPUTATION
0
CONTRIBUTIONS
3 Questions
0 Answers
ANSWER ACCEPTANCE
33.33%
VOTES RECEIVED
0
RANK
of 20,247
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 154,105
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
Feeds
Question
Extract positive value from solve function
eqs = [(A-a1) == d, (A-a2) == d2; S = solve(eqs, [A B]); a = S.A b = S.B In the code above, all other variables are giv...
2 years ago | 1 answer | 0
1
answerQuestion
y axis scaling plot
How to change y-axis (originally straight pointing upwards) and scale it so that it is diagonal? Context: I am trying to make...
2 years ago | 1 answer | 0
1
answerQuestion
Index exceeds the number of array error
a = a certain 20x20 matrix; [val,idx] = max(a(:)); [x, y] = find(a == val); At the underlined part of the code, this displa...
2 years ago | 1 answer | 0