photo

Jasmine


University of Bath

Con actividad desde 2014

Followers: 0   Following: 0

Mensaje

Estadística

All
MATLAB Answers

2 Preguntas
5 Respuestas

Cody

0 Problemas
33 Soluciones

CLASIFICACIÓN
3.054
of 301.522

REPUTACIÓN
20

CONTRIBUCIONES
2 Preguntas
5 Respuestas

ACEPTACIÓN DE RESPUESTAS
50.0%

VOTOS RECIBIDOS
6

CLASIFICACIÓN
 of 21.315

REPUTACIÓN
N/A

EVALUACIÓN MEDIA
0.00

CONTRIBUCIONES
0 Archivos

DESCARGAS
0

ALL TIME DESCARGAS
0

CLASIFICACIÓN
17.093
of 175.118

CONTRIBUCIONES
0 Problemas
33 Soluciones

PUNTUACIÓN
330

NÚMERO DE INSIGNIAS
3

CONTRIBUCIONES
0 Publicaciones

CONTRIBUCIONES
0 Público Canales

EVALUACIÓN MEDIA

CONTRIBUCIONES
0 Temas destacados

MEDIA DE ME GUSTA

  • Thankful Level 1
  • Knowledgeable Level 1
  • First Answer
  • Commenter
  • Promoter
  • Solver

Ver insignias

Feeds

Ver por

Pregunta


GUI closing unexpectedly once published as an application?
Hi, I have written a fully working GUI. I then wanted to add more functionality by bringing up a further GUI when a push button ...

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

1

respuesta

Respondida
How to communicate with instrument using USB port
Sounds like it is a terminator property problem. Try: set(s,'Terminator',<cr><lf>); and change your code to: s = se...

más de 11 años hace | 0

Respondida
How to communicate with instrument using USB port
First you'll need to open of the port. See *fopen(serial)* for help with this. You should be able to work out which COM port you...

más de 11 años hace | 1

Respondida
Default matlab version when several installed on the same pc?
Have you tried going into your normal MATLAB working folder using windows explorer and right clicking on any .m file selecting o...

más de 11 años hace | 0

| aceptada

Respondida
GUI - What is the best language to make a commercial version?
Try typing *applicationcompiler* at MATLAB's command line.

casi 12 años hace | 2

Pregunta


Cannot create serial port: Error using serial (line 120)?
Hi, I have been using MATLAB to connect to a virtual USB serial port for the past few months. However, today I have started to g...

casi 12 años hace | 0 respuestas | 0

0

respuestas

Respondida
How to plot a trapezoidal pulse in Matlab?
function [] = trapezoidal_pulse (rise_time, fall_time, height, length) pulse = zeros (2, 4); pulse(1,2)=height; pulse(2...

casi 12 años hace | 3

| aceptada