Community Profile

photo

J


Last seen: 10 maanden ago Active since 2023

Followers: 0   Following: 0

Statistics

  • Knowledgeable Level 2
  • First Answer

View badges

Feeds

View by

Answered
years in fourth dimension is not printing properly
Hi Gurumoorthi, From what I could understand from your question, I think the issue you're facing is caused by the way you're as...

10 maanden ago | 0

Answered
Corp Image using Bounding Box
Hi Muhammed, Try this modified piece of code grayImage = rgb2gray(H); mask = grayImage > 0; S = regionprops(mask, 'BoundingB...

10 maanden ago | 0

Answered
The figure is filled and the system RAM does not respond - a problem in optimizing the code
It seems like you're facing some issues with optimizing your code and it gets stuck in a loop. I'll try to help you with that. H...

10 maanden ago | 0

Answered
Matlab2020b suddenly does not start anymore
I could provide you a few more troubleshooting methods. Check for compatibility: Verify that your version of MATLAB (2020b) is ...

10 maanden ago | 0

Answered
I use MATLAB's examples for code generation, but it shows following error. Please help me solve this problem quickly.
Have you tried adding mingW to as an environmental variable?Or try adding path of gcc in MingW. Your path might probably be like...

10 maanden ago | 0

Answered
some basics on MATLAB
From what I understood from your question I think the following code solves your question % Define the row of digits row = [10...

10 maanden ago | 0

| accepted

Answered
I want to detect outer circle of iris in eye image.
To detect the outer circle of the iris automatically and dynamically, I feel that it can be done with these steps: Threshold th...

11 maanden ago | 0

Answered
Problem has been solved
If by "crash" you mean MATLAB shows a stack trace and/or immediately disappears, please send the crash log file to MathWorks Tec...

11 maanden ago | 0

Answered
Error using writecell: Nested cell arrays are not supported.
The error message "Nested cell arrays are not supported" indicates the reason for the writecell error is due to the presence of ...

11 maanden ago | 0

| accepted

Answered
How can I find the elapsed time between two images from video file with matlab.
To find the elapsed time between two images from a video file in MATLAB, you will need to follow these steps: Read in the video...

11 maanden ago | 0

| accepted