Adity

MathWorks

自 2011 起处于活动状态

Followers: 0   Following: 0

统计学

  • First Answer

查看徽章

Feeds

排序方式:

已回答
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 ...

13 years 前 | 0

已回答
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...

13 years 前 | 0

提问


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

13 years 前 | 1 个回答 | 1

1

个回答

提问


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

13 years 前 | 3 个回答 | 2

3

个回答

提问


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

13 years 前 | 1 个回答 | 1

1

个回答