Community Profile

photo

Takahiro


Last seen: más de 2 años hace Con actividad desde 2017

Followers: 0   Following: 0

Contacto

Estadísticas

All
  • Thankful Level 2
  • Solver
  • Thankful Level 1

Ver insignias

Feeds

Ver por

Pregunta


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

alrededor de 3 años hace | 2 respuestas | 0

2

respuestas

Resuelto


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

alrededor de 3 años hace

Resuelto


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

alrededor de 3 años hace

Pregunta


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

alrededor de 5 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

alrededor de 7 años hace | 1 respuesta | 0

1

respuesta