photo

Ahsan Ayyaz


Last seen: más de 3 años hace Con actividad desde 2019

Followers: 0   Following: 0

Estadística

All
MATLAB Answers

2 Preguntas
1 Respuesta

Cody

0 Problemas
2 Soluciones

CLASIFICACIÓN
170.360
of 300.343

REPUTACIÓN
0

CONTRIBUCIONES
2 Preguntas
1 Respuesta

ACEPTACIÓN DE RESPUESTAS
0.0%

VOTOS RECIBIDOS
0

CLASIFICACIÓN
 of 20.926

REPUTACIÓN
N/A

EVALUACIÓN MEDIA
0.00

CONTRIBUCIONES
0 Archivos

DESCARGAS
0

ALL TIME DESCARGAS
0

CLASIFICACIÓN
93.410
of 168.172

CONTRIBUCIONES
0 Problemas
2 Soluciones

PUNTUACIÓN
30

NÚMERO DE INSIGNIAS
1

CONTRIBUCIONES
0 Publicaciones

CONTRIBUCIONES
0 Público Canales

EVALUACIÓN MEDIA

CONTRIBUCIONES
0 Temas destacados

MEDIA DE ME GUSTA

  • First Review
  • Solver

Ver insignias

Feeds

Ver por

Respondida
How to turn on arduino digital pin using an external push button in app designer
This code served the purpose without using app designer close all clear all global a; a = arduino('COM11','nano'); don...

alrededor de 4 años hace | 0

Pregunta


How to turn on arduino digital pin using an external push button in app designer
I want to turn on a led when a push button connected to arduino is pressed, also when push button on the app is pressed it shoul...

alrededor de 4 años hace | 1 respuesta | 0

1

respuesta

Pregunta


how to detect a keyboard key in a while loop using a figure
I am using arduino nano and checking push buttons in a while loop. I want to detect a keyboard key, say 'spacebar' and simulate ...

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

1

respuesta

Resuelto


Which values occur exactly three times?
Return a list of all values (sorted smallest to largest) that appear exactly three times in the input vector x. So if x = [1 2...

más de 6 años hace

Resuelto


De-dupe
Remove all the redundant elements in a vector, but keep the first occurrence of each value in its original location. So if a =...

más de 6 años hace