what is the meaning of the code?

조회 수: 2 (최근 30일)
ARJUN K P
ARJUN K P 2015년 9월 20일
답변: Image Analyst 2015년 9월 20일
last16 = 42*ones(16,1);
  댓글 수: 1
per isakson
per isakson 2015년 9월 20일
편집: Walter Roberson 2015년 9월 20일
Did you try read the help? See ones, Create array of all ones

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

채택된 답변

Image Analyst
Image Analyst 2015년 9월 20일
It first uses the ones() function to make a 16-by-1 column vector of 1's. Then since it multiplies that by 42, it ends up with a column vector where every element has the value of 42. Any time you see a function that you don't know what it does, look it up in the help.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Elementary Math에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by