Skip to content

solve_distributed_problem_with_aladin

copy the declaration of the function in here (leave the ticks unchanged)

describe what the function does in the following line

Markdown formatting is supported

Equations are possible to, e.g a^2 + b^2 = c^2. So are lists:

  • item 1

  • item 2

1
2
3
4
function y = square(x)

        x^2
end

See also: run_case_file_splitter

1
2
3
 params.max_iter = params.max_iter;
 params.tol = 1e-6;
 params.rou = params.rho;