回答済み
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日 前 | 0

回答済み
using backpropagation neural network for fuel consumption prediction
Try the Regression Learner App on the Apps tab.

22日 前 | 0

Poll


What Olympic sports to you like to watch most?

23日 前 | 0 votes | 0 comments

回答済み
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日 前 | 0

回答済み
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日 前 | 0

回答済み
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日 前 | 0

回答済み
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日 前 | 0

| 採用済み

回答済み
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日 前 | 0

回答済み
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日 前 | 0

回答済み
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日 前 | 0

回答済み
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日 前 | 0

回答済み
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日 前 | 1

| 採用済み

回答済み
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日 前 | 0

回答済み
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日 前 | 0

回答済み
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日 前 | 0

回答済み
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日 前 | 1

| 採用済み

回答済み
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日 前 | 0

回答済み
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日 前 | 0

回答済み
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日 前 | 0

回答済み
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...

約1ヶ月 前 | 0

回答済み
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...

約1ヶ月 前 | 1

回答済み
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...

約1ヶ月 前 | 0

| 採用済み

回答済み
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');

約1ヶ月 前 | 0

回答済み
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...

約1ヶ月 前 | 0

回答済み
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...

約1ヶ月 前 | 0

回答済み
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.

約1ヶ月 前 | 0

回答済み
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...

約1ヶ月 前 | 0

回答済み
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...

約1ヶ月 前 | 1

| 採用済み

回答済み
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...

約1ヶ月 前 | 0

回答済み
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...

約1ヶ月 前 | 0

さらに読み込む