how to change a line in text file?

2 views (last 30 days)
Eltigani hamad
Eltigani hamad on 5 Jun 2014
Commented: Cedric on 5 Jun 2014
Hi i have the following text file:
  1. *
  2. * STEP: Step-1
  3. *
  4. * *Step, name=Step-1
  5. * *Static
  6. * 1., 1., 1e-05, 1.
  7. *
  8. * BOUNDARY CONDITIONS
  9. *
  10. * Name: BC-1 Type: Symmetry/Antisymmetry/Encastre
  11. * *Boundary
  12. * Set-1, ENCASTRE
  13. *
  14. * LOADS
  15. *
  16. * Name: Load-1 Type: Pressure
  17. * *Dsload
  18. * Surf-1, P, 20
i would like to change no (20) on last line with matlab. how i can do that
  1 Comment
Cedric
Cedric on 5 Jun 2014
Is it always the last line? Is the text before this 20 always 'Surf-1, P,'?

Sign in to comment.

Accepted Answer

dpb
dpb on 5 Jun 2014

More Answers (0)

Tags

No tags entered yet.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!