Fonction Scilab
eng - fr


subst_ctxt - substitut du texte dans un contexte scicos

Librairie

Séquence d'appel

ctxt = subst_ctxt(scs_m,str1,str2)

Paramètres

Description

Add here a paragraph of the function description. Other paragraph can be added

Add here a paragraph of the function description

Exemple

Add here scilab instructions and comments

Contenu du fichier


function ctxt=subst_ctxt(scs_m,str1,str2)
 ctxt=scs_m.props.context;
 for i=1:size(ctxt,1)
  if strindex(ctxt(i),str1)<>[] then
   ctxt(i)=str2;
  end
 end
endfunction

Fonction(s) utilisée(s)

Add here the used function name and references

Auteurs

enter here the author name Add here the author references