photo

Jasmine


University of Bath

Attivo dal 2014

Followers: 0   Following: 0

Messaggio

Statistica

All
MATLAB Answers

2 Domande
5 Risposte

Cody

0 Problemi
33 Soluzioni

RANK
3.034
of 300.364

REPUTAZIONE
20

CONTRIBUTI
2 Domande
5 Risposte

ACCETTAZIONE DELLE RISPOSTE
50.0%

VOTI RICEVUTI
6

RANK
 of 20.934

REPUTAZIONE
N/A

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
0 File

DOWNLOAD
0

ALL TIME DOWNLOAD
0

RANK
16.201
of 168.407

CONTRIBUTI
0 Problemi
33 Soluzioni

PUNTEGGIO
330

NUMERO DI BADGE
3

CONTRIBUTI
0 Post

CONTRIBUTI
0 Pubblico Canali

VALUTAZIONE MEDIA

CONTRIBUTI
0 Punti principali

NUMERO MEDIO DI LIKE

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

Visualizza badge

Feeds

Visto da

Domanda


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

oltre 11 anni fa | 1 risposta | 0

1

risposta

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

oltre 11 anni fa | 0

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

oltre 11 anni fa | 1

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

oltre 11 anni fa | 0

| accettato

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

oltre 11 anni fa | 2

Domanda


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

oltre 11 anni fa | 0 risposte | 0

0

risposte

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

oltre 11 anni fa | 3

| accettato