Where can I find the documentation in MATLAB
조회 수: 8 (최근 30일)
이전 댓글 표시
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
채택된 답변
Wayne King
2012년 7월 30일
댓글 수: 1
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
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
Sumit Tandon
2012년 7월 30일
For Regular Expressions, you can refer to: http://www.mathworks.com/help/releases/R2012a/techdoc/matlab_prog/f0-42649.html
참고 항목
카테고리
Help Center 및 File Exchange에서 Get Started with MATLAB에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!