Pregunta


How to create multiple cdfplot in one graph?
I have tried to create a multiple cdfplot in one graph as below but I need an efficient way since I'm using this in a big matrix...

más de 4 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Returning an additional value that is not part of the fitness function or objective for all population evaluation in GA
Can anyone please help by showing the code how can I return an additional value (Sigma) that is not part of my fitness function ...

más de 4 años hace | 1 respuesta | 1

1

respuesta

Pregunta


Collecting a value (Sigma ) over all of the objective function evaluations while using GA optimizer
I want to collect all the values of (Sigma ) over all of the objective function evaluations. I'm not really sure how to do this ...

casi 5 años hace | 0 respuestas | 0

0

respuestas

Pregunta


How to return an additional parameter that is not part of the population nor the objective in ga MATLAB?
I'm looking for a way to retun an additional variable (risk) with my objective (ecnomic_value) paramter for each population (wei...

casi 5 años hace | 0 respuestas | 0

0

respuestas

Pregunta


How to return an additional variable that is not part of the objective for each population while using GA optimizer?
I have a function that I'm optimizing by GA. In addition, I would like to show all the population (by using an output function)...

casi 5 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Number of Population and Generation in GA?
I have a function where I'm trying to optimize. So, Im using GA and I have run the optimizer on the defult case. Is there anyway...

casi 5 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Scatter plot with a color variation based on a third vector
I have three variables (Return, Risk, Supply) where I would like to present them on a scatter plot as the attached. I would like...

casi 5 años hace | 1 respuesta | 1

1

respuesta

Pregunta


How to find the final formula or equation that is produced by regression learner.
I have created a trainedModel for my data by using Train Regression Models in Regression Learner App. After I exported my model ...

casi 5 años hace | 0 respuestas | 2

0

respuestas

Pregunta


gamultiobj optimizer is not working and I get the following error massage "Reference to non-existent field 'Best'"
I have a function that its single objective was optimized by using ga optimizer in MATLAB. Everything is working. Now, I would l...

casi 5 años hace | 0 respuestas | 0

0

respuestas

Pregunta


How to change the boxplot color manually
I have a boxplot figure that was saved in my folder but I'm not really sure where the data is. Is there away to change the color...

casi 5 años hace | 0 respuestas | 0

0

respuestas

Pregunta


Does PCA funciton normalize the data while it generates the biplot?
Dear all, I have 16 variables and I would like to use PCA to understand how they are correlated among each other’s. The first 8...

casi 5 años hace | 0 respuestas | 0

0

respuestas

Pregunta


My gamultiobj is not working but it works for the ga?
I have a function that its single objective was optimized by using ga optimizer in MATLAB. Everything is working. Now, I would l...

casi 5 años hace | 0 respuestas | 0

0

respuestas

Pregunta


Find the max value and index of each interval in a big matrix
I'm looking for a way to split my data into group then find the maximum and index of each group. So, I have this code which give...

casi 5 años hace | 1 respuesta | 0

1

respuesta

Pregunta


How to find the index of splitapply
I have this code where I split the data into intervals and I look to find the maximum value for each interval as below. I need t...

casi 5 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Find the highest value of y for each x value
Can anyone please help me with this quesiton. I have a big matrix where I’m only interested to plot the highest value of y for ...

casi 5 años hace | 1 respuesta | 0

1

respuesta

Pregunta


How to plot A Curve That Connects The Highest Values in Y-Axis
Can anyone please help me to create the curve as below. I'm looking for away to plot the highest point at y-axix for all x-axis....

casi 5 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Find the maximum value in each group of a big matrix
I have a big matrix and I'm looking for an easy way to group them by a certain way then find the maximum in each group. I have c...

casi 5 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Coloring The Dots in biPlot Chart
I have created biplot as below and I'm looking for a way to distinguish the dots by different colors according to their group na...

casi 5 años hace | 1 respuesta | 0

1

respuesta

Pregunta


How to related PCA output to the original data?
Hello, I'm new to PCA and I would like to learn the outcome of pca function. I have read the document and checked others works...

casi 5 años hace | 0 respuestas | 0

0

respuestas

Respondida
How to apply PCA correctly?
Dear the cyclist, thanks for showing this example. I have a question regarding to the order of the COEFF since they are differen...

alrededor de 5 años hace | 2

Pregunta


Ylim is not working
I have tried to inlcude a common and fixed Y-axis and X-axis for all the figures but it is working. Can you please help. figur...

alrededor de 5 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Indexing with conditions for certain columns
I have a huge matrix where I want to find the indexes that meet each column median only and the rest of the column median should...

alrededor de 5 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Grouping A Scatter Plot
I have a big matrix (17400X18) as attached where I created their scatters by plotting column (17) vs column (18) as in Figure 1 ...

alrededor de 5 años hace | 0 respuestas | 0

0

respuestas

Pregunta


Plotting 3D for three independent variables without any function
I have four vectors as attached in Data_1.tx. file. I'm looking for a way to plot their surface map. Where X = (:,column3), Y = ...

alrededor de 5 años hace | 2 respuestas | 0

2

respuestas

Pregunta


A row vector that matches all similar rows in a matrix to group be them in a scatter plot
I have a huge matrix where I want to split them into smaller group based on certain criteria where all the rows are matching. Fo...

alrededor de 5 años hace | 1 respuesta | 0

1

respuesta

Pregunta


How to use lognrnd?
I'm trying to create a random log-normal distributions for a vector . I have already read the lognrnd document as https://uk.mat...

alrededor de 5 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Saving plot with variables larger than 2 GB
I'm trying to save a huge boxplot figure but it is working. I used matfile and it is not saving yet. Any idea? for i = 1:length...

alrededor de 5 años hace | 2 respuestas | 0

2

respuestas

Respondida
Plot a bar chart while sorting its variables and presenting the cosponsoring new sorted variables in the x-axis.
Cases = 1:19; [CV_Sorted,index] = sort(CV,'descend'); bar(CV(index)) xTick = Fields_Sorte; set(gca, 'xTick',Cases, 'xTickL...

alrededor de 5 años hace | 0

| aceptada

Pregunta


Plot a bar chart while sorting its variables and presenting the cosponsoring new sorted variables in the x-axis.
I have two vectors as below where i would like to plot them in a bar chart in a descending order while showing the corropsoing v...

alrededor de 5 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Creating a boxplot for every row in a matrix
I'm looking for an easy and fast way to make a boxplot for every row in a huge matrix (1000000 x 20) and showing all these boxes...

alrededor de 5 años hace | 1 respuesta | 0

1

respuesta

Cargar más