photo

Mahnoor Irshad


Con actividad desde 2017

Followers: 0   Following: 0

Estadística

MATLAB Answers

6 Preguntas
0 Respuestas

CLASIFICACIÓN
107.450
of 297.457

REPUTACIÓN
0

CONTRIBUCIONES
6 Preguntas
0 Respuestas

ACEPTACIÓN DE RESPUESTAS
0.0%

VOTOS RECIBIDOS
0

CLASIFICACIÓN
 of 20.438

REPUTACIÓN
N/A

EVALUACIÓN MEDIA
0.00

CONTRIBUCIONES
0 Archivos

DESCARGAS
0

ALL TIME DESCARGAS
0

CLASIFICACIÓN

of 158.938

CONTRIBUCIONES
0 Problemas
0 Soluciones

PUNTUACIÓN
0

NÚMERO DE INSIGNIAS
0

CONTRIBUCIONES
0 Publicaciones

CONTRIBUCIONES
0 Público Canales

EVALUACIÓN MEDIA

CONTRIBUCIONES
0 Temas destacados

MEDIA DE ME GUSTA

Feeds

Ver por

Pregunta


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

alrededor de 7 años hace | 0 respuestas | 0

0

respuestas

Pregunta


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

más de 7 años hace | 0 respuestas | 0

0

respuestas

Pregunta


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

más de 7 años hace | 0 respuestas | 0

0

respuestas

Pregunta


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

más de 7 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

más de 7 años hace | 0 respuestas | 0

0

respuestas