Respondida Import dates from csv files and plot them
Hi Sarlota
As far as I can tell from your question, the problem arises in the lines
DateString = datestr(str);
DateNumber = ...
Save figure userdata to a workspace variable
I have assigned some the data and metadata (and some additional stuff) as 'Userdata' to a figure in order to assure that the gra...
casi 5 años hace | 1 respuesta | 0
1
respuesta
Respondida How to select every 11th element in a vector?
Hi Daniel
You should be able to do that using the 'reshape' function (see its help for further description).
output = reshape(...