필터 지우기
필터 지우기

How to create a subcell?

조회 수: 3 (최근 30일)
Zhuoying Lin
Zhuoying Lin 2017년 11월 18일
댓글: Britney 2017년 11월 22일
Hi, I have trouble creating a subcell within a cell array, can someone help me?
I am supposed to type:
[sin] [[0][2pi][pi/100]] [0 1 1 0]
Thank you!

채택된 답변

Walter Roberson
Walter Roberson 2017년 11월 18일
{'sin', {0, '2*pi', 'pi/100'}, [0 1 1 0]}
or perhaps
{'sin', {0, 2*pi, pi/100}, [0 1 1 0]}
  댓글 수: 4
Zhuoying Lin
Zhuoying Lin 2017년 11월 20일
Okay! Thank you!
Britney
Britney 2017년 11월 22일
Haha are you in Lombarda's class too?

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Cell Arrays에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by