Which function make vectorization ,(after this function not need dot )?
조회 수: 1 (최근 30일)
이전 댓글 표시
Hy I wonder what is the name of built-in function...what make for me vectorization in example this function : exp(-x/2).*sin(x.^2) , so the function is take the dots there where is needed
I saw this function one turtorial video but I dont remember the name of function
댓글 수: 0
채택된 답변
Titus Edelhofer
2014년 11월 5일
Hi,
you are looking for the function name?
doc times
doc power
Titus
댓글 수: 0
추가 답변 (0개)
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!