SreeHarish Muppirisetty
Followers: 0 Following: 0
Professional Interests: Systems Biology, Image Analysis
Statistics
RANK
176,937
of 295,569
REPUTATION
0
CONTRIBUTIONS
16 Questions
1 Answer
ANSWER ACCEPTANCE
62.5%
VOTES RECEIVED
0
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
Below is the probabilistic neural network for classification, but it is not working fine. Can someone help to improve it? especially how to recalculate training, validation and test performance.
You can try with the following steps: 1. Try increasing the number of hidden nodes, in general. 2. Design 10 neural networ...
10 years ago | 0
Question
'lsqnonlin' giving non-identical results from multiple trials considering same data and starting parameter values
Hi *I implemented lsqnonlin for estimating 30 parameters in my Model. My objective function is of the order 18000X22.* M...
10 years ago | 1 answer | 0
1
answerQuestion
Select specific elements in a cell array
Hi *I have a cellarray variable 'noisyobs', whose length is 15.* noisyobs{1 to 4}..size of each one is 1X1800. noisyobs...
10 years ago | 1 answer | 0
1
answerQuestion
Need suggestion for the right plot
Hello I have 2 variables: DRafdrugdosages of length 9. DMEKdrugdosages of length 9. I have another 2 variables kr...
10 years ago | 1 answer | 0
1
answerQuestion
Plotting cumulative frequencies using 'bar' command
Hello I have 2 sets (A and B) of values where length(A) equals length(B) The distribution of numbers in A and B, range fro...
10 years ago | 0 answers | 0
0
answersQuestion
About implementation of lsqnonlin
Hi I have time-course data variable 'prodconcnumbers', size 18000X22 meaning 18000 data points for each of the 22 molecules ...
10 years ago | 1 answer | 0
1
answerQuestion
Central difference approximation scripts to calculate first derivatives of smoothed signal got from smooth function, Method: 'Savitzky-Golay'
I want to calculate first derivatives with respect to time for my smoothed data. I used Savitzky-Golay method in 'smooth' matlab...
11 years ago | 1 answer | 0
1
answerQuestion
Recurrent problem: Matlab(R2013a) stopped working?!
Hi All my Matlab windows close after this message. This is happening often these days. I am running programs which fin...
11 years ago | 1 answer | 0
1
answerQuestion
Combine 2 plots into a single figure
Can I combine two plots into a single figure. Assuming that my Xticks for: Plot1 would be 0 1 2 3 4 5 6 7 8 9 10 and for P...
11 years ago | 1 answer | 0
1
answerQuestion
Plot: varying X-axis Ticks
I am using plot function say, timecourse (from 1 to 10000 seconds) Vs predictionsetvalues (some arbitrary units). My length(pr...
11 years ago | 1 answer | 0
1
answerQuestion
How do I display figures on a local Ubuntu machine by using 'plot' function.
Hi I am working on a remote Ubuntu machine that has Matlab, from my local Ubuntu machine. I established connection using 'ssh...
11 years ago | 0 answers | 0
0
answersQuestion
generating numbers with fixed difference
I have my lower and upper bound numbers. 0 and 100 respectively. I want to generate numbers within these bounds with a fixed dif...
11 years ago | 1 answer | 0
1
answerQuestion
outputs from lsqlin parameter estimation
Hi I am working on using 'lsqlin' for fitting my 3 parameters (a set of 3) in my model. This is the command I used: k...
11 years ago | 1 answer | 0
1
answerQuestion
Regionprops returns NaN as centroid value for a Label
Hi This I encountered while trying to relabel my labeling matrices for each of the 97 images I have. My Image Labels as got fr...
11 years ago | 2 answers | 0
2
answersQuestion
Image analysis program: 'find' not working
testnumber=2; vectortofindtestnumber=[ 1 2 3 4 5 6 7 8 9 10 11 12 13 ...
11 years ago | 2 answers | 0
2
answersQuestion
Problem with Empty matrix: 1-by-0
My variables and their values, in the 'If' condition statement leftoverROI1s{1}= [11 15]; missinglabelsinimage{1} is an em...
11 years ago | 1 answer | 0
1
answerQuestion
Question related to Image analysis Functions: bwconncomp and regionprops
Hi When I pass the output of bwconncomp structure to regionprops function to get information about 'Area' of each region of int...
11 years ago | 1 answer | 0