
Petter
Statistics
RANK
4.021
of 257.731
REPUTATION
8
CONTRIBUTIONS
1 Question
3 Answers
ANSWER ACCEPTANCE
100.0%
VOTES RECEIVED
4
RANK
667 of 17.762
REPUTATION
2.512
AVERAGE RATING
3.80
CONTRIBUTIONS
5 Files
DOWNLOADS
40
ALL TIME DOWNLOADS
22726
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Content Feed
Submitted
Matlab mex support for Visual Studio 2013 (and mbuild)
Adds mex support for Microsoft’s latest compiler.
meer dan 8 jaar ago | 14 downloads |
Solved
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.
ongeveer 9 jaar ago
Submitted
Inpainting (coherency sensitive hashing)
Image inpainting using coherency sensitive hashing (CSH)
meer dan 10 jaar ago | 4 downloads |

Question
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...
ongeveer 11 jaar ago | 5 answers | 0
5
answersMEX 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...
meer dan 11 jaar ago | 1
Creating a matrix of blank spaces.
Yet another way: char(' '*char(ones(m,n)))
meer dan 11 jaar ago | 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...
meer dan 11 jaar ago | 2
Submitted
INT64 arithmetic in MATLAB
Enables int64 Addition, subtraction, multiplication, division and modulus.
meer dan 11 jaar ago | 1 download |
Submitted
Jacobi and Legendre symbol
JACOBI computes the Jacobi symbol (m/n), a generalization of the Legendre symbol.
bijna 13 jaar ago | 5 downloads |
Submitted
0-1 Knapsack
Solves the 0-1 knapsack problem with positive integer weights.
meer dan 13 jaar ago | 16 downloads |