[Product Feedback] Automatically changing parentheses type?
7 次查看(过去 30 天)
显示 更早的评论
Let's say I have some code...
function bar = fu()
bar{1,1:3} = mat2cell(ones(1,3), [1], [1 1 1])
end`
...and I realize that I can represent "bar" as a matrix array than as a cell array. I personally feel like when I replace one of the curly braces, Matlab should ask me if I want to change the matching one via a 'tab' command. Just a thought.
0 个评论
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Characters and Strings 的更多信息
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!