Feeds
提问
Functions with the same inputs as outputs
I have the following problem: Is there a way to execute a function in Matlab with the same inputs as outputs and my outputs ...
8 years 前 | 0 个回答 | 0
0
个回答已回答
is it ok to have a function where the input is the output
And what if all my Inputs are also my Outputs? Like: function [a,b,c]=myfun(a,b,c) a=b+c b=a-c c=a-b end I ...
is it ok to have a function where the input is the output
And what if all my Inputs are also my Outputs? Like: function [a,b,c]=myfun(a,b,c) a=b+c b=a-c c=a-b end I ...
8 years 前 | 0
