Undefined operator '*' for input arguments of type 'cell'
Ältere Kommentare anzeigen
I am getting this error-"Undefined operator '*' for input arguments of type 'cell'".
for i=1:length(matrix.rxnIDs)
if strcmp(matrix.mettype(i),'reactant')
matrix.metcoef(i) = matrix.metcoef(i).*-1;
end
end
Akzeptierte Antwort
Weitere Antworten (0)
Kategorien
Mehr zu Cell Arrays finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!