Community Profile

photo

Takahiro


Last seen: 2 years ago Active since 2017

Statistics

All
  • Thankful Level 2
  • Solver
  • Thankful Level 1

View badges

Content Feed

View by

Question


cell array in cell array
a=cell(10,1); for n=1:10 a{n}=cell(3,1); a{n}{1}=datestr( now() ); a{n}{2}=now(); a{n}{3}=n; end % OK ...

3 years ago | 2 answers | 0

2

answers

Solved


Getting the indices from a vector
This is a basic MATLAB operation. It is for instructional purposes. --- You may already know how to <http://www.mathworks....

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

3 years ago

Question


change python version on linux matlab
I'd like to change python version on linux matlab. The defualt python version is 2.7 and python 2.7 is already loaded. I wan...

5 years ago | 1 answer | 0

1

answer

Question


Why x, y-ticks are not shown in avi animation?
Why x, y-ticks are not shown in avi animation? Animation is made using VideoWriter(), getframe, writeVideo() functions. ...

7 years ago | 1 answer | 0

1

answer