photo

Seyeong Jeon


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

Followers: 0   Following: 0

메시지

통계학

  • Knowledgeable Level 1
  • First Answer

배지 보기

Feeds

보기 기준

답변 있음
Clearing background of microscopy images
I recommend you to add this line below your example result code. image = imclose(image, ones(5));

대략 1년 전 | 0

답변 있음
simulink 에서 subsystem 을 다른 simulink model 에서 link 해서 사용하는 방법
1.단일 subsystem을 여러번 불러와서 사용할 경우, 하나만 update해도 나머지 전부에 반영되게하는법. - 서브시스템(subsystem)을 참조로 불러와서 사용하면됩니다. 모듈화하고싶은 서브시스템을 평범하게 sub...

대략 1년 전 | 2

| 수락됨

답변 있음
Can i use fmincon in matlab using matlab api? if possible how?
Corrected Code: %%% code is written in python import matlab.engine # Start the MATLAB Engine eng = matlab.engine.start_m...

대략 1년 전 | 1