Domanda


Export ROC curve in matlab classifcation learner app
Why it is not possible to save the ROC or confusion matrix from matlab classification app?

circa 4 anni fa | 1 risposta | 0

1

risposta

Domanda


Is it possible to save matlab classifier workspace?
I need to save matlab classifier workspace so that later I can do some processes without the need to run the models from the scr...

circa 4 anni fa | 1 risposta | 0

1

risposta

Domanda


Where is Naive Bayes in classification learner?
According to https://www.mathworks.com/help/stats/train-classification-models-in-classification-learner-app.html Naive Bayes cla...

circa 4 anni fa | 1 risposta | 0

1

risposta

Domanda


Combine two tables with their corresponding rows
I have two tables and want to combine them with their corresponding first column. So that "ss" and "dd" will be in a new table w...

circa 4 anni fa | 1 risposta | 0

1

risposta

Domanda


How to make subplot accept the positions like matrix?
Assume there is 3*3 subplot, subplot(3,3,p) which p gives the location like 1,2,... from left to right and so on. How can I set ...

circa 4 anni fa | 1 risposta | 0

1

risposta

Domanda


How to add a trendline to a histogram plot and not show the histogram?
I need to add a trendline to the histogram and becuase I have several datasets I want to remove the histogram and keep only tren...

circa 4 anni fa | 1 risposta | 0

1

risposta

Domanda


Why anovan does not accept p = anovan(y) like anova1?
The dataset that I have has different numbr of smaples so I need to do unbiased ANOVA test. I realized that anovan does not acce...

circa 4 anni fa | 0 risposte | 0

0

risposte

Domanda


Can Matlab generate this plot?
I have data series A, B, C, D and E. Each one has a series of multiple angles for example data A has 15 members that range...

circa 4 anni fa | 1 risposta | 0

1

risposta

Domanda


trainImageCategoryClassifier vs Classification learner app of the matlab
trainImageCategoryClassifier is based on svm classification technique. Classification learner app has more classification techni...

circa 4 anni fa | 1 risposta | 0

1

risposta

Domanda


How does grid extracts feature descriptors in the Bag of Visual Words?
Accroding to here: https://www.mathworks.com/help/vision/ug/image-classification-with-bag-of-visual-words.html If you choose t...

circa 4 anni fa | 1 risposta | 0

1

risposta

Domanda


How to delete a whole table in the matlab?
I am running a loop which builds table and I need to delete the whole table for the next table. I used clear like "clear tablena...

circa 4 anni fa | 1 risposta | 0

1

risposta

Domanda


How can I separate the arrays when making a table?
I need to make table from two arrays. One array is matrix of n*1 and the other array is n*5. When I make table the table size ...

circa 4 anni fa | 1 risposta | 0

1

risposta

Domanda


How to combine two cell arrays?
I need to combine two cell arrays: cellarray1= {'P'} {'A'} {'Pi'} {'Ab'} {'Pa'} and cellarray2={'e'} I want to ...

circa 4 anni fa | 1 risposta | 0

1

risposta

Domanda


How to make pairplots using gplotmatrix?
Attached is the data of three categories. I need to make pairplots for them. They have different length. How can I swal with dat...

circa 4 anni fa | 0 risposte | 0

0

risposte

Domanda


why xlswrite writes each letter of the string into each cell of excel?
I used xlswrite to write a string which is the mixture of letters and numbers into the excell cell. I want each string to be wri...

circa 4 anni fa | 1 risposta | 0

1

risposta

Domanda


How to make group of ones more systematic approach?
I have this groups of ones: group = [ ones(size(Ribboned_100.unpatterned_B1.(string(var(i))))); 2 * ones(size(Ribboned_100.unp...

circa 4 anni fa | 1 risposta | 0

1

risposta

Domanda


Any idea how to do and represent ttest results on box plot?
I have boxplot that are 6 boxplots represented in on x and y axis. I wnt to do ttest to find the signigcance of the data between...

circa 4 anni fa | 2 risposte | 1

2

risposte

Domanda


How to find the name of the first filed of a struct?
I have a structre which has some fields. How can I find the field name of the first field? Here is the struct I have: struct...

circa 4 anni fa | 1 risposta | 0

1

risposta

Domanda


Can I make dynamic name for the structure?
I wanted to know whether I can make the name of a structure dynamically in the code or not. Not the name of the fields. I mean t...

circa 4 anni fa | 1 risposta | 0

1

risposta

Domanda


How to detect bright thick fibers around boundary?
I need to extract bright thick fibers that are surrounding the cell. In this image: The bright thick fiber that I am talking ...

circa 4 anni fa | 2 risposte | 0

2

risposte

Domanda


How can add a name of table by concatenating strings?
I have multiple matlab tables that at first I need load them to the matlab and then do some analysis. Assume they are saved with...

circa 4 anni fa | 1 risposta | 0

1

risposta

Domanda


Does matlab have any function that can compare multiple numbers and return logical value zero or one?
I need to find a matlab function that does this: F(2,3,4)=0 F(2,2,2)=1 F(5,6,7,8,9,2)=0 F(6,6,6,6,6,6,6,6)=1 if all inputs ...

circa 4 anni fa | 4 risposte | 0

4

risposte

Risposto
How to break a large table into a set of smaller tables?
@Walter Roberson Yes onn of the columns of table are string (column 27) the other is numeric.

circa 4 anni fa | 0

Domanda


How to break a large table into a set of smaller tables?
https://www.mathworks.com/matlabcentral/answers/229847-how-to-break-a-large-table-into-a-set-of-smaller-tables This question is...

circa 4 anni fa | 2 risposte | 0

2

risposte

Domanda


How to make multiple boxplots in one axes?
I found this link regarding my question: https://www.mathworks.com/help/stats/boxplot.html for a sample data. But did not ex...

circa 4 anni fa | 1 risposta | 0

1

risposta

Domanda


How to say remove "-1" from the end of a string if exists?
I have array of strings that some of them have "-1" at the end. Like "sectioned-1". How can I get rid of "-1" from the end of t...

circa 4 anni fa | 2 risposte | 0

2

risposte

Domanda


Why not adding space between words
strcat('Scale Factor = ',num2str(table2array(T(min(find(find_groups==k)),'scalefactor')))) and the output is like: 'Scale Fac...

circa 4 anni fa | 3 risposte | 0

3

risposte

Domanda


Problem saving the figures
I need to save figures produced by a function. The figures are open in matlab Iused this code: save_jpegs='C:\Users\jpegs'; sa...

oltre 4 anni fa | 1 risposta | 0

1

risposta

Domanda


Save the table to a specific folder
I use this code to save the matlab table. When I run the code, it is done proerly but no table is found at the folder. Any idea?...

oltre 4 anni fa | 2 risposte | 0

2

risposte

Domanda


Find the orientation of the skeletonized image
Is there any command that can find the orientation of skeletonized image? like the attached image that average angle of lines wi...

oltre 4 anni fa | 2 risposte | 0

2

risposte

Carica altro