photo

Patrick Saegesser


2011 年からアクティブ

Followers: 0   Following: 0

統計

  • Thankful Level 1
  • First Answer

バッジを表示

Feeds

表示方法

質問


Error: Unrecognized Variable Name
I'm trying to use strings read from an .xls as dataset variable names. If I use them as imported and run the following code ...

12年以上 前 | 0 件の回答 | 0

0

回答

質問


How to address dataset array column using variable
I need to retrieve values from dataset columns by addressing them using variables, e.g. dataset array: DS = C1 C2 ...

12年以上 前 | 1 件の回答 | 0

1

回答

回答済み
Create Dataset Container from CSV file
I just tried to do the same as laid out above (same code) with the following test array: Date SetA SetB 40811...

12年以上 前 | 0

質問


Create Dataset Container from CSV file
I want to create a dataset array from a .csv file where the first row is a string header and all other rows are numerical values...

12年以上 前 | 2 件の回答 | 0

2

回答

質問


Stair Plot problem
I have four data points along a date axis, which I want to plot as a stairs. the data are Data = [9;9;10;9] the dat...

12年以上 前 | 1 件の回答 | 0

1

回答

回答済み
importing data from excel, finding the last row and inserting value in a matrix
did you try size(cycle,1) size along dimension 1 (rows) will give you the length of your dataset, and assuming you ...

12年以上 前 | 0