Adity

MathWorks

Active since 2011

Followers: 0   Following: 0

Statistics

  • First Answer

View badges

Feeds

View by

Answered
Is there a way in MATLAB 7.10 (R2010a) to find out if the "Tag" for a TIFF file is empty?
There is no direct way to use the Tiff object to query whether the Tag field is present or not. This is because the Tiff object ...

bijna 14 jaar ago | 0

Answered
How does SVMTRAIN determine Polynomial and RBF Kernel parameters (gamma,C) in the Bioinformatics Toolbox 3.5 (R2010a)?
MATLAB. SVMTRAIN uses a default value of 1, but you can set this value (e.g. to 0.8) by your own by using: svmstruct = svmt...

bijna 14 jaar ago | 0

Question


Why does it not work to close my figure programmatically in MATLAB 7.11 (R2010b)?
I am using this code in MATLAB 7.11 (R2010b) to create a infobox: function g = infobox(text, header, notneeded) if n...

bijna 14 jaar ago | 1 answer | 1

1

answer

Question


Why am I getting an error message "undefined function" when using the LAGMATRIX function in MATLAB 7.10 (R2010a)?
I try to compile using mcc command in R2010a and one of the MATLAB files to be compiled is toolbox/garch/lagmatrix.m. I am getti...

bijna 14 jaar ago | 3 answers | 2

3

answers

Question


Why am I getting different performance results from neural network trained with 100% train, 0% validation, 0% testing?
To train a neural network, I have split data into 100% train, 0% validation, 0% testing. I expect the performance result of the ...

bijna 14 jaar ago | 1 answer | 1

1

answer