Respondida
Understanding Gaussian Process Regression in Regression Learner App
I just always say to try all models and then pick the best one. I just use the default parameters and don't try to fine tune th...

22 días hace | 0

Respondida
using backpropagation neural network for fuel consumption prediction
Try the Regression Learner App on the Apps tab.

22 días hace | 0

Respondida
How to draw the scatter plot for mean and Standard deviation of an image
If you're doing this to quantify the spatial uniformity of an image, once you have the mean and standard deviation of the 12 til...

23 días hace | 0

Respondida
How can I reassign clusters based on similarity or any other method?
Sorry, I didn't delve into this lengthy discussion in detail but for what it's worth, I'm attaching a demo that lets you relabel...

23 días hace | 0

Respondida
Standalone App will not install without internet
"that was compiled with the option to download runtime engine from web" <== well, don't use that option. Just compile your app ...

23 días hace | 0

Respondida
How to iteratively go through a structure?
Perhaps there is a way to vectorize it. But the for loop is not bad, except that you should use (i,j) indexes on DataMean other...

23 días hace | 0

| aceptada

Respondida
copping grayscale image and remove any other borders or details
Not sure of the source of this image. It looks like a screenshot that was exported by your ultrasound program. That means the ...

23 días hace | 0

Respondida
standalone executable and write to a txt file
Like the others said, give the full file name. This means the drive, the folder, the base file name, and the extension. Use fu...

24 días hace | 0

Respondida
How do I write an excel file with specified formats for my data entries?
Yes, it's certainly possible. Probably the easiest way is to just make up an Excel workbook with all the columns formatted the ...

24 días hace | 0

Respondida
Macroscopic Specimen image Sectioning
Yes. What are you starting with? If you have any more questions, then attach your data and code to read it in with the papercl...

24 días hace | 0

Respondida
Matlab inherited environment when launched from command window
What information from the DOS environment do you need? Have you tried getenv? I guess you're doing, from the command window...

25 días hace | 1

| aceptada

Respondida
How can I open a PDF in a standalone application?
I don't have a mac, nor a compiler anymore, but maybe try getting rid of open and letting the operating system figure it out jus...

25 días hace | 0

Respondida
Any ideas for making this exponential decay function match the actual data better?
@Kaya John brings up some good points and I hope you read it carefully to understand. From your other comment it sounds like ...

26 días hace | 0

Respondida
How to stop table headers being truncated ?
From the error it sounds like there is a maximum number of characters allowed for a table header name, just like there is for va...

26 días hace | 0

Respondida
How can I iterate through an array using a for loop?
The paths need to be enclosed in single or double quotes. Then when you put them into a cell array don't use quotes there. And...

26 días hace | 1

| aceptada

Respondida
Editor doesn't show what I write in comman
If you type commands in the command window, the statements are not saved to a file. You can see and recall them by typing the u...

28 días hace | 0

Respondida
How to format cell font size, font color, and alignment in Excel from Matlab GUI program
I'm attaching a class, Excel_utils.m, that has all kinds of functions for formatting all kinds of things in Excel. I use it a l...

29 días hace | 0

Respondida
Code not displaying figure
Well you never plot anything and evidently you never get to the line where you call image to display an image. Try debugging ...

30 días hace | 0

Respondida
Is it possible to ADD a warning before Matlab starts?
You can check for drives in your startup.m file, and warn you if the folder or drive is not there, like this missingFolder = fa...

alrededor de 1 mes hace | 0

Respondida
How can I identify and fill outliers in a 2d matrix?
You forgot to attach your data so it's hard to help you. Make it easy to help you, not hard. One possibility is to use a modif...

alrededor de 1 mes hace | 1

Respondida
How to do skull stripping when the skull in the image is not complete?
I presume you've already seen my skull stripping demo I've posted many times, but I'm attaching it here for others. If your ini...

alrededor de 1 mes hace | 0

| aceptada

Respondida
How can i fit the inscribed circle with different diameter in an image ??
I don't even know what "fill with a different diameter" means, but you might try imfill mask = imfill(mask, 'holes');

alrededor de 1 mes hace | 0

Respondida
how to remove background from thermal image. i want to remove the background from the image. just want forground image
Again, I don't think you need to actually zero out (blacken/remove) the background, but this is what you asked for: % Demo by I...

alrededor de 1 mes hace | 0

Respondida
How do I solve this error in Parameter Setting for 2-D Lookup Table Block in Simulink?
There is no rowIndex or columnIndex for set_param. Why do you think there is? https://www.mathworks.com/help/simulink/slref/se...

alrededor de 1 mes hace | 0

Respondida
Where to find the coordinates info of image labelar's bounding boxes?
Use the Export button to export the code into an m-file. The coordinates should be in one of the variables in the function.

alrededor de 1 mes hace | 0

Respondida
how to remove background from thermal image. i want to remove the background from the image. just want forground image
The first question is why do you want to remove the background? Chances are you don't need to "remove" it but that you just nee...

alrededor de 1 mes hace | 0

Respondida
How to remove black (no perfectly black) background and calculate area of cracks?
@Elisa try this: % Demo by Image Analyst % Initialization steps: clc; % Clear the command window. close all; % Close all...

alrededor de 1 mes hace | 1

| aceptada

Respondida
order using first column in array cell
Fixed code below. Read comments for explanation. s = load('matlab_cell.mat'); originalList = s.newList % The problem with so...

alrededor de 1 mes hace | 0

Respondida
filling Index issues imfindcircles
I don't know what this means: "not filling the index or maybe there isnt enough to fill the array". The demo and your code does...

alrededor de 1 mes hace | 0

Respondida
Isolating one Texture from LBP
@Veronica See my Image Segmentation Tutorial in my File Exchange: Image Analyst's File Exchange It's a generic, general purpos...

alrededor de 1 mes hace | 0

Cargar más