Does any one has experience with exporting data from XXPauto to MATLAB? I have found these function but I am not sure how make them work
2 views (last 30 days)
Show older comments

0 Comments
Accepted Answer
dpb
on 29 Jan 2023
Moved: Walter Roberson
on 29 Jan 2023
Certainly not from that alone, no...
The best source would be to go back to wherever the functions were found...but just from the error message, you've tried to use "Onebifurcation" as a variable whereas you have highlighted a file of the name 'Onebifurcation.dat' -- and the little one can see from the screenshot indicates the usage would be to pass in a filename.
Hence, the guess would be to try
plotxppaut1('Onebifurcation.dat')
and see what happens.
More Answers (0)
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!