photo

Paul Mezs


Last seen: 11 meses hace Con actividad desde 2023

Followers: 0   Following: 0

Estadística

Feeds

Ver por

Pregunta


I am trying to get my function to return two variables to the workspace. It is a very simple function. What am I doing wrong.
function [x,y] = save_13(a,b) x = 5 + a; y = 7 + b; end % I should be gettting 'x' and 'y' to return to the workspace, as...

11 meses hace | 1 respuesta | 0

1

respuesta