is it possible aarays in first row and first column of a cell be writen in red or other color?
이전 댓글 표시
is it possible, aarays in first row and first column of a cell, be writen in red or other color while seeing .mat of that?
답변 (4개)
Walter Roberson
2011년 9월 5일
1 개 추천
Unfortunately Foreground Color applies to all cells, not selectively.
Walter Roberson
2011년 9월 5일
1 개 추천
Sorry, I did not notice before that you were not using uitable.
It is not possible to color array members in .mat files.
In order to color objects in .xls files, you must be using MS Windows and you must have Excel installed, and you must use COM objects to communicate directly with Excel in order to invoke the Excel commands that would be used to color the cells.
Harry MacDowel
2011년 9월 5일
0 개 추천
I think that has something to do with the display of the data rather than the content of the data.
What I know is, in GUI, you can utilize the uitable format, change the display of the Foreground Color, so that is a certain yes for GUI.
As for the Matlab command window, you would have to alter it using fprintf etc.
There is a very useful command call cprintf on File Exchange and the documentation could be found here: http://undocumentedmatlab.com/blog/cprintf-display-formatted-color-text-in-command-window/
I think it is a good try. Go for it.
mohammad
2011년 9월 5일
댓글 수: 2
Harry MacDowel
2011년 9월 5일
have you tried the cprintf function I suggested?
mohammad
2011년 9월 5일
카테고리
도움말 센터 및 File Exchange에서 Migrate GUIDE Apps에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!