Community Profile

Slobodan Djordjevi?


Active since 2011

Statistics

  • Thankful Level 3

View badges

Content Feed

View by

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

12 years ago | 2 answers | 0

2

answers

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

12 years ago | 0

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

12 years ago | 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...

12 years ago | 3 answers | 0

3

answers

Question


Grid
Hello! Quick question. My GUI has "axes1"(graph), this graph refreshes if I click a certain PushButton. The thing is my graph...

12 years ago | 1 answer | 0

1

answer

Answered
Datatip
I did it... Now I understand. My GUI is a figure itself. So my code now works and looks like this : function datumplot(...

12 years ago | 0

Answered
Datatip
If I understand correctly, my GUI's name is goliGUI = FigureHandle function datumplot(varargin) goliGUI = figure ...

12 years ago | 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...

12 years ago | 4 answers | 0

4

answers

Answered
Textscan question
Solved it. I forgot 'fid' in my fprintf! Thank you Walter, once again you saved the day! Fingers crossed they make a movie...

12 years ago | 0

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

12 years ago | 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 ...

12 years ago | 3 answers | 0

3

answers

Answered
Device communication
Nevermind, I did it with char(data). Thank you Walter!

12 years ago | 0

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

12 years ago | 0

Question


Device communication
Hi I need help with reading data from a device. My code : s1 = serial('COM4'); s1.BaudRate = 9600; s1.DataBits ...

12 years ago | 3 answers | 0

3

answers

Answered
Datatip, 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...

12 years ago | 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...

12 years ago | 3 answers | 0

3

answers

Question


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

12 years ago | 1 answer | 0

1

answer

Question


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

12 years ago | 1 answer | 0

1

answer

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

12 years ago | 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...

12 years ago | 3 answers | 0

3

answers