Hi Angelina You have to save the results in a file or variable:
casedata = loadcase('case30');
results = runpf(casedata);
savecase('case30_solved.m',results);
There are some examples in the manual.
Best regards,
Álvaro
Hi Angelina You have to save the results in a file or variable:
casedata = loadcase('case30');
results = runpf(casedata);
savecase('case30_solved.m',results);
There are some examples in the manual.
Best regards,
Álvaro