photo

Paul Mezs


Last seen: 11 months 前 自 2023 起处于活动状态

Followers: 0   Following: 0

统计学

Feeds

排序方式:

提问


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 前 | 1 个回答 | 0

1

个回答