Adity
MathWorks
Followers: 0 Following: 0
Statistics
RANK
5 794
of 295 569
REPUTATION
4
CONTRIBUTIONS
3 Questions
2 Answers
ANSWER ACCEPTANCE
66.67%
VOTES RECEIVED
4
RANK
of 20 247
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 154 105
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
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 ...
nästan 14 år ago | 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...
nästan 14 år 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...
nästan 14 år ago | 1 answer | 1
1
answerQuestion
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...
nästan 14 år ago | 3 answers | 2
3
answersQuestion
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 ...
nästan 14 år ago | 1 answer | 1