Matlab-Code-Run-for-VS-Code icon indicating copy to clipboard operation
Matlab-Code-Run-for-VS-Code copied to clipboard

The tricks to debug in the terminal

Open Nowlinsuk opened this issue 3 years ago • 0 comments

We can debug with "Keyborad" Function in the matlab: https://ww2.mathworks.cn/help/matlab/ref/keyboard.html?searchHighlight=keyboard&s_tid=srchtitle_keyboard_1 I tested it on the terminal which this extension provided, and it works. tmp83A8 With the command "whos", I can see the workspace variables: tmp4BEB Right click on the variable and select "open", then I can see the data,but to plot the selected data with this panel does not work, which is a little bothered: tmpFF0F tmpFE48

Nowlinsuk avatar Mar 29 '22 03:03 Nowlinsuk