Statistica
RANK
203.960
of 301.383
REPUTAZIONE
0
CONTRIBUTI
10 Domande
10 Risposte
ACCETTAZIONE DELLE RISPOSTE
90.0%
VOTI RICEVUTI
0
RANK
of 174.306
CONTRIBUTI
0 Problemi
0 Soluzioni
PUNTEGGIO
0
NUMERO DI BADGE
0
CONTRIBUTI
0 Post
CONTRIBUTI
0 Pubblico Canali
VALUTAZIONE MEDIA
CONTRIBUTI
0 Punti principali
NUMERO MEDIO DI LIKE
Feeds
Domanda
Resize GUI problem
Hello! Quick question! If I maximize my GUI, it maximizes. But when I click on a PushButton to refresh graph(new data) it ...
oltre 14 anni fa | 2 risposte | 0
2
risposteTask scheduling
Thank you all! I've done it like Jan Simon suggested and it works great! Thank you Daniel, I'll look into that too to see ...
oltre 14 anni fa | 0
Task scheduling
Thanks for the info. How do I create Task Scheduler, so a file would run itself? I could only get it to open an .m file. MatL...
oltre 14 anni fa | 0
Domanda
Task scheduling
Hello everybody! I have a problem with executing a script in Task Scheduler. A script needs to execute itself in the backgro...
oltre 14 anni fa | 3 risposte | 0
3
risposteDomanda
Grid
Hello! Quick question. My GUI has "axes1"(graph), this graph refreshes if I click a certain PushButton. The thing is my graph...
oltre 14 anni fa | 1 risposta | 0
1
rispostaDatatip
I did it... Now I understand. My GUI is a figure itself. So my code now works and looks like this : function datumplot(...
oltre 14 anni fa | 0
Datatip
If I understand correctly, my GUI's name is goliGUI = FigureHandle function datumplot(varargin) goliGUI = figure ...
oltre 14 anni fa | 0
Domanda
Datatip
Hello! I have a question regarding datatip on my GUI graph. Everytime I run my GUI and select Data Cursor I have to right cli...
oltre 14 anni fa | 4 risposte | 0
4
risposteTextscan question
Solved it. I forgot 'fid' in my fprintf! Thank you Walter, once again you saved the day! Fingers crossed they make a movie...
oltre 14 anni fa | 0
Textscan question
Thanks a bunch! Now there is a problem. I used B = abs(cell2mat(A))*1000 and I take B and write it to another text file but i...
oltre 14 anni fa | 0
Domanda
Textscan question
Hi I'm using textscan to read text from instrument. text file looks like this : -000.26 0000.00 -001.26 0000.00 ...
oltre 14 anni fa | 3 risposte | 0
3
risposteDevice communication
Nevermind, I did it with char(data). Thank you Walter!
oltre 14 anni fa | 0
Device communication
It worked, thanks! Now the the data is an array of 1x17 of some numbers 48 48 48 48 46 48 52 13 48 48 48 48 46 4...
oltre 14 anni fa | 0
Domanda
Device communication
Hi I need help with reading data from a device. My code : s1 = serial('COM4'); s1.BaudRate = 9600; s1.DataBits ...
oltre 14 anni fa | 3 risposte | 0
3
risposteDatatip, GUI screen and open Excel questions
1) Worked like a charm! 2) I've put it in here, but it just pops ERROR. % --- Executes just before goliGUI is made vi...
oltre 14 anni fa | 0
Domanda
Datatip, GUI screen and open Excel questions
Hello! Can please someone help me with a simple qustions. 1) I have a plot in my GUI and I enabled Data Cursor. Because I...
oltre 14 anni fa | 3 risposte | 0
3
risposteDomanda
Communicating with a device
Hello everybody! I am completely new to this problem. I have a digital weighing scale(a load cell hooked to a digital monitor)...
oltre 14 anni fa | 1 risposta | 0
1
rispostaDomanda
Reading last lines in a text file
Hey everyone! I have a quick question. I want to read the last 100 data from a .txt file. The .txt will update now and then...
oltre 14 anni fa | 1 risposta | 0
1
rispostaReading a text file
Thank you both! Reshape is the thing I was looking for. Jan, you are right, it would create problems later on if I had str...
oltre 14 anni fa | 0
Domanda
Reading a text file
Hey everyone! I have a question regarding textscan[]; command. I have a file and I want to read it, but somehow I can't ge...
oltre 14 anni fa | 3 risposte | 0
