This website requires JavaScript.
Explore
Help
Sign In
honeymoose
/
mumps-demo
Watch
1
Star
0
Fork
You've already forked mumps-demo
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
f160bfb666
mumps-demo
/
02-functions
/
Extract.m
4 lines
100 B
Mathematica
Raw
Blame
History
s
string
=
"Hello world!"
w
"Original string: "
,
string
,
!
w
"Substring: "
,
$
extract
(
string
,
1
,
5
)
,
!
Reference in New Issue
View Git Blame
Copy Permalink