Upload new file

parent a18d7f4d
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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment