Answered Create a triangular function
Hi Mikkel
I'm not quite sure whether I have understood how much of a mathematical function you would prefer for the graph to be...
Answered 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...
5 years ago | 1 answer | 0
1
answer
Answered 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(...