photo

Mahnoor Irshad


2017년부터 활동

Followers: 0   Following: 0

통계

MATLAB Answers

6 질문
0 답변

순위
152,771
of 300,863

평판
0

참여
6 질문
0 답변

답변 채택
0.0%

획득한 표
0

순위
 of 21,100

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 171,413

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

Feeds

보기 기준

질문


I am trying to save data from gui into an excel file. I am able to do it except that when i try to store an array in one cell, what happens is that each element of array gets stored in a separate cell. how to store an array in 1 cel
% if true % code %end function pushbutton3_Callback(hObject, eventdata, handles) % hObject handle to pushbutton3 (...

거의 8년 전 | 답변 수: 0 | 0

0

답변

질문


I am trying to store values from serial monitor of ARDUINO to a vector.
if true % code end function pushbutton1_Callback(hObject, eventdata, handles) delete(instrfind) theta=zeros(1,10000...

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

0

답변

질문


I am trying to store values from serial monitor of Arduino to a vector in MATLAB.
if true % code end function pushbutton1_Callback(hObject, eventdata, handles) delete(instrfind) theta=zeros(1,10000...

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

0

답변

질문


I want to turn axis for my both axes. But the following code work only for axes 2. Can anyone tell why is it so?
% if true % code % end function pushbutton1_Callback(hObject, eventdata, handles) y1=randn(40); handles.y1=y1; y2=ra...

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

1

답변

질문


I am trying to connect arduino to matlab through a GUI. When i press the pushButton1, it should connect to arduino. But it is not connecting. Please help.
function pushbutton1_Callback(hObject, eventdata, handles) % hObject handle to pushbutton1 (see GCBO) % eventdata...

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

0

답변