photo

Paul Mezs


Last seen: 11 mesi fa Attivo dal 2023

Followers: 0   Following: 0

Statistica

Feeds

Visto da

Domanda


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 mesi fa | 1 risposta | 0

1

risposta