Community Profile

photo

Takahiro


Last seen: 2年以上 前 2017 年からアクティブ

統計

All
  • Thankful Level 2
  • Solver
  • Thankful Level 1

バッジを表示

Content Feed

表示方法

質問


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年弱 前 | 2 件の回答 | 0

2

回答

解決済み


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年 前

解決済み


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年 前

質問


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年 前 | 1 件の回答 | 0

1

回答

質問


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年 前 | 1 件の回答 | 0

1

回答