This website requires JavaScript.
Explore
Help
Sign In
EmaMaker
/
thesis
Watch
1
Star
0
Fork
You've already forked thesis
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
10fa0382a6
thesis
/
set_initial_conditions.m
8 lines
125 B
Matlab
Raw
Blame
History
function
x0
=
set_initial_conditions
(
i
)
switch
i
case
0
x0
=
[
0
;
0
;
0
]
case
1
x0
=
[
0
;
0
;
PI
]
end
end
Reference in New Issue
View Git Blame
Copy Permalink