I support a program that outputs data in Tecplot formatted file; now, an engineer is requested some additional data file but this time in FLD format...but a google search does not yield much at all about FLD, anybody around here know of the FLD format specification?
I support a program that outputs data in Tecplot formatted file; now, an engineer is requested some additional data file but this time in FLD format...but a google search does not yield much at all about FLD, anybody around here know of the FLD format specification? Presumably, NX can read this...
Hello:
First, let me say that I know nothing about NX...
I am just in the middle of an upcoming sale.
I just had a meeting where somebody showed me some NX Customizations written in Java which they then put into a *.jar file.
Question:
How would one go about protecting such customizations?
So...
Forgive me, I know nothing about NX...I just compile and deploy software for my colleagues.
We have NX11.
In some webpage, I found that gcc-4.8.2 and Python-3.4.3 are usable for NXOpoen development...
...the question is: Does PyQt come into play? If I wanted to install Python-3.4.3 outside of...
While it may be possible to do what you want with Fortran, it is not necessarily the best tool for the job. What you describe seem to be more of a job for a shell kind of environment (bash, batch) or, yes, one of those versatile scripting languages like Perl, or even better...Python ;-)
New...
instead of looking at the one 6-th case alone, I would focus on comparing this 6-th case to the other 5 and see what kind of attributes are common to those 5 and different to the 6-th; in addition to what you mentioned and other physically meaningful things regarding your problem, look to things...
I think your answer is in Chapter 4 of the PLplot documentation...it has to do with compiling plplot static-ly, in the first place. Then, you can probably just provide your users with your program executable and the two font files (plstnd5.fnt and plxtnd5.fnt) and probably some kind of launch...
I am not sure, but I don't think so. Don't know exactly what you got, but what I have read seems to indicate that the most you get is an interface to a child session of gnu plot; in other words, you still need gnu plot installed in every computer you want to deploy.
Again, if you do not want...
You would need to follow their instructions; if it is DISLIN you prefer, go to their website and follow their instructions.
I don't think DISLIN is open source or free for all use; so, make sure you read their License and that your use of it does not violate it.
Other than that...right now is...
I don't think your Fortran would come with a plotting tool out of the box; those are typically third party libraries that you download and install...but at least you only have to do this once in the computer you are working on and not in all those that you are planning to deploy your program to.
I don't think it works that way with gnuplot; I suspect the other pc would need gnuplot installed.
What you need is a library that you can compile into your program that would allow you to produce (static) plots or graphs in a format that can be open by a typically installed software in the...