Slobodan Djordjevi?


自 2011 起处于活动状态

Followers: 0   Following: 0

消息

统计学

  • Thankful Level 3

查看徽章

Feeds

排序方式:

提问


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

13 years 前 | 2 个回答 | 0

2

个回答

已回答
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 ...

13 years 前 | 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...

13 years 前 | 0

提问


Task scheduling
Hello everybody! I have a problem with executing a script in Task Scheduler. A script needs to execute itself in the backgro...

13 years 前 | 3 个回答 | 0

3

个回答

提问


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

13 years 前 | 1 个回答 | 0

1

个回答

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

13 years 前 | 0

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

13 years 前 | 0

提问


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

13 years 前 | 4 个回答 | 0

4

个回答

已回答
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...

13 years 前 | 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...

13 years 前 | 0

提问


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

13 years 前 | 3 个回答 | 0

3

个回答

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

13 years 前 | 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...

13 years 前 | 0

提问


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

13 years 前 | 3 个回答 | 0

3

个回答

已回答
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...

13 years 前 | 0

提问


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

13 years 前 | 3 个回答 | 0

3

个回答

提问


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

13 years 前 | 1 个回答 | 0

1

个回答

提问


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

13 years 前 | 1 个回答 | 0

1

个回答

已回答
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...

13 years 前 | 0

提问


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

13 years 前 | 3 个回答 | 0

3

个回答