MATLAB QUESTIONS & EXPERT ANSWERS

Ask an expert. Trust the answer.
Your academic and career questions answered by verified experts.

Illustration
How to completely extract the green pixels from this image?
Malini - 2024-01-10

I have used this code to extract only the plant canopy.   inimage = imread('AA100401.jpg'); %// type uint8 mask = inimage(:,:,1)...

How can I resolve a segmentation fault caused by a MATLB Engine API tbb.dll version mismatch?
smith - 2024-01-10

I am developing a C++  application, which connects and interfaces with MATLAB via the C++ Engine API. When calling "findMATLAB()" in the C++ code, a ...

What is my syntax lacking to achieve an accumulative-progressing animation of the plot?
CHUN HIN KYLE - 2024-01-08

hold on for idx = 1:10 plot(idx, density(idx),"*") drawnow xlim([0.0 10.0]) ylim([0.0 6.1]) hold on plot(1:idx, density(1:idx),"*") drawnow end Unreco...

How to get the value of slopes of pchip at the enpoints?
David Gillcrist - 2024-01-08

I'm using pchip to interpolate a set of data X. After getting the interpolation, I'm trying to have functions g and f, connect to the endpoints of the...

How to compare contours?
Gail Distefano - 2024-01-02

In the attached file is a matrix of dose_data for a piece of radiographic film I have irradiated, and respective x and y coordinates for the film.   ...

How do I locate the crash dump files generated by MATLAB?
imran_sinha - 2024-01-02

MATLAB encountered a crash. How do I locate the crash log files on my computer.   ...

how to import csv file in matlab
Nur Zakaria - 2023-12-29

Hi, I have one question. I need to import data into MATLAB from a CSV file. Unfortunately, the data has header information in 3 columns.   How do I s...

How to calculate area of an irregular shape region in a binary image?
sanyukta - 2023-12-29

Is there any way to calculate the area of the irregular regions in a binary image? I am attaching the image here.Kindly help me....

How to calculate solidity of different shapes
naila - 2023-12-29

I have an image which contains different shapes:     I want to calculate the solidity of each shape individually and pick the one which has greatest...

How can I restore or recover a MATLAB file that I accidentally deleted or lost?
mahar_shah - 2023-12-28

How can I restore or recover a MATLAB script or function (.m file) that I accidentally deleted or lost?  ...

Get a Free Consultation or a Sample Assignment Review!