Invisible data? Where are they stored?
1 次查看(过去 30 天)
显示 更早的评论
Hi everyone, I wrote a code from a tool I am not expert about at all (chebfun).
I managed to make it work and run.
What I am missing now (maybe I am wrong) is that I expeted some values (a matrix to be precise),
but I can't find them.
The only place they could be is here:
but when I open cols and rows I see only empty cells, like this:
Is it possile to see those numbers (coefficient)?
0 个评论
回答(1 个)
Guillaume
2020-5-10
"from a tool" Is this tool public? Can we see its documentation or download it somewhere? If not, it's going to be difficult to help you.
All we can say is that approximationResult is an object of class chebfun2 and that cols and rows are objects of class chebfun. They're all custom classes so the author may have customised the way they're displayed. And they must have or there's a major bug in there code since the size of the objects are reported negative. Negative sizes shouldn't be possible so I strongly suspect a bug somewhere in their code. The fact that the size reported is -9223372036854775808 which is the largest negative integer of type int64 is also a strong hint of a bug.
I'm afraid here, you'll have to contact the author of the tool to get them to fix their tool (and document it better probably).
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Startup and Shutdown 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!