![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/1650805_1522087731416_DEF.jpg)
Petter
Followers: 0 Following: 0
Statistik
RANG
4.508
of 297.016
REPUTATION
8
ANTWORTZUSTIMMUNG
100.0%
ERHALTENE STIMMEN
4
RANG
700 of 20.419
REPUTATION
2.592
DURCHSCHNITTLICHE BEWERTUNG
3.80
BEITRÄGE
5 Dateien
DOWNLOADS
16
ALL TIME DOWNLOADS
23526
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Gesendet
Matlab mex support for Visual Studio 2013 (and mbuild)
Adds mex support for Microsoft’s latest compiler.
etwa 11 Jahre vor | 8 Downloads |
Gelöst
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.
fast 12 Jahre vor
Gesendet
Inpainting (coherency sensitive hashing)
Image inpainting using coherency sensitive hashing (CSH)
etwa 13 Jahre vor | 1 Download |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/submissions/34170/versions/1/screenshot.png)
Frage
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...
fast 14 Jahre vor | 5 Antworten | 0
5
AntwortenMEX 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...
etwa 14 Jahre vor | 1
Creating a matrix of blank spaces.
Yet another way: char(' '*char(ones(m,n)))
etwa 14 Jahre vor | 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...
etwa 14 Jahre vor | 2
Gesendet
INT64 arithmetic in MATLAB
Enables int64 Addition, subtraction, multiplication, division and modulus.
mehr als 14 Jahre vor | 2 Downloads |
Gesendet
Jacobi and Legendre symbol
JACOBI computes the Jacobi symbol (m/n), a generalization of the Legendre symbol.
mehr als 15 Jahre vor | 1 Download |
Gesendet
0-1 Knapsack
Solves the 0-1 knapsack problem with positive integer weights.
etwa 16 Jahre vor | 4 Downloads |