Create a new column in the table with conditional values of 1 or 0
7 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Zuzana Pániková
il 22 Mag 2022
Commentato: Zuzana Pániková
il 23 Mag 2022
Hi,
I imported a spreadsheet from Excel to Matlab:
I need to create a new column where the condition evaluates from column G (Odstup_s_) so that all values that are <= 5 will be 1 and the others will be 0
in excely it would look like: =IF(G2<5;1;0)
Thank you for help.
0 Commenti
Risposta accettata
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Database Toolbox in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!