photo

Muhammad Jibran


Last seen: 4년 초과 전 2017년부터 활동

Followers: 0   Following: 0

통계

MATLAB Answers

6 질문
0 답변

순위
242,595
of 301,186

평판
0

참여
6 질문
0 답변

답변 채택
0.0%

획득한 표
0

순위
 of 21,188

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 173,292

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

Feeds

보기 기준

질문


I want to get FFT of a live sound stream on guide, i have used following code to initialize a sound devise in MATLAB
d = daq.getDevices ; dev = d(2); handles.s = daq.createSession('directsound'); addAudioInputChannel(s,dev.ID,1:2); handles.s...

대략 6년 전 | 답변 수: 0 | 0

0

답변

질문


Using MATLAB GUI popup
I’m working on a GUI , I have use a popup menu which gets enabled on/off by clicking on a check box. As I click on the check bo...

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

1

답변

질문


I have added an edit box in a gui. I want that Neither alphabets nor special characters appear in it. Only the numbers are allowed to be appeared
data= uicontrol (‘style’, ‘edit’, ‘string’, ‘ ‘, ‘position’, [35,30,60,15]); &&& comment if user presses any alphabet or spec...

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

1

답변

질문


I’m using uncontrol check box , by command in a script, I have associated a function with check box, how can I get the handle of that function out
uicontrol('style', 'checkbox', 'string', 'plz tick', 'callback',{@dt,xm}; function h = dt(hObject,xm,~) h = line([xm xm] , [-...

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

1

답변

질문


I have a a simpe graph, say sine wave. Using uicontrol i added a check box on the above-mentioned sinwave figure. Now on check box click/unclick a vertical line appears/disppears on figure. I wanwant to have handle of this line to slide it on the si
uicontrol('type','checkbox','string','plz tick','callback','{@dt,xm}'); Function H = dt(hObject,xm) H=line([xm xm] [-1 1]); ...

대략 7년 전 | 답변 수: 0 | 0

0

답변