Name for this practice: c = x.^2
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
Edward Prentice
il 11 Ott 2013
Commentato: Edward Prentice
il 11 Ott 2013
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.
0 Commenti
Risposta accettata
Più risposte (1)
FRANCISCO JAVIER
il 11 Ott 2013
If you put a vector as x, the operator "." made the operation for each value of the vector.
0 Commenti
Vedere anche
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!