Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
I
inlab
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
cs251-group38
inlab
Commits
76fac69c
Commit
76fac69c
authored
Aug 23, 2016
by
Bhupendra Singh Bhuarya
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Upload new file
parent
a18d7f4d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
0 deletions
+11
-0
main.m
main.m
+11
-0
No files found.
main.m
0 → 100644
View file @
76fac69c
function value=g(nx,ny)
a=load ("input_inlab_task_A1.txt")
nx=a(1);
ny=a(2);
b=0;
if(f(b,nx,ny)==0)value=b;
else{
b=b+0.0001;
f(b,nx,ny);}
save output inlab task 01.txt b
endfunction
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment