Community Profile

photo

Sashi Mendoza


Last seen: plus d'un an il y a Actif depuis 2022

Followers: 0   Following: 0

Statistiques

  • Thankful Level 1

Afficher les badges

Feeds

Afficher par

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

environ 2 ans il y a | 1 réponse | 0

1

réponse

Question


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

environ 2 ans il y a | 1 réponse | 0

1

réponse

Question


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

environ 2 ans il y a | 1 réponse | 0

1

réponse