Respondida
How to plot gaussian curve for each data point of boundary ?
If you have the Statistics and Machine Learning Toolbox, what I'd try is pdist2 and put in the boundaries of both curves. Then ...

casi 3 años hace | 0

Respondida
Mean of an oscillatory trajectory
If you know how many elements are in a period (and you should), then try movmean.

casi 3 años hace | 0

Respondida
Add-On explorer is stuck at loading screen - all white!
Your fastest route to success is to do exactly what it says to do in the FAQ: https://matlab.fandom.com/wiki/FAQ#After_installa...

casi 3 años hace | 0

Respondida
How to check which distribution (normal or exponential or gamma) fits best to a data set? Which function to use for this?
Those functions all look dramatically different. They might be similar over very short segments where your data is fairly linea...

casi 3 años hace | 0

Respondida
I have already a new computer. I want to installer the mat lab in my new computer. How do I do it?
Deactivate the software on your old computer. Login to the website and download the latest version to your new computer. Run s...

casi 3 años hace | 0

Respondida
How to align plot profile from imageJ with their peak value
Use max to find the index of the peak. Then use indexing to assign the data to a shifted location in a new vector, like place t...

casi 3 años hace | 0

Respondida
How can I segment brain gray matter from white matter?
Find published algorithms here: http://www.visionbib.com/bibliography/contentsmedical.html#Medical%20Applications,%20CAT,%20MRI...

casi 3 años hace | 0

Respondida
How do I detect the approximate radius of a rough, unclear circular object?
See my Image Segmentation Tutorial in my File Exchange: Image Analyst's File Exchange It's a generic, general purpose demo of ...

casi 3 años hace | 0

Respondida
Computing centroid of connected area on a sphere
You may need the Mapping Toolbox if the patch(es) covers a substantial part of the sphere. However if the area is pretty flat, ...

casi 3 años hace | 0

Respondida
How to measure spray penetration length and spray area?
There are several ways you can determine the starting and ending rows. I think the fastest is just this [blobRows, blobColumns...

casi 3 años hace | 1

| aceptada

Respondida
Matlab ignoring or executing lines out of order
Sometimes graphics don't update immediately, expecially if it's in a really computationally intensive loop. Try putting in dra...

casi 3 años hace | 1

| aceptada

Respondida
What to do once the file from fileexchange is downloaded?
If there is a ton of files containing source code, and you can't find anything that's called something like ReadMe or Setup or m...

casi 3 años hace | 1

| aceptada

Respondida
I want to embed the video to image then extract the video from that image.I have properly embeded the video to an image.But I am not able to extract.Can provide extractioncode
See attached demo that extracts individual frames from a video and saves them to disk, and then builds a new video from the indi...

casi 3 años hace | 0

| aceptada

Respondida
Pixel Grouping in Image
As you found out, morphological things will change the shape of the binary blobs. This is a case for dbscan. You can get all t...

casi 3 años hace | 0

Respondida
Error when opening two Matlab versions at the same time due to pathdef.m. How to fix it?
Each version of MATLAB should have it's own pathdef and be independent. You can add paths to it with the Set Path button on the...

casi 3 años hace | 2

| aceptada

Respondida
How do i remove empty cells in a cell array?
Your description is not clear to me. See if this is what you are intending. % Get size of input data [rows, columns] = size(o...

casi 3 años hace | 0

| aceptada

Respondida
getting a approximation of a linear slope line of a curved set of data points
Try this: clc; % Clear the command window. close all; % Close all figures (except those of imtool.) clear; % Erase all e...

casi 3 años hace | 0

| aceptada

Respondida
How to calculate Spray Cone Angle
Try this: % Demo to compute the cone angle of a liquid spray from a nozzle. % Initialization steps. clc; close all; workspa...

casi 3 años hace | 1

| aceptada

Respondida
Error states that Deep Learning Toolbox is required even though license is purchased and toolbox is installed?
Evidently you don't have a license for it even though it may be installed. If you type "ver" in the command window, do you see ...

casi 3 años hace | 0

| aceptada

Respondida
how to use imresize function.
"I have image unknown.png, I want to covert the size and map same with the image image2988.png (28x28 uint8)" so I take it that ...

casi 3 años hace | 0

Respondida
Getting inexistent files using dir function
Try this: folder = 'Volumes\EDUARDO-A\DET Data\HR_V1'; filePattern = fullfile(folder, 'V*.*'); % Only files that start with V ...

casi 3 años hace | 0

Respondida
I want to insert rectangle shape to the real time image
You might find using rectangle to draw into the overlay is faster than using insertShape to burn the rectangle into an RGB image...

casi 3 años hace | 1

Respondida
Code for file processing
Instead of lines = textscan(inputFile, '%s', 'delimiter', '\n'); you might like to use readlines lines = readlines(inputFile)...

casi 3 años hace | 0

Respondida
How to obtain a function through 3d points
Like John and Matt have been saying, you need to parameterize your curve, like have x, y, and z all be a function of the same pa...

casi 3 años hace | 1

Respondida
Why my standalone app is not working
When you double click the icon and the application just flashes and goes away, or never appears at all, chances are you installe...

casi 3 años hace | 1

Respondida
Why is it detecting 2 centroids in 1 object?
I think you're mistaken, or that you attached the wrong data. Your attached data has only one blob in it. See this well commen...

casi 3 años hace | 0

Respondida
Valid Coin Mask True Pixels Error Outside or Beyond the Actual Mask Error
@Ahsan I threw out most of the unnecessary code and simplified it greatly. Here is what I got: clc; % Clear the command win...

casi 3 años hace | 0

Respondida
Read in a general binary file (for example, but not exclusively a jpeg file), make a modification and write a new file out verbatim--no altered bytes.
See the FAQ for how to read in a series of files. https://matlab.fandom.com/wiki/FAQ#How_can_I_process_a_sequence_of_files? Af...

casi 3 años hace | 0

Respondida
Use files from multiple folders
Since this is one of the most common FAQs, see the FAQ for code snippets: https://matlab.fandom.com/wiki/FAQ#How_can_I_process_...

casi 3 años hace | 1

| aceptada

Poll


If you were EXTREMELY wealthy, would you still work?

casi 3 años hace | 15668 votes | 11 comments

Cargar más