Community Profile

photo

Sashi Mendoza


Last seen: más de 1 año hace Con actividad desde 2022

Followers: 0   Following: 0

Estadísticas

  • Thankful Level 1

Ver insignias

Feeds

Ver por

Pregunta


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

alrededor de 2 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

alrededor de 2 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

alrededor de 2 años hace | 1 respuesta | 0

1

respuesta