Where can I find the documentation in MATLAB

Dear all, I am a little confused of some expressions in matlab.From a help MATLAB tells me "More extensive explanation can be found in the Regular Expressions section of the MATLAB documentation." So,which folder can I find this documentation?
Thanks

1 comentario

Stephen23
Stephen23 el 28 de Feb. de 2015
Editada: Stephen23 el 28 de Feb. de 2015
This covers all you need to know about Regular Expressions in MATLAB:
For developing and checking regular expressions here is an interactive helper:

Iniciar sesión para comentar.

 Respuesta aceptada

Wayne King
Wayne King el 30 de Jul. de 2012

0 votos

1 comentario

Walter Roberson
Walter Roberson el 28 de Feb. de 2015
Newer link: http://www.mathworks.com/help/matlab/string-parsing.html and click on Regular Expressions. The other items in the Concepts section give more advanced usage information.

Iniciar sesión para comentar.

Más respuestas (2)

Image Analyst
Image Analyst el 30 de Jul. de 2012
Editada: Image Analyst el 30 de Jul. de 2012

0 votos

On the command line, type "doc regexp".
Or click the white question mark in the blue circle on the MATLAB toolbar and type regexp in the search field. You'll find it in the MATLAB->Functions->Programming and Data Types->Strings->String Parsing->regexp chapter.
Or you can type " Regular Expressions" in the search field of the help where you'll get a link to the chapter: MATLAB->User's Guide->Programming Fundamentals->Language->Program Components->Regular Expressions
Sumit Tandon
Sumit Tandon el 30 de Jul. de 2012

0 votos

The entire MATLAB documentation is available online here: http://www.mathworks.com/help/

Categorías

Más información sobre Characters and Strings en Centro de ayuda y File Exchange.

Preguntada:

tqy
el 30 de Jul. de 2012

Editada:

el 28 de Feb. de 2015

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by