Question: For discrete math Need solution in Matlab code 1st pic is main function 2nd pic is sub function Need solution to the sub function nstructions:
nstructions: Complete the following tasks Copy and paste your code and analysis into a PDF/Doc ument (like a lab report). upload any script files that you write to solve the problems 1. In lecture, we went through an example of finding an Euler Circuit for a given graph. We also looked a at MATLAB code for an algorithm that would do it for us. The algorithm is in the textbook, but in MATLAB, it looks like this: function Circuit Euler (EG) You pass an nx2 matrix EG into Euler containing the edges of the graph G The function returns a sequence of edges forming an Euler circuit Circuit Makecircuit (EG,1) sMakes a circuit starting at edge 1. EH Remove Edges (EG, Circuit) i Remov edges in Circuit from EG es while length (EH) 0 tv, nj Findvertex (Circuit, EH) Find a vertex that is in circuit and EH SubCircuit MakeCircuit (EH, v) i SMakes a circuit starting at edge v Circuit Merge Circuits (Circuit SubCircuit, n) SAdds the subcircuit to the circuit. EH Remove Edges (EH, SubCircuit)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
