help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Filtering the values ​​of current and voltages based on a criteria


From: GK19
Subject: Re: Filtering the values ​​of current and voltages based on a criteria
Date: Fri, 13 Mar 2020 03:25:11 -0500 (CDT)

The condition is w.r.t time
  A B C current voltage time          
.1 0.33 .99 1 1  1ns
0.2 0.34 .100 1 2 1ns 
0.3 0.35 .101 1 3 1ns
0.4 0.36 .102 1 1 2ns 
0.5 0.37 .103 2 3 2ns
0.6 0.38 .104 2 6 1ns 
0.7 0.39 .105 2 8 3ns 
0.8 0.40 .106 3 3 3ns 
0.9 0.41 .107 3.5 3 3ns

if i choose 1ns as the condition for time
The output should look like 
Current =  1, 2
Voltage =  1,2,3,6.



--
Sent from: https://octave.1599824.n4.nabble.com/Octave-General-f1599825.html



reply via email to

[Prev in Thread] Current Thread [Next in Thread]