photo

Petter


Active since 2009

Followers: 0   Following: 0

Statistics

All
MATLAB Answers

1 Question
3 Answers

File Exchange

5 Files

Cody

0 Problems
1 Solution

RANK
4,508
of 297,527

REPUTATION
8

CONTRIBUTIONS
1 Question
3 Answers

ANSWER ACCEPTANCE
100.0%

VOTES RECEIVED
4

RANK
702 of 20,454

REPUTATION
2,593

AVERAGE RATING
3.80

CONTRIBUTIONS
5 Files

DOWNLOADS
17

ALL TIME DOWNLOADS
23537

RANK
118,199
of 159,075

CONTRIBUTIONS
0 Problems
1 Solution

SCORE
20

NUMBER OF BADGES
1

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

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

View badges

Feeds

View by

Submitted


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

11 years ago | 9 downloads |

4.4 / 5

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.

12 years ago

Submitted


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

13 years ago | 1 download |

3.5 / 5
Thumbnail

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

14 years ago | 5 answers | 0

5

answers

Answered
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 years ago | 1

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

14 years ago | 1

Answered
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 years ago | 2

Submitted


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

14 years ago | 2 downloads |

5.0 / 5

Submitted


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

15 years ago | 1 download |

1.0 / 5

Submitted


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

16 years ago | 5 downloads |

5.0 / 5