NARVAL_G_DeleteEdges removes the set of edges whose indexes belong to edges inside the graph g. The output graph is stored in go.
Examples
[path]=NARVAL_F_NARVALPath();//path to NARVAL modulepath=path+'/demos/';//folder pathname='topo_20.topo';//file nameLxmin=100;Lxmax=900;Lymin=100;Lymax=900;[g]=NARVAL_T_UploadTopology(path,name,Lxmin,Lxmax,Lymin,Lymax);ind=1;f=NARVAL_G_ShowGraph(g,ind);i2=2;edges=[171819];//list of edges to delete[go]=NARVAL_G_DeleteEdges(g,edges);//application of NARVAL_G_DeleteEdgesf2=NARVAL_G_ShowGraph(go,i2);go