Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

How can I recognize the number of parenthesis in Matlab?

Status
Not open for further replies.

Marshal

Junior Member level 2
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.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top