i have values
k = 3
k = 9
k = 16
k = 25
k = 36
k = 54
k = 67
k = 91
but now i want add this numbers to array .how to do it? z=[3 9 16 25 36 54 67 91]

답변 (2개)

Azzi Abdelmalek
Azzi Abdelmalek 2013년 11월 21일

0 개 추천

z=[3 9 16 25 36 54 67 91]
Look at
doc array

댓글 수: 3

xxx
xxx 2013년 11월 21일
sorry but i dont understand is it a function?
xxx, take a time to read basics about arrays by typing
doc array
help array
you will get some help about how to work with arrays. You can also look for getting started with matlab in the net, for example look at this link http://www.mathworks.com/videos/getting-started-with-matlab-68985.html.
xxx
xxx 2013년 11월 21일
편집: xxx 2013년 11월 21일
i read from internet look at that sources but i have not yet find my question answer(((

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

카테고리

도움말 센터File Exchange에서 Logical에 대해 자세히 알아보기

태그

아직 태그를 입력하지 않았습니다.

질문:

xxx
2013년 11월 21일

답변:

2013년 11월 22일

Community Treasure Hunt

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

Start Hunting!

Translated by