취소
다음에 대한 결과 표시 
다음에 대한 검색 
다음을 의미합니까? 

Read Excel File

해결 완료!
솔루션으로 이동

Hi fellow coders, I need some help on the subject of Excel Files.

 

Process

 

Read Excel File (5 work sheets)  >> Output is 5 2D Array's >> Covert 2D Array to Single Array (Colum) >> Convert Data (String's)to Relevant Datatype (I/O, Numeric etc) >> Build Cluster Array with 2D Array Data.

 

I need some help with interpreting the Covert 2D Array to Single Array (Colum) >> Convert String to Relevant Datatype >> Build Cluster Array with 2D Array Data.

 

 

Happy Coding

Dave

 

 

0 포인트
1/8 메시지
5,395 조회수

ds1638 wrote:
Covert 2D Array to Single Array (Colum)

Reshape Array

 


ds1638 wrote: 

Convert String to Relevant Datatype


Too vague. What strings? What datatypes?

 


ds1638 wrote:
Build Cluster Array with 2D Array Data.

Array to Cluster or Build Cluster Array, depending on exactly how you've got the data collated.

 

2/8 메시지
5,391 조회수

I have 5 2D Array's to which I need to split into 1D Array Clusters, the data types are strings within the 5 2D Array's and I wish to split them up per row and connvert them into a 1D Array Clusters containing the following datatypes

 

I/O

Boolean

Numeric

 

 

 

 

0 포인트
3/8 메시지
5,383 조회수
솔루션
승인자 ds1638
You could do something like this:
4/8 메시지
5,367 조회수
How do you convert a string to a file I/O data type ???
0 포인트
5/8 메시지
5,319 조회수

ds1638 wrote:
How do you convert a string to a file I/O data type ???

I'll tell you as soon as you tell me what a file I/O data type is.

6/8 메시지
5,303 조회수

DAQmx Phyiscal Channel I/O

0 포인트
7/8 메시지
5,253 조회수
You don't need to convert it to anything. The DAQmx VIs will accept a string for the physical channels inputs.
8/8 메시지
5,245 조회수