matlab如何将数​组中大于某个值的数设​为该值.。

matlab如何将数组中大于某个值的数设为该值

 Risposta accettata

deprnus
deprnus il 22 Mag 2023

0 voti

a 为数组,
a(a>2)=2;

Più risposte (0)

Categorie

Scopri di più su MATLAB 快速入门 in Centro assistenza e File Exchange

Tag

Richiesto:

il 22 Mag 2023

Risposto:

il 22 Mag 2023

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!