Name for this practice: c = x.^2
조회 수: 1 (최근 30일)
이전 댓글 표시
What is the practice of using the '.' in the expression "c = x.^2 " know as?
I am new to matlab and want to have a search term to use so I can further understand what exactly this is doing.
댓글 수: 0
채택된 답변
추가 답변 (1개)
FRANCISCO JAVIER
2013년 10월 11일
If you put a vector as x, the operator "." made the operation for each value of the vector.
댓글 수: 0
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!