Loop Function to index table and create new vairables

1 visualizzazione (ultimi 30 giorni)
Hi,
I am looking to try and create seperate tables for differen failure events.
I have filtered each failure event using the find function;
Ones=find(array>0.5);
I now want to creat several tables of the measure parameters (newtimetable) based on the identified rows in vairable (Ones). I was thinking of using a for loop, but cant seem to get it to work. If I was to do it manually for each table the code would be:
a=10
a1=Ones(1,1);
Event1=newTimetable((a1-a):a1,:);
a2=Ones(2,1);
Event2=newTimetable((a2-a):a2,:);
I hope that makes sense and open to any suggestions or methods
  1 Commento
Bob Thompson
Bob Thompson il 4 Giu 2021
Are you getting a specific error message when you perform the for loop? How do you know it's not working?

Accedi per commentare.

Risposte (0)

Categorie

Scopri di più su Loops and Conditional Statements in Help Center e File Exchange

Prodotti


Release

R2020a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by