photo

Paul Mezs


Last seen: 11 months ago Active since 2023

Followers: 0   Following: 0

Statistics

Feeds

View by

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 months ago | 1 answer | 0

1

answer