collection1

버전 1.0.0.0 (4.33 KB) 작성자: Glenn Gomes
A User Contributed collection of various M-File tools.
다운로드 수: 1.6K
업데이트 날짜: 1999/1/18

라이선스 보기

A User Contributed collection of various M-File tools. These tools have been tested under MATLAB 5.2.

print_models.m - Print specified Simulink models in current directory
Syntax print_models(specifier) where specifier (wildcard) can be any syntax used in dir command

close_models.m - Close specified Simulink models which are open
Syntax close_models(specifier) where specifier (wildcard) can be any syntax used in dir command

open_models.m - Open specified Simulink models which are open
Syntax open_models(specifier) where specifier (wildcard) can be any syntax used in dir command

Makemat.m - Creates a matrix of a character array with entries seperated by ASCII character. If character is omitted then white spaces are assumed as the delimiters
Example output_matrix = makemat(input_string,char(34))
Forms a matrix out of a comma delimited charatcer vector

findnear.m - In the array A find the element with value closest to the value b
Syntax [value,pos] = findnear(A,b)

remspace.m - Returns a string with only one space seperating fields.
Syntax remspace(a)

Remtab.m - Find the locations of all non printable ASCII characters (with codes < 32) and substituites them with spaces.
Syntax remtab(a)

Roundoff.m - Rounds a number(vector) to a specified number of decimal places
Format is roundoff(number,decimal_places)

인용 양식

Glenn Gomes (2025). collection1 (https://kr.mathworks.com/matlabcentral/fileexchange/210-collection1), MATLAB Central File Exchange. 검색 날짜: .

MATLAB 릴리스 호환 정보
개발 환경: R10
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 File Operations에 대해 자세히 알아보기
태그 태그 추가

Community Treasure Hunt

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

Start Hunting!
버전 게시됨 릴리스 정보
1.0.0.0