1.0

1.0 | 1 rating Rate this file 1 Download (last 30 days) File Size: 7.48 KB File ID: #22412

Implementation of Shortest Route framed in GUI

by Ranjit

 

12 Dec 2008

This algorithm will find out the Shortest Route in the network Topologies.

| Watch this File

File Information
Description

The GUI framed in this m-file will find out the Shortest Route in the network Topologies. First, User have to load the network (Adjacent matrix). Then run the algorithm and fill the information in GUI like Source node, Destination Node and total number of nodes. The results will come on screen (GUI front panel). The results are shortest roue and optimal cost.

MATLAB release MATLAB 7 (R14)
Tags for This File  
Everyone's Tags
Tags I've Applied
Add New Tags Please login to tag files.
Comments and Ratings (2)
13 Dec 2008 Anon

Shortest_route returns an error when called. May be you forgot to submit the Shortest_route.fig file. But, please, before you resubmit, please add a more informative help to your m-file. As it stands now, I only know from the text above, that a adjacency matrix is required.

>> Shortest_route
??? Error using ==> load
Unable to read file Shortest_route.fig: No such file or directory.

Error in ==> hgload at 43
fileVars = load(filename,'-mat');

Error in ==> openfig at 72
    [fig, savedvisible] = hgload(filename, struct('Visible','off'));

Error in ==> gui_mainfcn>local_openfig at 286
    gui_hFigure = openfig(name, singleton, visible);

Error in ==> gui_mainfcn at 159
        gui_hFigure = local_openfig(gui_State.gui_Name, gui_SingletonOpt, gui_Visible);

Error in ==> Shortest_route at 19
    gui_mainfcn(gui_State, varargin{:});

15 Dec 2008 Ranjit  
Please login to add a comment or rating.
Tag Activity for this File
Tag Applied By Date/Time
optimization Cristina McIntire 12 Dec 2008 15:09:38
gui Cristina McIntire 12 Dec 2008 15:09:51
optimization Ranjit 12 Dec 2008 15:10:28

Contact us at files@mathworks.com