User guide
3-23
Figure3.19:FindandReplace
TheReplaceBoxhasthreebuttons:>meansreplacethehighlightedexpressionand
searchforwards,<meansreplacethehighlightedexpressionandsearchbackwardsand
replacemeansreplacethehighlightedtextanddonotchangethecursorposition.
Regular Expressions
FindandReplaceinGAUSSsupportsregularexpressionsearching.Regularexpression
searchinggivesuserstremendouspowerallowingquickandprecisesearchandreplace
throughoutanentirefile.Forexample,letusstartwithafilecontainingthefollowing
commands:
r = 100;
c = 50;
x = rndn(r,c);
y = rndu(r,c);
z = x.*rndn(r,c);
Introduction to the GAUSS GUI










