engineer09 Posted May 14, 2009 Report Share Posted May 14, 2009 Hi () I'm still a beginner to LabVIEW ,but I'm having a project that it should read the text file from MATLAB to LabVIEW and converts the text into binary , Shall I use MATLAB Script Node ? I'm afraid it will not possible because the m.file has (some FUZZY decesions) ?? Could I insert the code in the MATLAB Script Node ?? and if there is any hint about converting the read file into binary , it will be very helpful .. Thankyou in advance .. Quote Link to comment
PaulL Posted May 14, 2009 Report Share Posted May 14, 2009 Do you mean by "converts the text into binary" just that the script should be executable? If that is all, then you will want to try your own suggestion. Yes, you can import a script into a MathScript Node. You can run the VI in which the node appears, and you can build a stand-alone executable of the VI. (Of course the script must use methods supported by LabVIEW's MathScript.) Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.