Where can I find the documentation in MATLAB

3 ビュー (過去 30 日間)
tqy
tqy 2012 年 7 月 30 日
編集済み: Stephen23 2015 年 2 月 28 日
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 件のコメント
Stephen23
Stephen23 2015 年 2 月 28 日
編集済み: Stephen23 2015 年 2 月 28 日
This covers all you need to know about Regular Expressions in MATLAB:
For developing and checking regular expressions here is an interactive helper:

サインインしてコメントする。

採用された回答

Wayne King
Wayne King 2012 年 7 月 30 日
  1 件のコメント
Walter Roberson
Walter Roberson 2015 年 2 月 28 日
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.

サインインしてコメントする。

その他の回答 (2 件)

Image Analyst
Image Analyst 2012 年 7 月 30 日
編集済み: Image Analyst 2012 年 7 月 30 日
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
  1 件のコメント
tqy
tqy 2012 年 7 月 30 日
Thanks a lot

サインインしてコメントする。


Sumit Tandon
Sumit Tandon 2012 年 7 月 30 日
The entire MATLAB documentation is available online here: http://www.mathworks.com/help/
  1 件のコメント
tqy
tqy 2012 年 7 月 30 日
Thanks a lot.

サインインしてコメントする。

カテゴリ

Help Center および File ExchangeWhos についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by