Why does help contain invalid commands?

조회 수: 1 (최근 30일)
mark wilson
mark wilson 2018년 12월 19일
답변: Walter Roberson 2018년 12월 19일
For example,
help text
contains "Execute GET(T), where T is a text object, to see a list of text object properties and their current values."
T=text(1,1,'test');
GET(T);
This will get you, "Undefined function or variable 'GET'.
Did you mean:
>> get(T)

채택된 답변

Walter Roberson
Walter Roberson 2018년 12월 19일
historical . There was a time when commands were not case sensitive and uppercase was used in the documentation to set command names apart from regular text. Really the documentation should be changed though as you are right that it is incorrect now .

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Text Data Preparation에 대해 자세히 알아보기

제품

Community Treasure Hunt

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

Start Hunting!

Translated by