From command line, start editor immediately showing new function template
이전 댓글 표시
I would like to start the editor from the command line so it starts up showing the function template. Is there a way to do this?
답변 (1개)
Iain
2013년 6월 10일
Not with a new function template, unless you generate one.
Is it really a problem for you to add:
function [result1, result2 ..., resultn, varargout] = filename(input1,input2,... inputn, varargin)
To the top of a file?
카테고리
도움말 센터 및 File Exchange에서 Adding custom doc에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!