photo

Petter


2009년부터 활동

Followers: 0   Following: 0

통계학

All
  • Personal Best Downloads Level 2
  • First Review
  • 5-Star Galaxy Level 5
  • First Submission
  • Thankful Level 1
  • First Answer
  • Solver

배지 보기

Feeds

보기 기준

질문


Deploy for windows 32-bit from a 64-bit computer
I am deploying a small application. I am creating the installation file from a Windows 64-but computer. When the user tries t...

13년 초과 전 | 답변 수: 5 | 0

5

답변

답변 있음
MEX ERRORs: Calling C++ code from MATLAB
This piece of software is not written in standard C. The file "values.h" is not part of the standard. Basically whoever wrote th...

거의 14년 전 | 1

답변 있음
Creating a matrix of blank spaces.
Yet another way: char(' '*char(ones(m,n)))

거의 14년 전 | 1

답변 있음
Integrating C++ into MATLAB
You want to search for <http://www.google.com/search?q=matlab+mex+file matlab mex file> on google. There are examples included w...

거의 14년 전 | 2