Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
sin1 matlab
STANAANDREY
Mar 13th, 2023
1,462
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
MatLab
0.18 KB
| None
|
0
0
raw
download
clone
embed
print
report
function
y=sin1
(
x
)
b=
pi
*
(
0
:
3
)
/
6
;
yb=
sin
(
b
)
;
c=newtondd
(
b,yb,
4
)
;
s=
1
;
x1=
mod
(
x,
2
*
pi
)
;
if
x1>
pi
x1 =
2
*pi-x1;
s = -
1
;
end
if
x1 >
pi
/
2
x1 = pi-x1;
end
y = s*nested
(
3
,c,x1,b
)
;
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
EXISTENCE > TIME
14 hours ago | 0.65 KB
PSY Chat
1 day ago | 1.35 KB
bs.to css 2.0
2 days ago | 5.49 KB
z66is_archive.zip.txt
2 days ago | 10.69 KB
simple mineing
Lua | 3 days ago | 5.29 KB
minecraft_cc_tweek_mineing_ws
Lua | 3 days ago | 9.70 KB
minecraft_cc_tweek_mineing
Lua | 3 days ago | 4.12 KB
Answering Concerns About City/State in Semant...
3 days ago | 0.90 KB
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the
Cookies Policy
.
OK, I Understand
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!