Variables become undefined although they are saved in Workspace
显示 更早的评论
I read XML file using GUI pushbutton, extract some data, and do some manipulations for them. The thing is although I save the required variables to workspace (using assignin), I can't use them outside the pushbutton callback function for further manipulation because matlab tells me 'undefined variables'! any suggestions? Thanks
6 个评论
Adam
2016-1-13
It would help if you show some code. I never use assignin as it is generally a very bad idea and a situation I have never found any need for, but in theory it should do what you say, in practice it depends on your actual code.
Mus'ab Ahmad
2016-1-13
Adam
2016-1-13
You haven't attached anything yet so far as I can see.
Mus'ab Ahmad
2016-1-13
Adam
2016-1-13
You need to make sure you click 'Attach File' after clicking the paper clip and choosing your file. A lot of people (including myself sometimes) miss that and think it is attached just through choosing the file under the paperclip.
Mus'ab Ahmad
2016-1-13
采纳的回答
更多回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Workspace Variables and MAT Files 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!