Loop Function to index table and create new vairables

1 次查看(过去 30 天)
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 个评论
Bob Thompson
Bob Thompson 2021-6-4
Are you getting a specific error message when you perform the for loop? How do you know it's not working?

请先登录,再进行评论。

回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Loops and Conditional Statements 的更多信息

产品


版本

R2020a

Community Treasure Hunt

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

Start Hunting!

Translated by