Community Profile

photo

Patrick Saegesser


Active since 2011

Followers: 0   Following: 0

Message

Statistics

  • Thankful Level 1
  • First Answer

View badges

Feeds

View by

Question


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 years ago | 0 answers | 0

0

answers

Question


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 years ago | 1 answer | 0

1

answer

Answered
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 years ago | 0

Question


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 years ago | 2 answers | 0

2

answers

Question


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 years ago | 1 answer | 0

1

answer

Answered
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 years ago | 0