Displaying a matrix in command window with certain elements being different colors (elements selected by index)
4 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Hi,
I would like to know how to display a matrix to the command window, with all formatting intact, and depending on the index set the element to whatever color.
I've used the following to display the matrix A to the command window, and it works.
disp([repmat('%5.0f',1,size(A,2)) '\n'],A)
Is it possible to set a few elements, say (1,1), (1,2), and (1,3), to display in red versus the standard black font the command window uses?
Thanks for any help?
0 comentarios
Respuestas (0)
Ver también
Categorías
Más información sobre Logical en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!