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!