Untitled

mail@pastecode.io avatar
unknown
matlab
a year ago
289 B
1
Indexable
%% Section to compute and add the identification key for each 'fascicolo'
Processi_Keys=table(strcat(string(Fascicoli.("CNURUO_Fascicoli")),"_",string(Fascicoli.("CANRUO_Fascicoli"))));
Processi_Keys=renamevars(Processi_Keys,"Var1","idFascicoli");
Fascicoli = [Processi_Keys,Fascicoli];