Identifying numbers within a long string containing multiple occurrences of text and numbers in one row
    4 visualizzazioni (ultimi 30 giorni)
  
       Mostra commenti meno recenti
    
Read from a text file, my input array contains one row that looks like this:
x                       y                        z                        p (Pa) @ mDot=0.003      p (Pa) @ mDot=0.03       p (Pa) @ mDot=0.3        p (Pa) @ mDot=3
Is there a way to identify the numbers in that row and create a separate numerical array based on them?
Something like:
NUMM=[0.003 0.03 0.3 3]
0 Commenti
Risposta accettata
Più risposte (1)
Vedere anche
Categorie
				Scopri di più su Model and Validate Requirements in Help Center e File Exchange
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!