Feeds
提问
how to speedup the function datetime('('1/1/2014 1:00:00 AM','ConvertFrom','excel')?
I have a number of date-time values stored in an excel file. The format is '1/1/2014 1:00:00 AM'. I need to convert it into ma...
9 years 前 | 1 个回答 | 0
1
个回答已解决
Select every other element of a vector
Write a function which returns every other element of the vector passed in. That is, it returns the all odd-numbered elements, s...
9 years 前
已解决
Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...
9 years 前
提问
How to append a new element to a cell object A?
>>A={'a';'b'}; I want to append a new element,say 'c', to A, how could I do? I would appreciate if you could help me.
9 years 前 | 2 个回答 | 5