Community Profile

photo

Petter


Con actividad desde 2009

Followers: 0   Following: 0

Estadísticas

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

Ver insignias

Feeds

Ver por

Enviada


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

más de 10 años hace | 14 descargas |

Resuelto


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.

alrededor de 11 años hace

Enviada


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

más de 12 años hace | 1 descarga |

Thumbnail

Pregunta


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

alrededor de 13 años hace | 5 respuestas | 0

5

respuestas

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

alrededor de 13 años hace | 1

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

alrededor de 13 años hace | 1

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

alrededor de 13 años hace | 2

Enviada


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

más de 13 años hace | 2 descargas |

Enviada


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

casi 15 años hace | 1 descarga |

Enviada


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

alrededor de 15 años hace | 8 descargas |