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년 전 | 답변 수: 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년 전 | 0
