이 제출물을 팔로우합니다
- 팔로우하는 게시물 피드에서 업데이트를 확인할 수 있습니다
- 정보 수신 기본 설정에 따라 이메일을 받을 수 있습니다
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 (2026). MKXLSFUNC: Easily integrate legacy spreadsheet tools into MATLAB (https://kr.mathworks.com/matlabcentral/fileexchange/40404-mkxlsfunc-easily-integrate-legacy-spreadsheet-tools-into-matlab), MATLAB Central File Exchange. 검색 날짜: .
도움
도움 받은 파일: xlswrite1, Function for faster data transfer Matlab <--> Excel
| 버전 | 퍼블리시됨 | 릴리스 정보 | Action |
|---|---|---|---|
| 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
|
||
| 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 |
