Maia
Followers: 0 Following: 0
Statistics
6 Questions
0 Answers
RANK
26,367
of 295,467
REPUTATION
1
CONTRIBUTIONS
6 Questions
0 Answers
ANSWER ACCEPTANCE
50.0%
VOTES RECEIVED
1
RANK
of 20,234
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153,912
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
How to set Matlab Option Preferences -> Workspace and enable "Limit the maximum array size to a percentage of RAM" programmatically ?
Hi, I have very large variable to work with (e.g. A = zeros(10000,1000,1000) , which is about 80GB, far superior to my RAM = ...
6 years ago | 0 answers | 1
0
answersQuestion
Unit test with several data sets
Hi, Suppose I'd like to write unit test for an image segmentation function. I'd like to know how would you perform unit tests...
6 years ago | 1 answer | 0
1
answerQuestion
Transfer DICOM images to PACS: problem with packaged version
Hi, We have Compiler application with Matlab 2016a. I packaged an application which is used to transmit DICOM images to a ...
6 years ago | 0 answers | 0
0
answersQuestion
unit test in image segmentation
Hi, I am working on medical image segmentation (images acquired with several machines, several patients) and I have question...
6 years ago | 2 answers | 0
2
answersQuestion
How to modify parameters from a GUI
Hi, I have an application with many parameters to set. I managed to modify those parameters with a .m file with struct, e.g. (I...
7 years ago | 1 answer | 0
1
answerQuestion
function in a GUI does not return the correct value after function's parameters have been modified outside of the GUI
Hi all, I have a GUI with external functions that I call inside callbacks of the GUI. % define_Params() and compute_functi...
7 years ago | 1 answer | 0