Order of operation using ./
Mostrar comentarios más antiguos
What would be the order of operation if we use the follwing:
A./B./C
Will (A./B) executed first followed by .C or will (B./C) will be operated first followed by A./(B./C)?
Respuestas (1)
Walter Roberson
el 22 de Jun. de 2022
0 votos
The order of operations is always left to right at the same precedence except for obscure behaviour for (^-), (.^-), (^+), (.^+), (^~), and (.^~)
Categorías
Más información sobre Get Started with MATLAB en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!