photo

John Kitchin


Carnegie Mellon University

2011 年からアクティブ

Followers: 0   Following: 0

統計

All
  • First Review
  • First Submission
  • Knowledgeable Level 1
  • First Answer
  • Solver

バッジを表示

Feeds

表示方法

回答済み
XLSwrite function
You need to transpose e: xlswrite ('Cumulative_flow.xlsx',e',1,'D2:D17521') alternatively, create your d vector in the s...

12年以上 前 | 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) ...

12年以上 前 | 2