Statistics
RANK
155,147
of 295,638
REPUTATION
0
CONTRIBUTIONS
13 Questions
0 Answers
ANSWER ACCEPTANCE
30.77%
VOTES RECEIVED
0
RANK
5,092 of 20,255
REPUTATION
253
AVERAGE RATING
1.00
CONTRIBUTIONS
1 File
DOWNLOADS
1
ALL TIME DOWNLOADS
2530
RANK
of 154,207
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
MCR quite large, remove unncessary parts of the program (allowed by license?)
Hello, as the "Matlab Compiler Runtime" ist quite large (about 2GB unzipped for Matlab 2016a and even 3.60 GB for Matlab 2018b)...
6 years ago | 0 answers | 0
0
answersQuestion
How to specify javac compile options
We have java 8 source code and want to combine it with jar-files generated by Matlab 2016a, which generates Java 7 source. T...
7 years ago | 0 answers | 0
0
answersQuestion
Two-way repeated-measures ANOVA
Hello, I'm trying to do a two-way repeated-measures anova. I've different subjects with a control-task and exercise-task, ...
7 years ago | 0 answers | 0
0
answersQuestion
Find subvector/submatrix within matrix (with place holder)
Hello, I want to find specific patterns, which are not connected in a matrix. For example. The complete vector is a = ...
7 years ago | 1 answer | 0
1
answerQuestion
Code fpr percentage of each part within a stacked bar-chart?
Hello, does someone have a code fragment, which allows to show the percentage of each part within a stacked bar-chart? Thank...
7 years ago | 1 answer | 0
1
answerQuestion
Good examples for projects with unittests?
Hello, I'm trying to play with the new unittest functionality. In order to get a deeper insight, I'm looking for examples. Are ...
8 years ago | 1 answer | 0
1
answerQuestion
Errorlevel -1 compiled exe (R2016a)
Hello, I compiled a matlab script with 2016a into an exe-file a start several of them in parallel using a bat-script in that...
8 years ago | 0 answers | 0
0
answersQuestion
Reduce allocated memory, speed up algorithm?, split matrix in "inequal" sized matrices?
Hello, I've the following task where I want to minimize the memory consumption (and also speed up). I've a matrix with rows of ...
8 years ago | 1 answer | 0
1
answerQuestion
Call of a jar-file (compiled with matlab), throw complete stack (of matlab errors) back to java
Hallo, I'm trying to integrate a compiled matlab-programm (as a jar-file) into a java-environment. 1) Is it possible to ge...
8 years ago | 1 answer | 0
1
answerQuestion
How to remove "+" sign of package directory (SVN commit problem)
Hello, in my project I try to use the logger https://github.com/optimizers/logging4matlab but, "unfortunately" the "Packages C...
8 years ago | 1 answer | 0
1
answerQuestion
Load only part(block) of a large bmp-image in order to reduce memory requirements
Hello, I want to process bmp-images without a lot of "memory requirement". The file size is about 300 MB and matlab seems to a...
8 years ago | 2 answers | 0
2
answersQuestion
Blockproc for 2 functions (mean/std) slower then manuel splitting of the matrix?
Hello, I try to optimize the processing speed and memory consumption of calculation some operations at different submatrices....
8 years ago | 0 answers | 0
0
answersQuestion
How do I combine regions of regionprops
Hello, I use regionprops to get different regions within an image. Obj = regionprops(~bw,{'Area','Extrema','Boundingbox','...
8 years ago | 1 answer | 0
1
answerSubmitted
PCA (Principial Component Analysis)
Principal Component Analysis Implementation of LindsaySmithPCA.pdf
14 years ago | 1 download |