Feeds
提问
Help saving a vector to the workspace that is output from a function.
Hello. I currently have the function shown below: function [numout, outvec]= SCAN_DATAmgl(vectin, lowlim, uplim) %Comp...
11 years 前 | 1 个回答 | 0
1
个回答提问
Help saving the output of a for loop within a function into a vector.
Hello. I am currently writing the below function: function [numout, outvec]= SCAN_DATA(vectin, lowlim, uplim) %Com...
11 years 前 | 2 个回答 | 0
