質問


Generating the confusion matrix of average value
I want to make the confustion matrix of the average value. According to here, "C = confusionmat(group,grouphat) returns the conf...

4年弱 前 | 1 件の回答 | 0

1

回答

質問


Operate on all the columns of a matrix
I have a 100*3 matrix and want to normalize each column. Sth like this: for i=1:3 norm=normalize(mat(:,i)) end Is there ...

4年弱 前 | 1 件の回答 | 0

1

回答

質問


How to make plot colors transparent?
I need to make the color of this plot transparent as I am going to add some data points to it and I want the data points to be v...

4年弱 前 | 1 件の回答 | 1

1

回答

質問


3d scatter plot for a grouping data
I am searching for a 3D version of gscatter. I know it was asked a while ago and apparently there was no function available at t...

4年弱 前 | 1 件の回答 | 0

1

回答

質問


Is it possible to save an object to a structure field?
I am interested to put an object into a structure field like: struct.field=object; is it possible?

4年弱 前 | 1 件の回答 | 0

1

回答

質問


Does using rng guarantee having exactly the same result in each simulation?
I am using rng to be able to reproduce data in each simulation. But I noticed there is a slightly difference for the result in e...

4年弱 前 | 0 件の回答 | 0

0

回答

質問


What statistical test is available in matlab for unbalanced samples other than ttest?
I have two data sets that have different sizes and need to do statistical test. ttest can handle unbalanced ttest but because of...

4年弱 前 | 1 件の回答 | 0

1

回答

質問


There is no InnerPosition property on the matlab.graphics.layout.TiledChartLayout class.
Any idea how to solve this error? t = tiledlayout(2,2,'InnerPosition',[0.1300 0.1100 0.7750 0.8150]); here is the error: Erro...

4年弱 前 | 1 件の回答 | 0

1

回答

質問


Automated multiple image arrangement using matlab
I need to arrange many images to make slides out of them. They are save with apporpriate names. For example I need to say place ...

4年弱 前 | 0 件の回答 | 0

0

回答

質問


imagesc vs heatmap: which one has more flexibility?
I am currently using heatmap but I found it does not have enough functionality like I can not change the colorbor size and style...

4年弱 前 | 1 件の回答 | 0

1

回答

質問


write a structure into the excel file not writing the structure contents
I use struct2table(strucutre name,'AsArray',1) to convert the strctrue to the table and then using writetable to write it on...

4年弱 前 | 1 件の回答 | 0

1

回答

質問


How to represent p-value on a heatmap?
I am plotting heatmap that each indivdual elemetn of it hasa p-value. I am interested to add the p-valeu of each individual elem...

4年弱 前 | 0 件の回答 | 0

0

回答

質問


How to explore off diagonal elements in matrices without avoiding the for loop?
I need to search if the value of off diagonal elements of many matrices are larger than a specific number. Was wondering if I ca...

4年弱 前 | 2 件の回答 | 0

2

回答

質問


How to remove color bar in the matlab heatmap and add one to the whole subplot?
I am making a subplot that has 4 heatmaps. I want to remove individual color bar and add one to the right end of the subplot. I...

4年弱 前 | 1 件の回答 | 0

1

回答

質問


Is is possible to generate similar bubble plot using matlab?
Here is the plot: I am intersted in generating similar plot. The axes are categorical.

4年弱 前 | 1 件の回答 | 0

1

回答

質問


Can I set an rng to classificationlearner app so the cross validation is done based on a specific random number generator to make the result reproducible?
I need to reproduce the data using classificationlearner app. I was wondering if there is a way to set a rng to k-fold cross val...

4年弱 前 | 0 件の回答 | 0

0

回答

質問


How measure sensitivity and specificity when using kfold cross validation?
I need to measure the sensitivity and specificity on the observations not used fro training in kfold cross validation like kfold...

4年弱 前 | 1 件の回答 | 0

1

回答

質問


Is it possible to generate the code of a plot like confusion matrix or ROC curve in classification learner app?
Classificatio learnere app is capable of generating the code of classification but my question is about the plots like confusion...

4年弱 前 | 0 件の回答 | 0

0

回答

質問


What "Kernel Scale" in svm really is?
I checked several places in matlab tutorial but did not find explicit definition of "kernel scale". According to question like t...

4年弱 前 | 1 件の回答 | 1

1

回答

質問


Assign mean and max value to a heatmap color bar
In order to be have consistant colorbar for all plots, how can I set a min and max to the heatmap color bar? I want to customize...

4年弱 前 | 1 件の回答 | 0

1

回答

質問


How to set the matlab heatmap properties to all heatmaps without repetition?
h = heatmap(folder_name_cells,folder_name_cells,Mat_Linear,'ColorScaling','log','MissingDataColor','1.00,1.00,1.00',... 'Gr...

4年弱 前 | 1 件の回答 | 0

1

回答

質問


How to assign the value to the min/max of a color map in heatmap?
I need zero to be yellow and 1 to be green but it is opposite in the heatmap now: Any idea to reverse this?

4年弱 前 | 4 件の回答 | 0

4

回答

質問


How to hide the value in heatmap?
I need to hide the value in the heatmap if it is zero. Any suggestion?

4年弱 前 | 1 件の回答 | 0

1

回答

質問


How to generate triangular heatmap using matlab?
I need to make a trinagular matrix like the image below: Any idea to generate using matlab? The data I have is a table shown...

4年弱 前 | 2 件の回答 | 0

2

回答

質問


The detail of heuristic procedure used by Matlab
It is stated here: "the software uses a heuristic procedure to select the scale value. The heuristic procedure uses subsampling...

4年弱 前 | 1 件の回答 | 0

1

回答

質問


Why character or string array cannot be constructed like numerical array?
For eample: a=[]; a(1:3)=1 but you cannot make string of character the same way: a=[]; a(1:3)="er" it returns: a = Na...

4年弱 前 | 1 件の回答 | 0

1

回答

質問


bagOfFeatures histogram yaxis is decimal
According to here, bagOfFeatures make he histogram after encoding like this: The word count on th yaxis are integer numbers....

約4年 前 | 0 件の回答 | 0

0

回答

質問


Any idea to make scatter plot more clear to read?
there are multiple points that are hidden under the red and orange points. Any idea to make this plot more understandable?

約4年 前 | 1 件の回答 | 0

1

回答

質問


What type of data is this isCategoricalPrd = [false, false, false, false, false];? the members of this matrix are not character nor string.
Here is the matrix isCategoricalPrd = [false, false, false, false, false]; I want to know the type of matrix members and how t...

約4年 前 | 1 件の回答 | 0

1

回答

質問


What factors I need to consider when transferring to new version of Maltab?
I am currently using 2018b and want to transfer to latest version of 2020. As I did huge coding on the 2018b I am concerned this...

約4年 前 | 2 件の回答 | 0

2

回答

さらに読み込む