Statistiques
RANG
203 811
of 300 381
RÉPUTATION
0
CONTRIBUTIONS
10 Questions
10 Réponses
ACCEPTATION DE VOS RÉPONSES
90.0%
VOTES REÇUS
0
RANG
of 20 941
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 168 477
CONTRIBUTIONS
0 Problèmes
0 Solutions
SCORE
0
NOMBRE DE BADGES
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
Question
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 ...
presque 14 ans il y a | 2 réponses | 0
2
réponsesTask 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 ...
presque 14 ans il y a | 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...
presque 14 ans il y a | 0
Question
Task scheduling
Hello everybody! I have a problem with executing a script in Task Scheduler. A script needs to execute itself in the backgro...
presque 14 ans il y a | 3 réponses | 0
3
réponsesQuestion
Grid
Hello! Quick question. My GUI has "axes1"(graph), this graph refreshes if I click a certain PushButton. The thing is my graph...
presque 14 ans il y a | 1 réponse | 0
1
réponseDatatip
I did it... Now I understand. My GUI is a figure itself. So my code now works and looks like this : function datumplot(...
presque 14 ans il y a | 0
Datatip
If I understand correctly, my GUI's name is goliGUI = FigureHandle function datumplot(varargin) goliGUI = figure ...
presque 14 ans il y a | 0
Question
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...
presque 14 ans il y a | 4 réponses | 0
4
réponsesTextscan question
Solved it. I forgot 'fid' in my fprintf! Thank you Walter, once again you saved the day! Fingers crossed they make a movie...
presque 14 ans il y a | 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...
presque 14 ans il y a | 0
Question
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 ...
presque 14 ans il y a | 3 réponses | 0
3
réponsesDevice communication
Nevermind, I did it with char(data). Thank you Walter!
presque 14 ans il y a | 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...
presque 14 ans il y a | 0
Question
Device communication
Hi I need help with reading data from a device. My code : s1 = serial('COM4'); s1.BaudRate = 9600; s1.DataBits ...
presque 14 ans il y a | 3 réponses | 0
3
réponsesDatatip, 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...
presque 14 ans il y a | 0
Question
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...
presque 14 ans il y a | 3 réponses | 0
3
réponsesQuestion
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)...
presque 14 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
presque 14 ans il y a | 1 réponse | 0
1
réponseReading 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...
presque 14 ans il y a | 0
Question
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...
presque 14 ans il y a | 3 réponses | 0
