hengam
Newbie level 4
Hi
I have a file which is like:
$DATA1 SOURCE='HSPICE' VERSION='D-2010.03 32-BIT'
.TITLE '* inverter'
index vdd vtp vtn
lgate power temper
alter#
1.0000 0.7500 -0.7100 0.3500
36.0000 -2.095e-16 0.
......
.....
which means it contains both number and text I just want the highlighted number and omit the others.
what can i do using matlab?
Thanks in advanced
I have a file which is like:
$DATA1 SOURCE='HSPICE' VERSION='D-2010.03 32-BIT'
.TITLE '* inverter'
index vdd vtp vtn
lgate power temper
alter#
1.0000 0.7500 -0.7100 0.3500
36.0000 -2.095e-16 0.
......
.....
which means it contains both number and text I just want the highlighted number and omit the others.
what can i do using matlab?
Thanks in advanced