LABVIEW SOLUTIONS BOARDSERVER
 Subject: How the following into labview
 
Author: Arcan
Date:   10/1/2011 9:13 am EDT

for i=1:(length(X)-1)
if (X(i+1)-X(i)<22)
n(k)=S(X(i));
k=k+1;
else
n(k)=S(b(i));
[m,ind]=max(n(1:k));
max_V(l)=m;
max_L(l)=X(ind);
n=0;
k=k+1;
l=l+1;
end
end
Reply To This Message

 Topics Author  Date      
 How the following into labview    
Arcan 10/1/2011 9:13 am EDT
 Reply To This Message
 Your Name:  
 Your Email:  
 Subject:  
  Submission Validation Question: What is 30 - 21? *  
* indicates required field