ARRAY - PowerPoint PPT Presentation

About This Presentation
Title:

ARRAY

Description:

ARRAY * LabVIEW arithmetic functions are polymorphic: Inputs to these functions can be of different types. The node automatically performs the appropriate function on ... – PowerPoint PPT presentation

Number of Views:38
Avg rating:3.0/5.0
Slides: 28
Provided by: A83168
Category:
Tags: array | arrays

less

Transcript and Presenter's Notes

Title: ARRAY


1
ARRAY
2
For Loop Auto-Indexing
3
While Loop
4
Arrayler
Ayni tip data elementlerini bir araya
getirmek Birden fazla boyutlu olabilir, boyut
basina 2 element Ilk element 0 olarak
indekslenir
31
index 10-element array
0 1 2 3 4 5 6
2D array
0
1
2
3
4
5 Satir, 7 Sütun. 5x735 element.
5
Auto-Indexing
Auto-Indexing Enabled
Tel daha kalin
  • For Döngüsü ile üretilen degerler array halinde
    çikar
  • For Döngüsü otomatikman array haline getirir.
  • While döngüsü son degeri gösterir
  • Tunnel üzerinden auto-indexing enable/disable
    yapilabilir.

1D Array
0 1 2 3 4 5
Auto-Indexing Disabled
Tel ayni kalinlikta
Sadece bir deger. Döngüden çikan son deger
6
Auto indexing enable
Auto indexing disable
7
Creating and Using Arrays
  • Auto-Indexing loops accumulate arrays at their
    boundaries
  • For Loops auto index by default While Loops do
    not

8
2D Arrays
9
2D Arrays
1D Array
2D Array
0 1 2 3 4 5
  • Iç döngü kolonlari olusturur
  • Dis döngü satirlari olusturur

10
Creating 2D Arrays
  • Inner loop creates column elements
  • Outer loop stacks them into rows

11
Arrayi istediginiz sekilde büyütebilirsiniz
12
Array Fonksiyonlari
  • Array Max Min Array size
  • Array to Cluster
  • Index Array
  • Reshape Array
  • Rotate 1D Array
  • Sort 1D Array
  • Threshold 1D Array
  • Interleave 1D Arrays
  • Cluster to Array
  • Build Array
  • Initialize Array
  • Reverse 1D Array
  • Search 1D Array
  • Split 1D Array
  • Transpose 2D Array
  • Array Subset

13
Array Size
14
Initialized array
15
Build Array
16
Index Array
17
(No Transcript)
18
Array subset
19
Maksimum ve Minimum
20
Reshape Array
21
Reshape Array
22
(No Transcript)
23
(No Transcript)
24
(No Transcript)
25
(No Transcript)
26
(No Transcript)
27
Polymorphism
Sonuç
Scalar
Scalar Scalar
Array Scalar
Array
Array
Array Array
Array Array
Array
Write a Comment
User Comments (0)
About PowerShow.com