TEDIT

TEDIT create a m-file using a template.

이 제출물을 팔로우합니다

TEDIT create a m-file using a template.

TEDIT(funname) opens the editor and pastes the content of a user-defined template into the file funname.m.

Example
tedit myfunfun
opens the editor and pastes the following into the file myfunfun.

function output = myfunfun(input)

MYFUNFUN One-line description here, please.
output = myfunfun(input)

Example
myfunfun

See also

Author: Your name
Created: 2005-09-22
Copyright 2005 Your company.

인용 양식

Peter (PB) Bodin (2026). TEDIT (https://kr.mathworks.com/matlabcentral/fileexchange/8532-tedit), MATLAB Central File Exchange. 검색 날짜: .

카테고리

Help CenterMATLAB Answers에서 Adding custom doc에 대해 자세히 알아보기

일반 정보

MATLAB 릴리스 호환 정보

  • 모든 릴리스와 호환

플랫폼 호환성

  • Windows
  • macOS
  • Linux
버전 퍼블리시됨 릴리스 정보 Action
1.0.0.0

By mistake, I had stated that the Distributed Computing Toolbox was required. It is not.