Community Profile

Adity

MathWorks

Aktiv seit 2011

Statistiken

  • First Answer

Abzeichen anzeigen

Content Feed

Anzeigen nach

Beantwortet
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 ...

etwa 13 Jahre vor | 0

Beantwortet
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...

etwa 13 Jahre vor | 0

Frage


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...

etwa 13 Jahre vor | 1 Antwort | 1

1

Antwort

Frage


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...

etwa 13 Jahre vor | 3 Antworten | 2

3

Antworten

Frage


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 ...

etwa 13 Jahre vor | 1 Antwort | 1

1

Antwort