How can I recognize the number of parenthesis in Matlab?

Status
Not open for further replies.

Marshal

Junior Member level 2
Joined
Jan 13, 2005
Messages
21
Helped
3
Reputation
6
Reaction score
0
Trophy points
1,281
Activity points
184
recognizing parenthesis

Hi all :

I'm working with MATLAB for my projects , but I've encountered with a problem . please help me. that problem is :
i must write some large equation in MATLAB but I usauly make a mistake and how can I recognize the number of parenthesis.

thx for your attention.
 

Re: recognizing parenthesis

you sould use this command :
>pretty(ans)
 

    Marshal

    Points: 2
    Helpful Answer Positive Rating
recognizing parenthesis

MATLAB 7 Editor/Debugger provides this feature:

When you move an arrow key over a token, for example, an opening parenthesis, the token and its match are briefly underlined. If there is no matching token, the token appears with a strike-through mark.
 

    Marshal

    Points: 2
    Helpful Answer Positive Rating
Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…