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 years 前 | 13 次下载 |

已解决


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 years 前

已提交


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

12 years 前 | 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 years 前 | 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 years 前 | 1

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

13 years 前 | 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 years 前 | 2

已提交


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

13 years 前 | 1 次下载 |

已提交


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

15 years 前 | 1 次下载 |

已提交


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

15 years 前 | 11 次下载 |