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 次查看(过去 30 天)

采纳的回答

dpb
dpb 2023-1-29
移动:Walter Roberson 2023-1-29
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.
  2 个评论
Walter Roberson
Walter Roberson 2023-1-29
Line 6 of the code shows that the code expects that you are passing in a file name -- which would be either a character vector with ' ' around it, or else a scalar string() object with " " around it (or expressions that evaluate to one of those two possibilities.)

请先登录,再进行评论。

更多回答(0 个)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by