Re: color of strings
- From: "Michel Bertrand" <bertrand@xxxxxxxxxxxxxx>
- Date: Tue, 5 Jun 2007 17:27:29 -0400
Jeremy Barry wrote:
in
A simple way is to use error instead of using disp.
help error
Jeremy
"Andrea Schmidt" <external.Andrea.Schmidt@xxxxxxxxxxxx> wrote
messagestopping
news:f33ooo$r4v$1@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Hello,
I want to display a string in the command window without
thestring.
loop,
if an error occured. My code in the loop is for example:
try
myexample( )
catch
disp('An error occured in myexample!')
end
That is ok, but I want change the color of the displayed
It'sI have the same color control problem for which using function
always
black, but I want it red. How can I change the color?
Thank you very much.
error is not a solution: function error ends the current process and
returns control to the command window; disp is not so aggressive...
.
- Prev by Date: Re: system
- Next by Date: Re: IMAQ Help
- Previous by thread: holder exponent from modulo maxima
- Next by thread: Saving signals to a file while running simulink simulation
- Index(es):
Relevant Pages
|