What is meant by this syntax : ( another variable in brackets after a variable)
14 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Sagar Saxena
le 18 Jan 2018
Réponse apportée : Walter Roberson
le 18 Jan 2018
Jmatf11(fmag>0) = (fx(fmag>0)./fmag(fmag>0)).^2 .* Jmf(fmag>0);
0 commentaires
Réponse acceptée
Walter Roberson
le 18 Jan 2018
variable(expression) is indexing. In that expression it is "logical indexing". See https://www.mathworks.com/help/matlab/math/matrix-indexing.html#bq7egb6-1
0 commentaires
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Whos dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!