01-15-2008 08:54 PM
01-15-2008 09:21 PM
LabVIEW of course.
Your question is extremely vague. You should really explain what you want to do.
01-15-2008 09:50 PM
Hiii Dennis,
May be my question is vague but every comments have their logic...where is logic???
Regards
Puneet
01-15-2008 11:08 PM - edited 01-15-2008 11:10 PM
puneet.kapoor wrote:
May be my question is vague but every comments have their logic...where is logic???
01-17-2008 06:02 AM
01-17-2008
07:02 AM
- last edited on
02-06-2025
11:30 AM
by
Content Cleaner
Hi there,
Start Here
There is plenty of information about LabVIEW at LabVIEW Zone.
Regards,
01-17-2008 07:05 AM
01-17-2008 07:11 AM
I would disagree on this one. You can be quite creative with LV and cryptography... Which reminds me, I have to call my buddy who is doing his PhD in this area. We're due for a coffee.. 😉 <thanks> 😄
F. Schubert wrote:
* If you like Cryptography, LabView is not good at all, I would advise the use of Assembler.
01-17-2008 07:32 AM - edited 01-17-2008 07:33 AM
F. Schubert wrote:
* If you love messing around with Null Pointer exceptions, you will hate LV and strongly prefer C.
01-17-2008 09:08 AM
I have access to Matlab but rarely use it any more. However, one thing I've liked about the Matlab environment is the ability to tinker around with my data interactively from the command line, while I'm trying to figure out what kind of processing to do in a "real" script. That just seems like a more intuitive way to work sometimes. For example, to set all negative values of a vector or matrix to 0 you can just type, "A(find(A<0)) = 0" (or something very similar -- I'm not 100% sure on syntax.)
I use LabVIEW all the time because it's great for data acq and control on our test fixtures. I'll usually build some degree of data processing right into the LabVIEW app because it's very valuable to see results in near-real-time. I rarely find it worth the hassle of compiling bunches of test data to be sneaker-netted to the office areas where Matlab is available. Generally only when I occasionally produce data for people who are specialized Matlab gurus.
-Kevin P.