You can now just type the name of a variable in MATLAB and press return, and it will display
parent
d7bbe0a355
commit
58ed9ec367
|
@ -32,7 +32,7 @@ void Class::matlab_proxy(const string& classFile) {
|
|||
c.matlab_proxy_fragment(ofs,name);
|
||||
ofs << " if nargin ~= 13 && obj.self == 0, error('" << name << " constructor failed'); end" << endl;
|
||||
ofs << " end" << endl;
|
||||
ofs << " function display(obj), obj.print; end" << endl;
|
||||
ofs << " function display(obj), obj.print(''); end" << endl;
|
||||
ofs << " function disp(obj), obj.display; end" << endl;
|
||||
ofs << " end" << endl;
|
||||
ofs << "end" << endl;
|
||||
|
|
Loading…
Reference in New Issue