Community Profile

photo

Takahiro


Last seen: 2 years ago Active since 2017

Followers: 0   Following: 0

Message

Statistics

All
  • Thankful Level 2
  • Solver
  • Thankful Level 1

View badges

Feeds

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

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