photo

Mohammad Abu Bakar Siddique


2015년부터 활동

Followers: 0   Following: 0

통계

MATLAB Answers

4 질문
2 답변

순위
155,082
of 300,381

평판
0

참여
4 질문
2 답변

답변 채택
100.0%

획득한 표
0

순위
 of 20,941

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 168,477

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 1

배지 보기

Feeds

보기 기준

질문


I am newbei matlab coder. i want to put a limit range in gui edit text and also want to update this value in simulink model i dit it but the value didn't update when i enter the value in edit text????? Any help is appreaciable....
input = str2num(get(hObject,'String')); if (isempty(input)) set(hObject,'String','1') warndlg('Input must be...

대략 10년 전 | 답변 수: 1 | 0

1

답변

질문


GUI interface with dsPIC
i try to control dsPIC micontroller through Matlab GUI(using IO packages). First, i try to light on the LED by click on the push...

10년 초과 전 | 답변 수: 1 | 0

1

답변

질문


how could i generate PWM Signal using dsPIC33EP512MU810 microcontroller?
I have mplab simulink block set but not enough resources.i want to make 24 pwm signal using microcontroller. My microcontroller...

10년 초과 전 | 답변 수: 1 | 0

1

답변

답변 있음
how can i sync simulink model with gui? i tried several functions but it nothing heppend still there is problem. i tried SET_PARAM but no result. could any one tell me the proper solution how can i update this problem????????
here is the code for updatine the sinewave value in gui function edit_mag_Callback(hObject, eventdata, handles) % hObject ...

10년 초과 전 | 0

답변 있음
how can i sync simulink model with gui? i tried several functions but it nothing heppend still there is problem. i tried SET_PARAM but no result. could any one tell me the proper solution how can i update this problem????????
Dear Ilham Hardy Yes I want to update simulink model parameters values with the help of GUI. I used set_param but it is not ...

10년 초과 전 | 0