how to do this array problem matlab

조회 수: 1 (최근 30일)
HIGH
HIGH 2015년 3월 22일
댓글: HIGH 2015년 3월 22일
z=[2j;-pi/2;3]
https://www.dropbox.com/s/kdttn8irinpf8xr/Screenshot%202015-03-21%2023.06.02.png?dl=0
sqrt(zk) where zk is the kth element of array z.
  댓글 수: 2
Geoff Hayes
Geoff Hayes 2015년 3월 22일
HIGH - please describe in detail what problem you are attempting to solve. Instead of posting a link to an image, describe it in worlds.
HIGH
HIGH 2015년 3월 22일
편집: HIGH 2015년 3월 22일
we have to specify the Matlab command that we would enter in order to evaluate the indicated sigma quantity . I cannot type it the symbols. that is why I posted the link to the question. Sorry I am new to this forum.

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

채택된 답변

Naty S
Naty S 2015년 3월 22일
Hey HIGH If I understand you correctly you want to sum the square value of a vector. Check the functions sum and sqrt http://www.mathworks.com/help/matlab/ref/sum.html?searchHighlight=sum http://www.mathworks.com/help/matlab/ref/sqrt.html?searchHighlight=sqrt
d=sum(sqrt(z(k:3)))
  댓글 수: 1
HIGH
HIGH 2015년 3월 22일
is this right too?
d=sum(sqrt(z(1:3)))
because when I did it your way it asks me to define k. so I typed k=(1:3).. then it gave me 2.7321 + 2.2533i... also when I did d=sum(sqrt(z(1:3))), it gave me the same answer. both ways are correct it seems?

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

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Matrix Indexing에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by