how to create buffer array in matlab
Follow Math Help Forum on Facebook and Google+
Originally Posted by shaileshdhutekar how to create buffer array in matlab buffer=zeros(n,m) but you really ought to tell us what you want to do with it. CB
Originally Posted by shaileshdhutekar how to create buffer array in matlab thank u! actually i want to copy data from function to script(i posted this query before)
Originally Posted by shaileshdhutekar thank u! actually i want to copy data from function to script(i posted this query before) You store what it is you want to keep into the buffer and return the buffer from the function. CB
View Tag Cloud