Feeds
提问
Changing values in 2D array using logical operators
I'm sure I've solved this before, but it's befuddled me today. I have a 2D array and I want to subselect some values and set ...
12 years 前 | 1 个回答 | 0
1
个回答提问
Trouble substituting a value into a symbolic expression for use with fplot
I'm having difficulty understanding what I'm doing wrong here: syms x a f=exp(x-a); g=subs(f,'a',sym(0)); fplot(...
12 years 前 | 1 个回答 | 1
1
个回答提问
Adding a header to print preview from command window
Is it possible to add a header to a print out from the command window? Something like: printpreview(h,'headertext','...
13 years 前 | 0 个回答 | 0
0
个回答提问
SelectionChangeFcn not receiving handles
I'm trying to have a gui (made using GUIDE) run some code when the selection of a radio button is changed. The radio buttons ...
13 years 前 | 1 个回答 | 0