Name for this practice: c = x.^2
Show older comments
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.
Accepted Answer
More Answers (1)
FRANCISCO JAVIER
on 11 Oct 2013
0 votes
If you put a vector as x, the operator "." made the operation for each value of the vector.
Categories
Find more on Physics in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!