954,523 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

Graphical tool for numerical input

Hello All.
This is my first post. I would really appreciate if you can help me in a project I have to complete as soon as possible

anyway, the thing is this:

I have a bunch of numerical data in any format (say an excel page with 3D vectors, or a text file with the same 3D (x,y,z) vectors) and I have to represent them in graphical form (as for example arrows).

What tool do you think I should use?
I know this is not exactly about c++but couldnt find an appropriate place

Thanks a lot in advance

Kansai

KansaiRobot
Newbie Poster
3 posts since Mar 2011
Reputation Points: 10
Solved Threads: 0
 

Since you're not asking about C++ explicity, do you have access to Matlab? There is a command called quiver3 that might be exactly what you are seeking ( http://www.mathworks.com/help/techdoc/ref/quiver3.html ). It looks like octave might have something similar as an add on ( http://octave.sourceforge.net/octave/function/quiver3.html ).

jonsca
Quantitative Phrenologist
Team Colleague
5,621 posts since Sep 2009
Reputation Points: 1,165
Solved Threads: 581
 

Thanks. I was thinking of that too, but since i am a c programmer by heart i was wondering about something c related .
I wil consider the octave suggestion. Meanwhile how about vtk? Any experience with that?

Also i was considering something like an animation based on how the vectors change...


Thanks again for the useful help :)

KansaiRobot
Newbie Poster
3 posts since Mar 2011
Reputation Points: 10
Solved Threads: 0
 

I don't have any experience with vtk. Some people that are around might, but I can't remember who they are. I haven't done anything in the way of animation either, so I can't help you with that either. Let the question hang around for a bit and see what the other replies will be.

jonsca
Quantitative Phrenologist
Team Colleague
5,621 posts since Sep 2009
Reputation Points: 1,165
Solved Threads: 581
 

I finished using C and a library called DISLIN . Quite neat actually. I finally got this:

vectorfield2.JPG

Attachments vectorfield2.JPG 55.78KB
KansaiRobot
Newbie Poster
3 posts since Mar 2011
Reputation Points: 10
Solved Threads: 0
 

This question has already been solved

Post: Markdown Syntax: Formatting Help
You
View similar articles that have also been tagged: