Community Profile

photo

fan feng


Tongji university

Active since 2015

Statistics

All
  • First Review
  • Thankful Level 1
  • Solver

View badges

Content Feed

View by

Question


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

8 years ago | 1 answer | 0

1

answer

Solved


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

8 years ago

Solved


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

8 years ago

Question


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 ago | 2 answers | 5

2

answers