Skip to content

Commit 898ba48

Browse files
authored
Add files via upload
1 parent c5643e2 commit 898ba48

File tree

2 files changed

+1
-0
lines changed

2 files changed

+1
-0
lines changed

EXAMPLES.m

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@
6060
g = @(V) g_func(V);
6161

6262
% finds V using an initial guess of V0 = 1 ft/s
63+
V0 = 1;
6364
V = fixed_point_iteration(g,V0)
6465

6566
% defines g(V)
Binary file not shown.

0 commit comments

Comments
 (0)