Simplifying mexfunctions

I wrote a class to be included in the mexfunction file to make processing of mexfunction simpler.

이 제출물을 팔로우합니다

To avoid code repetition in mexfunctions you can use this class to convert from the mxArray array passed into mexFunction to c++ native data types. Each method implemented so far checks that the mxArray has the desired type and size and exists. I plan on adding new types as they crop up in our code development, though this initial class could easily be useful if you intend to code more than one mexfunction.

인용 양식

William Handler (2026). Simplifying mexfunctions (https://kr.mathworks.com/matlabcentral/fileexchange/32008-simplifying-mexfunctions), MATLAB Central File Exchange. 검색 날짜: .

카테고리

Help CenterMATLAB Answers에서 MATLAB Compiler에 대해 자세히 알아보기

일반 정보

MATLAB 릴리스 호환 정보

  • 모든 릴리스와 호환

플랫폼 호환성

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

Added some more methods for integers and vectors

1.0.0.0