photo

Mohammad Abu Bakar Siddique


Actif depuis 2015

Followers: 0   Following: 0

Statistiques

MATLAB Answers

4 Questions
2 Réponses

RANG
208 981
of 300 847

RÉPUTATION
0

CONTRIBUTIONS
4 Questions
2 Réponses

ACCEPTATION DE VOS RÉPONSES
100.0%

VOTES REÇUS
0

RANG
 of 21 094

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG

of 171 279

CONTRIBUTIONS
0 Problèmes
0 Solutions

SCORE
0

NOMBRE DE BADGES
0

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

  • Thankful Level 1

Afficher les badges

Feeds

Afficher par

Question


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...

environ 10 ans il y a | 1 réponse | 0

1

réponse

Question


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...

plus de 10 ans il y a | 1 réponse | 0

1

réponse

Question


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...

plus de 10 ans il y a | 1 réponse | 0

1

réponse

Réponse apportée
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 ...

plus de 10 ans il y a | 0

Réponse apportée
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 ...

plus de 10 ans il y a | 0