help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

sscanf


From: Marcio Cardoso
Subject: sscanf
Date: Wed, 29 Jan 2014 18:21:25 -0200

How scan the values 21, -29 and Noise from the string:
string = 'Gain_21.00_Pin_-29.00_Noise.txt' 

[A] = sscanf(string, 'Gain_%f_Pin_%f_%s')

does not work...


thank you



reply via email to

[Prev in Thread] Current Thread [Next in Thread]