Multiplying structure array with a scaler
Mostra commenti meno recenti
I have Data.mat file that is a 1x365 structure array and i would like to multiply all the values of the 4th column by 2 and store them in to a variable.
1 Commento
DGM
il 22 Mar 2021
This might help:
numericoutputarray=[mystruct.field4]*2;
Risposta accettata
Più risposte (0)
Categorie
Scopri di più su Structures in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!