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

Gesendet


Matlab mex support for Visual Studio 2013 (and mbuild)
Adds mex support for Microsoft’s latest compiler.

mehr als 10 Jahre vor | 14 Downloads |

Gelöst


Sum all integers from 1 to 2^n
Given the number x, y must be the summation of all integers from 1 to 2^x. For instance if x=2 then y must be 1+2+3+4=10.

etwa 11 Jahre vor

Gesendet


Inpainting (coherency sensitive hashing)
Image inpainting using coherency sensitive hashing (CSH)

mehr als 12 Jahre vor | 1 Download |

Thumbnail

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

etwa 13 Jahre vor | 1

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

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

etwa 13 Jahre vor | 2

Gesendet


INT64 arithmetic in MATLAB
Enables int64 Addition, subtraction, multiplication, division and modulus.

mehr als 13 Jahre vor | 2 Downloads |

Gesendet


Jacobi and Legendre symbol
JACOBI computes the Jacobi symbol (m/n), a generalization of the Legendre symbol.

fast 15 Jahre vor | 1 Download |

Gesendet


0-1 Knapsack
Solves the 0-1 knapsack problem with positive integer weights.

etwa 15 Jahre vor | 8 Downloads |