photo

Jasmine


University of Bath

Actif depuis 2014

Followers: 0   Following: 0

Message

Statistiques

All
MATLAB Answers

2 Questions
5 Réponses

Cody

0 Problèmes
33 Solutions

RANG
3 053
of 301 513

RÉPUTATION
20

CONTRIBUTIONS
2 Questions
5 Réponses

ACCEPTATION DE VOS RÉPONSES
50.0%

VOTES REÇUS
6

RANG
 of 21 310

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG
17 069
of 175 013

CONTRIBUTIONS
0 Problèmes
33 Solutions

SCORE
330

NOMBRE DE BADGES
3

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

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

Afficher les badges

Feeds

Afficher par

Question


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

plus de 11 ans il y a | 1 réponse | 0

1

réponse

Réponse apportée
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...

plus de 11 ans il y a | 0

Réponse apportée
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...

plus de 11 ans il y a | 1

Réponse apportée
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...

plus de 11 ans il y a | 0

| A accepté

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

presque 12 ans il y a | 2

Question


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

presque 12 ans il y a | 1 réponse | 0

0

réponse

Réponse apportée
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...

presque 12 ans il y a | 3

| A accepté