What is the meaning of symbol “.”in this code
이전 댓글 표시
I was watching a tutorial today on graphics, and one line of code went like this.
x = linspace(0,3); y = x.^2.*sin(x); plot(x,y);
What does the sign "."? Does it have any specific meaning?
Thank you all.
채택된 답변
추가 답변 (1개)
Arif Hoq
2022년 3월 16일
0 개 추천
It's element wise operation. you can read this
카테고리
도움말 센터 및 File Exchange에서 Creating and Concatenating Matrices에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!