real simple -- spreadsheet parsing
4 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
chang liu
le 27 Mar 2020
Commenté : chang liu
le 28 Mar 2020
got a spreadsheet with data like this , basically n by m matrix containing alpha-numerical values
i just want to reduce this to a numeric (double) matrix (2d array) containing only the middle number , i.e. the number that's in between the : and the (
like 1759, 1777,1755... the 4 digit number thats in the middle . i want to plot them out on a graph
the format is fixed
how do i do this

0 commentaires
Réponse acceptée
Walter Roberson
le 27 Mar 2020
You can use extractBetween() on the string array, and double() the result
Plus de réponses (1)
Voir également
Catégories
En savoir plus sur Spreadsheets dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!