Scilab 6.0.0
- Scilabヘルプ
- Matlab to Scilab Conversion Tips
- Matlab-Scilab equivalents
- S
- save (Matlab function)
- schur (Matlab function)
- setstr (Matlab function)
- sign (Matlab function)
- sin (Matlab function)
- sinh (Matlab function)
- size (Matlab function)
- sort (Matlab function)
- sparse (Matlab function)
- sqrt (Matlab function)
- strcmp (Matlab function)
- strcmpi (Matlab function)
- strfind (Matlab function)
- strrep (Matlab function)
- struct (Matlab function)
- sum (Matlab function)
- surf (Matlab function)
- svd (Matlab function)
- switch (Matlab function)
Scilabヘルプ >> Matlab to Scilab Conversion Tips > Matlab-Scilab equivalents > S > strfind (Matlab function)
strfind (Matlab function)
Find one string within another
Matlab/Scilab equivalent
Matlab | Scilab |
strfind |
Particular cases
![]() | Note that strfind can be use with not string inputs, in this case Matlab returns 1 if inputs are equal and 0 else but strindex can not do such comparison. |
Comments
Add a comment:
Please login to comment this page.