Simulink Model stuck in running mode indefinitely

조회 수: 15 (최근 30일)
ADITYA NAYAK
ADITYA NAYAK 2020년 2월 15일
댓글: stozaki 2020년 2월 18일
I have a requirement for converting a RGB image to Grayscale image. For this I have implemented a model comprising of 2 for iterator blocks (across rows and then columns). It compiles successfully, but on running it hangs indefinitely.
I tried to debug it by reducing the model into just 1 for iterator block. But still it shows same behavior as above.
Request to please suggest if there is any other way to find out what is the exact issue.
Attaching the model here.
  댓글 수: 2
stozaki
stozaki 2020년 2월 15일
Can you use Computer Vision toolbox?
ADITYA NAYAK
ADITYA NAYAK 2020년 2월 16일
Thank you very much for the answer Stozaki.
I wanted to do this manually using computation on each RGB values to genearte the Grayscale value of each pixel by traversing rows and columns. In this way though it would take some time, but I could understand the nitty gritty of the implementation of Simulink implementation. Is it possible to debug the above attached model.

댓글을 달려면 로그인하십시오.

답변 (1개)

stozaki
stozaki 2020년 2월 16일
@ADITYA
You can use color space convesion block.
I attached simple example model.
Regards,
stozaki
  댓글 수: 4
ADITYA NAYAK
ADITYA NAYAK 2020년 2월 18일
Hello Stozaki,
Sorry for late reply. Attaching the input file.
stozaki
stozaki 2020년 2월 18일
Hello ADITYA,
Thank you for data.
I reproduced hung on. Please contact MathWorks support request.
If the tool hangs, further analysis is difficult for us.
Regards,
stozaki

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Sources에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by