Find Time when two conditions are met in two colomns
Mostra commenti meno recenti
I have data set
Colomn 1= Time in micro seconds
Colomn 2 = Negative voltage
Colomn 3 = Out put current pulse
(1) How to get Time when Current is 50% after max negative voltage is applied BEFORE peak Current (MAX)
(2) How to get Time when Current is 50% after max negaitve voltage is applied AFTER Peak Current (MAX)
clear
data =load('Data1.txt');
Time=data(:,1);
Voltage=data(:,2);
Current=data(:,3);
Risposta accettata
Più risposte (0)
Categorie
Scopri di più su Pulse and Transition Metrics in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
