Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

runIEC example doesn't run as set up #19

Open
DeepFriedDerp opened this issue Oct 6, 2022 · 0 comments
Open

runIEC example doesn't run as set up #19

DeepFriedDerp opened this issue Oct 6, 2022 · 0 comments

Comments

@DeepFriedDerp
Copy link

In /NuMAD/examples/runIEC/IECLoadsAnalysis.m, Line 14
addNumadPaths; % Establish paths

The addNumadPaths script doesn't add the base repo to the matlab path, so the subsequent call in IECLoadsAnalysis.m, Line 19
IEC = IECDef(inputFile);
Will fail to run, because it is not in the matlab path.

A quick solution was found by adding the following to line 25 of addNumadPaths.m
addpath(genpath(pwd));

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant