Search found 4 matches

by ecas
Wed Feb 11, 2009 8:31 pm
Forum: C, C++, C#
Topic: Serious Problem using Dplot
Replies: 4
Views: 21771

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 ...
by ecas
Wed Feb 11, 2009 2:16 pm
Forum: C, C++, C#
Topic: Serious Problem using Dplot
Replies: 4
Views: 21771

hey thanks for the reply, but i think i managed to isolate the problem.

could you explain this better to me:



//this is my code. i copied it from ctest.c if i remember correctly

REAL extents[4];


extents[0] = -10.f; // xlo
extents[1] = 0.f; // ylo
extents[2] = 10.f; // xhi
extents[3] = 5000 ...
by ecas
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 ...
by ecas
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 ...