m-file to find elements (text) in an alloy
Mostra commenti meno recenti
I need a MATLAB m-file to find elements and their ratio in an alloy. The input and output are shown in the below table:

For example input is ‘Al0.1Co0.25Cu14’ then the code gives output:

If there is any other information you need let me know.
Best
M. Vaghari
2 Commenti
Walter Roberson
il 7 Set 2020
That does not have anything to do with plotting ??
Hint: regexp() . You have a pattern which is a series of non-empty alphabetic characters, followed by a possibly-empty series of non-alphabetic characters
Majid Vaghari
il 7 Set 2020
Risposta accettata
Più risposte (0)
Categorie
Scopri di più su Data Import and Export in Centro assistenza e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!