how to convert mtimes to times?
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
how could I change mtimes and mpowers to times and powers ( * and ^ to .* .^) I mean the answer of my code has around 1000 numbers of mtimes operation now I want to chenge all of these mtimes (*) to times(.*)
4 comentarios
Rik
el 10 de Mayo de 2018
If you want to brute force change them all, you can always use the find-and-replace of the editor. But this will very likely introduce a lot of bugs.
Respuestas (0)
Ver también
Categorías
Más información sobre Arithmetic Operations en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!