Undefined operator '*' for input arguments of type 'cell'
Mostrar comentarios más antiguos
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
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Cell Arrays en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!