Community Profile

photo

Petter


Aktiv seit 2009

Followers: 0   Following: 0

Statistiken

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

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


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...

etwa 13 Jahre vor | 5 Antworten | 0

5

Antworten

Beantwortet
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...

mehr als 13 Jahre vor | 1

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

mehr als 13 Jahre vor | 1

Beantwortet
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...

mehr als 13 Jahre vor | 2