Matlab questions?
Is there a way to do the following quickly in Matlab using a shortcut
=> Just execute one line of code?
I found out that you can select lines of code and then use F9 to execute "only" those lines. Is there another way to do this or is it more efficient?
=> Delete a single line of code
Is there a shortcut for this? Ctrl + Shift + K doesn't work for me.
Thanks!
To delete you need strg + D
There’s nothing happening in the command and in the editor window with strg + D.