Why does help contain invalid commands?
Ältere Kommentare anzeigen
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)
Akzeptierte Antwort
Weitere Antworten (0)
Kategorien
Mehr zu Structured Data and XML Documents finden Sie in Hilfe-Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!