Statistik
RANG
2.946
of 295.467
REPUTATION
20
ANTWORTZUSTIMMUNG
50.0%
ERHALTENE STIMMEN
6
RANG
of 20.234
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Frage
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 ...
mehr als 10 Jahre vor | 1 Antwort | 0
1
AntwortHow 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...
mehr als 10 Jahre vor | 0
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...
mehr als 10 Jahre vor | 1
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...
mehr als 10 Jahre vor | 0
| akzeptiert
GUI - What is the best language to make a commercial version?
Try typing *applicationcompiler* at MATLAB's command line.
mehr als 10 Jahre vor | 2
Frage
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...
mehr als 10 Jahre vor | 0 Antworten | 0
0
AntwortenHow 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...
mehr als 10 Jahre vor | 3
| akzeptiert