Community Profile

photo

Takahiro


Last seen: 2년 초과 전 2017년부터 활동

Followers: 0   Following: 0

연락

통계

All
  • Thankful Level 2
  • Solver
  • Thankful Level 1

배지 보기

Feeds

보기 기준

질문


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

답변