Effacer les filtres
Effacer les filtres

From command line, start editor immediately showing new function template

3 vues (au cours des 30 derniers jours)
Frederick Breidt
Frederick Breidt le 10 Juin 2013
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?

Réponses (1)

Iain
Iain le 10 Juin 2013
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?

Catégories

En savoir plus sur Environment and Settings dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by