Community Profile

photo

Petter


2009년부터 활동

Followers: 0   Following: 0

통계

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

배지 보기

Feeds

보기 기준

제출됨


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

10년 초과 전 | 다운로드 수: 14 |

문제를 풀었습니다


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.

대략 11년 전

제출됨


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

12년 초과 전 | 다운로드 수: 1 |

Thumbnail

질문


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

대략 13년 전 | 답변 수: 5 | 0

5

답변

답변 있음
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...

대략 13년 전 | 1

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

대략 13년 전 | 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...

대략 13년 전 | 2

제출됨


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

13년 초과 전 | 다운로드 수: 2 |

제출됨


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

거의 15년 전 | 다운로드 수: 1 |

제출됨


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

대략 15년 전 | 다운로드 수: 8 |