Community Profile

photo

J


Last seen: 10개월 전 2023년부터 활동

Followers: 0   Following: 0

통계

  • Knowledgeable Level 2
  • First Answer

배지 보기

Feeds

보기 기준

답변 있음
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개월 전 | 0

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

10개월 전 | 0

답변 있음
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개월 전 | 0

답변 있음
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개월 전 | 0

답변 있음
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개월 전 | 0

답변 있음
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개월 전 | 0

| 수락됨

답변 있음
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개월 전 | 0

답변 있음
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개월 전 | 0

답변 있음
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개월 전 | 0

| 수락됨

답변 있음
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개월 전 | 0

| 수락됨