photo

Paul Mezs


Last seen: 11 mois il y a Actif depuis 2023

Followers: 0   Following: 0

Statistiques

Feeds

Afficher par

Question


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 mois il y a | 1 réponse | 0

1

réponse