Statistiques
RANG
4 620
of 295 495
RÉPUTATION
10
CONTRIBUTIONS
3 Questions
6 Réponses
ACCEPTATION DE VOS RÉPONSES
100.0%
VOTES REÇUS
2
RANG
of 20 240
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 153 991
CONTRIBUTIONS
0 Problèmes
0 Solutions
SCORE
0
NOMBRE DE BADGES
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
Question
Can an executable programs run on both 64-bit and 32-bit machines?
Hello all, I currently use a 64-bit Windows machine to compile my GUI into executable programs. Can the EXE program run on bo...
plus de 11 ans il y a | 1 réponse | 0
1
réponseQuestion
Cannot generate MEX function
I tried to use MATLAB Coder to generate a MEX function from a MATLAB function. I used the simplest example to make sure the M...
plus de 11 ans il y a | 1 réponse | 0
1
réponsecumsum but withe the twelfth observation
Just do cumsum repeatedly for 12 times.
plus de 11 ans il y a | 0
Separate data into matrices and plot
I recommend using "readtext" function from File Exchange (http://www.mathworks.com/matlabcentral/fileexchange/10946-readtext). ...
plus de 11 ans il y a | 0
For Loop and Resistance
There is no need to use for loop to do this. If you want 3 pieces, just piece1 = initialData(1:10000); piece2 = initi...
plus de 11 ans il y a | 0
Graphing a function and enabling a user to change variables
Type "guide" from the command window of Matlab, then study the "GUIDE templates." GUI design requires some learning. Not very...
plus de 11 ans il y a | 0
How to verify Eulers Theory
sum = 0; threshold = 1e-6; for ii = 1 : 1 : 100000 sum = sum + 1/ii^2; if abs(sum - pi^2/6) <= threshold ...
plus de 11 ans il y a | 0
| A accepté
Extract text data without knowing the size of the data.
You can try a function called "readtext" Download link: http://www.mathworks.com/matlabcentral/fileexchange/10946-readtext
plus de 11 ans il y a | 0
| A accepté
Question
Backward compatibility of MCR
The problem I have encountered is: I compiled an EXE with Matlab compiler on my computer (version R2011a, i.e. MCR version is...
plus de 11 ans il y a | 1 réponse | 2