MATLAB ultrasim help .. urgently required

Thread Starter

khushal1988

Joined Nov 12, 2010
70
i am doing some type of simulations in ultrasim , but there are some problems during installation

installation are done as follows :

1) downloaded ultrasim and unzipped all files in ultrasim directory in MATLAB>> Toolboxes
2)created new .m file named as startup.m and written the follwing code and saved in local folder in toolbox

%startup.m
addpath('C:\Program Files\MATLAB\R2011a\toolbox\ultrasim')

3) created a directory ultrasim in documents>>MATLAb and subdirectorys names as cnf and results inside ultrasim in above directory
4) in comand window when i type in usim it is executed and says enter to proceed when i click that the errors comes which are below :

??? Undefined function or method 'usimcnf' for input arguments of type 'char'.

Error in ==> usimstrt at 67
config = usimcnf('initialize',flagg,option);

Error in ==> ultrasim at 20
usimstrt;



what types of errors are these plx fix them need an urgent action
 
Top