Need help with text data processing

2 vues (au cours des 30 derniers jours)
Vijay Anand
Vijay Anand le 6 Juin 2018
Commenté : KSSV le 6 Juin 2018
Dear All, I Need a way to extract all the tables from the file. The file contains four components : fuselage,wing,canard,rudder (in line 589). Each component contains three tables.
I need a script to extract all the tables and output in a structure similar to this.
data{1}.table{1} data{1}.table{2} data{1}.table{3}
data{2}.table{1} data{2}.table{2} data{3}.table{3}
data{3}.table{1} data{3}.table{2} data{3}.table{3}
Any help is highly appreciated. Thank You, K Vijay Anand
  2 commentaires
Stephen23
Stephen23 le 6 Juin 2018
@Vijay Anand: I formatted your code for you, and removed your email address (it will only attract spam).
KSSV
KSSV le 6 Juin 2018
Any attempts you made?

Connectez-vous pour commenter.

Réponses (0)

Produits


Version

R2010a

Community Treasure Hunt

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

Start Hunting!

Translated by