For Programmers: Free Programming Magazines  


Home > Archive > Matlab > June 2007 > Stop running m-file









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author Stop running m-file
Le

2007-06-29, 7:14 pm

Hi,

How can I stop running a m-file if the condition is satisfy? For
example,

if size(A,1)> Data_row | size(A,1)< Data_row
mes = 'Rows'
"STOP RUNNING M-FILE" What is the function?

end

Thanks,

Le
Stephan Junek

2007-06-29, 7:14 pm

Le wrote:
>
>
> Hi,
>
> How can I stop running a m-file if the condition is satisfy? For
> example,
>
> if size(A,1)> Data_row | size(A,1)< Data_row
> mes = 'Rows'
> "STOP RUNNING M-FILE" What is the function?
>
> end
>
> Thanks,
>
> Le



return
Le

2007-06-29, 7:14 pm

Thanks,;)

Le
Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com