hey david, finally figured it out :D
i has being stupid from the start:
i was trying to pass a 2D array as an argument to the Dplot function.
all i had to do was transform my 2D array into 1D array and pass it.
My bad. 8)
you may delete the thread if you want
BTW: very nice program ...
Search found 4 matches
- Wed Feb 11, 2009 8:31 pm
- Forum: C, C++, C#
- Topic: Serious Problem using Dplot
- Replies: 4
- Views: 21771
- Wed Feb 11, 2009 2:16 pm
- Forum: C, C++, C#
- Topic: Serious Problem using Dplot
- Replies: 4
- Views: 21771
- Wed Feb 11, 2009 1:18 pm
- Forum: C, C++, C#
- Topic: Serious Problem using Dplot
- Replies: 4
- Views: 21771
Serious Problem using Dplot
hello david. i'm experiencing a serious error when using Dplot to do a 3D surface. It's not easy to explain, and i've tried basically everything so i'll just show you some code to see if you could help me.
Just some important info: i'm using VS 2005 c++ express edition, and running vista32 business ...
Just some important info: i'm using VS 2005 c++ express edition, and running vista32 business ...
- Sun Feb 08, 2009 8:09 pm
- Forum: C, C++, C#
- Topic: TextNoteEX question
- Replies: 0
- Views: 12944
TextNoteEX question
hey guys:
i'm trying to send some data from my program as a note to my plotted graph.
i wanted to send 2 doubles , but i don't know how to make it.
i would like a text note like:
Text1 = double1
Text2 = double2
Currently i have this:
[TextNoteEx(\"Text1= \r\n Text2=\",0.1,0.1,0,0,8 )]"
i ...
i'm trying to send some data from my program as a note to my plotted graph.
i wanted to send 2 doubles , but i don't know how to make it.
i would like a text note like:
Text1 = double1
Text2 = double2
Currently i have this:
[TextNoteEx(\"Text1= \r\n Text2=\",0.1,0.1,0,0,8 )]"
i ...