how to convert mtimes to times?
조회 수: 1 (최근 30일)
이전 댓글 표시
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
Rik
2018년 5월 10일
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.
답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Arithmetic Operations에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!