Live script, convert to local function
25 次查看(过去 30 天)
显示 更早的评论
Rather simple question, but I can't seem to find any example of it.
When in live script, a local function can be created, which I have no issue doing manually.
However, there is the option on right click, to "Convert to Local Function".
When I try to do so, I get "to make the section be analyzable, specify variable to clear explicity. (line 1)"
Does anyone have an example or link to when a section of script can be change from code to a local function. I cant find an example online.
1 个评论
Deepak Gupta
2022-5-17
Can you share the code you selected to produce above message? I am unable to produce this message and generating local function from script is working fine.
采纳的回答
Cris LaPierre
2022-5-17
It is bad practice - and completely unnecessary - to create a function where the first command is clear. Remove this line of code from your script before trying to convert it to a function.
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Data Type Conversion 的更多信息
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!