![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/3883383_1527687069011.jpg)
Rita
Followers: 0 Following: 0
Statistica
RANK
10.505
of 297.016
REPUTAZIONE
4
CONTRIBUTI
52 Domande
3 Risposte
ACCETTAZIONE DELLE RISPOSTE
59.62%
VOTI RICEVUTI
4
RANK
of 157.725
CONTRIBUTI
0 Problemi
0 Soluzioni
PUNTEGGIO
0
NUMERO DI BADGE
0
CONTRIBUTI
0 Post
CONTRIBUTI
0 Pubblico Canali
VALUTAZIONE MEDIA
CONTRIBUTI
0 Punti principali
NUMERO MEDIO DI LIKE
Feeds
Domanda
How to plot a heat map with three vectors?
I have 3 vectors of hour of day , day of a year and temperature data . The temperature data measured 4 times a day. and for 365...
oltre 6 anni fa | 2 risposte | 0
2
risposteDomanda
How can I plot histogram ?
I wanted to plot distribution of my data. I have tried excel and I am not sure which function in matlab exactly draw a plot like...
circa 7 anni fa | 1 risposta | 0
1
rispostaDomanda
sim function of the neuralnetwork
I want to simulate the network that I got with the new data and I use results=sim(net, new data) should I normalize the new data...
oltre 7 anni fa | 3 risposte | 0
3
risposteDomanda
How to do interpolation?
I have a vector which has daily measured data for some days of a year.for example I have A=[ 1 1 4 3 ...
quasi 8 anni fa | 1 risposta | 0
1
rispostaDomanda
Leave one out using "cvpartition"
I am using cvpartition to partition my data (10 times) and one out at each time. If one data at the first fold is out how we ca...
quasi 8 anni fa | 0 risposte | 0
0
risposteDomanda
Dividing data for neural network
If I want to use dividerand and retraining for 10 times shoould the dividerand also be on the loop of 10 times or it should be o...
quasi 8 anni fa | 0 risposte | 0
0
risposteDomanda
What happend if the validation performance was greater than the test performance?
I have trained several networks with different hidden neurons. Now my question is what happens if I select a network with the va...
quasi 8 anni fa | 1 risposta | 1
1
rispostaDomanda
Data Normalization before using nftool?
I have 2 questions: if I am going to run (nftool Gui) should I normalize manually my data first and then data should be enter...
circa 8 anni fa | 0 risposte | 0
0
risposteDomanda
How to plot a normal distribution graph to fit a bar graph?
I have a bar graph which in the x-axis shows the edge centers and y-axis are N I would like to plot a normal distribution graph ...
circa 8 anni fa | 2 risposte | 0
2
risposteDomanda
How to run neural network with dividing data to 2sets instead of 3 sets ?
I know that in R software (neuralnet package) the datasets divides to two set of training and test sets I was wondering if there...
circa 8 anni fa | 1 risposta | 0
1
rispostaDomanda
A question about inpaint_nans.m
I have worked with this great function and I can't understand why this happens: If we have a vector with 100 data and some nans...
oltre 8 anni fa | 2 risposte | 0
2
risposteDomanda
How to calculate prediction interval of ANN?
How the prediction interval of a neural network can be calculated?
oltre 8 anni fa | 1 risposta | 0
1
rispostaDomanda
Generalization in the ANN
A network was created with 2000 records and aslo 5 networks were created with 400 records for each of them.(Note that the input ...
oltre 8 anni fa | 1 risposta | 0
1
rispostaDomanda
Is there any way to use plotregression in a subplot?
I'm plotting a linear regression using the MATLAB function plotregression plotregression(x, y) I would like to have 6 ...
oltre 8 anni fa | 1 risposta | 0
1
rispostaDomanda
Why ANN gives this result?
I have run the ANN for prediction (curve fitting) with two different of dataset separately.The first dataset is whole 4 years of...
oltre 8 anni fa | 0 risposte | 0
0
risposteDomanda
The test of normality for resiuals of a neural network
I have used Lillifores test to examine the normality of residuals of a neural netwoek.The result showed that the residuals of my...
oltre 8 anni fa | 1 risposta | 0
1
rispostaDomanda
How to plot using "Hierarchically grouped boxplot"?
I would like to draw a boxplot with two sets of data to compare. I am willing to use "Hierarchically grouped boxplot" a functi...
oltre 8 anni fa | 1 risposta | 0
1
rispostaDomanda
ANN with different results?!!!
I have trained ANN (for prediction)with 4years of daily data and also I trained ANN with separate years of daily data then compa...
oltre 8 anni fa | 0 risposte | 0
0
risposteDomanda
How to find out the distribution of missing data?
I have a vector with some missing data .I am not sure how I can realize the distribution of missing data?I know that I can use "...
oltre 8 anni fa | 1 risposta | 0
1
rispostaDomanda
How to select some part of a matrix ?
Hi,I have a matrix with two column I would like to select data from the second column based on the condition that I put for the ...
oltre 8 anni fa | 1 risposta | 0
1
rispostaDomanda
How can I create a vector with specified NaNs' percentage?
I have a vector with 3000 data which 500 of them are real NaNs which I am not going to do any analysis for real NaNs.I would lik...
oltre 8 anni fa | 0 risposte | 0
0
risposteDomanda
How to do paired t test with mean and sd?
I would like to do paired t-test with mean and standard deviation and the number of sampling. for A:mean =8.37 sd=0.53 B...
oltre 8 anni fa | 2 risposte | 1
2
risposteDomanda
How to optimize the parameters in fillgaps function?
I would like to use fillgaps function and I tried with my data but the results were not good. I would like to change the number...
oltre 8 anni fa | 1 risposta | 0
1
rispostaDomanda
How to generate random values from tlocationscale distributions ?
I would like to create some random numbers with tlocationscale distribution.I am not sure how to do it. Thanks for any help.
oltre 8 anni fa | 0 risposte | 0
0
risposteDomanda
How to find out the distribution of daily data with some missing values?
I would like to know the distribution of my daily data with some function in matlab.My problem is my data has some gaps(10%-30%)...
oltre 8 anni fa | 0 risposte | 0
0
risposteDomanda
How I can create a vector with specified blanks?
Hi,I have a time series of daily data for 4 years(4*365 data) and I would like to have a some of daily data to be blanks(gaps) t...
oltre 8 anni fa | 4 risposte | 0
4
risposteDomanda
how to extract data ftom plotperform in neural network?
Hi I have a trained network and I already plotted the plotperform(tr).My question is how I can change the unit of y-axes? IS it ...
oltre 8 anni fa | 0 risposte | 0
0
risposteDomanda
How I can extract data from a vector based on index
I have an index and a vector I would like to have data from the vector which is not in the index!For example A=[5 3 7 8 89...
oltre 8 anni fa | 3 risposte | 0
3
risposteDomanda
How I can fix the xlabel plot?
I have this plot <</matlabcentral/answers/uploaded_files/53328/t3.jpg>> and I would like the x-axis start at Jan and end i...
oltre 8 anni fa | 1 risposta | 0
1
rispostaDomanda
Can I say overfitting happen or not in this plot?
I have a performance plot from ANN I know that ANN toolbox prevents from overfitting .My question is that <</matlabcentral/an...
oltre 8 anni fa | 1 risposta | 0