Which function make vectorization ,(after this function not need dot )?
1 view (last 30 days)
Show older comments
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 Comments
Accepted Answer
Titus Edelhofer
on 5 Nov 2014
Hi,
you are looking for the function name?
doc times
doc power
Titus
0 Comments
More Answers (0)
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!