Feeds
已回答
XLSwrite function
You need to transpose e: xlswrite ('Cumulative_flow.xlsx',e',1,'D2:D17521') alternatively, create your d vector in the s...
    
  
XLSwrite function
You need to transpose e: xlswrite ('Cumulative_flow.xlsx',e',1,'D2:D17521') alternatively, create your d vector in the s...
14 years 前 | 0
| 已接受
已回答
Skip multiple iterations in for loop
This looks like it will do what you want: index=[0 0 0 1 0 0 0 0 0 0]; a=0; i = 1; while i < length(index) ...
    
  
Skip multiple iterations in for loop
This looks like it will do what you want: index=[0 0 0 1 0 0 0 0 0 0]; a=0; i = 1; while i < length(index) ...
14 years 前 | 2




