wyyew Posted October 4, 2005 Report Posted October 4, 2005 hi all Can I know how to send 2d array into 1d array?? I have tried to used "unbundle" but it state type conflict thank for your help Quote
Phillip Brooks Posted October 4, 2005 Report Posted October 4, 2005 Unbundling is used for the Cluster data type. If you are trying to select a specific row or column of your 2D array, then you want to use the "Index Array" function in the Array pallet. 1 Quote
wyyew Posted October 5, 2005 Author Report Posted October 5, 2005 Unbundling is used for the Cluster data type. If you are trying to select a specific row or column of your 2D array, then you want to use the "Index Array" function in the Array pallet. isit possible I can convert 2d array into two 1d array?? Quote
Mark Balla Posted October 5, 2005 Report Posted October 5, 2005 isit possible I can convert 2d array into two 1d array?? Yes it is possible. This method used the Reshape Array in the array pallet. I can't remember if ver 5.1 had this fucntion in it if not you could change the 2d array by using a for loop Quote
peteski Posted October 5, 2005 Report Posted October 5, 2005 Yes it is possible.This method used the Reshape Array in the array pallet. I can't remember if ver 5.1 had this fucntion in it if not you could change the 2d array by using a for loop Version 5.1.1 definitely has this function. I've found it very useful for depicting the range of values seen in a 2d array (for instance, an image) into a 1d waveform graph, for the purposes of quickly illuminating to the user where the background level sits and whether saturation is occurring. -Pete Liiva Quote
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.