Mostrar comentarios más antiguos
Aと言うm×n行列がある時に、A行列の各要素で負の値になる所を0の値に変えたいです。
なんとなく、if文で出来るかと思ったので以下のようにやってみたところ
if A<0
A=0
end
このようにやってみても、各要素で見れず出来ませんでした。
行列の各要素でこのような処理が出来る方法をご教授お願いいたします、
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Resizing and Reshaping Matrices 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!