MKXLSFUNC: Easily integrate legacy spreadsheet tools into MATLAB

버전 1.4.0.0 (115 KB) 작성자: Sky Sartorius
Creates an m-file function that does analysis within your specified Excel-based analysis tool.
다운로드 수: 854
업데이트 날짜: 2013/5/21

라이선스 보기

Often a very useful and complicated spreadsheet tool is available, and mkxlsfunc takes the overhead out of integrating the tool into the rest of your MATLAB code by generating an m-file function that automatically writes inputs to the spreadsheet and reads the outputs.

[h,nargin,nargout] = mkxlsfunc(functionName,xlsFile,inputRange,outputRange,sheet,overwrite)

The newly-created function, when provided with too few or no inputs, will use default values as determined by the contents of the xls input cells at the time of the function creation.

MKXLSFUNC is also a great function for Excel addicts who want to do most of their tool development in Excel. It's also great for the colleagues of Excel addicts.

인용 양식

Sky Sartorius (2024). MKXLSFUNC: Easily integrate legacy spreadsheet tools into MATLAB (https://www.mathworks.com/matlabcentral/fileexchange/40404-mkxlsfunc-easily-integrate-legacy-spreadsheet-tools-into-matlab), MATLAB Central File Exchange. 검색됨 .

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

Community Treasure Hunt

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

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

help, error checking, more path support, style

1.3.0.0

formatting of function help block and generated function help block
turned example file into a published file
default for empty functionName now taken from file name

1.2.0.0

updated help and example file; changed vertcat to catch invalid inputs; added arrayfun to help block and example file

1.1.0.0

minor cleanups, more helpful example

1.0.0.0