photo

Patrick Saegesser


Attivo dal 2011

Followers: 0   Following: 0

Messaggio

Statistica

  • Thankful Level 1
  • First Answer

Visualizza badge

Feeds

Visto da

Domanda


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 ...

oltre 12 anni fa | 0 risposte | 0

0

risposte

Domanda


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 ...

oltre 12 anni fa | 1 risposta | 0

1

risposta

Risposto
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...

oltre 12 anni fa | 0

Domanda


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...

oltre 12 anni fa | 2 risposte | 0

2

risposte

Domanda


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...

oltre 12 anni fa | 1 risposta | 0

1

risposta

Risposto
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 ...

oltre 12 anni fa | 0