Feeds
提问
how do i find argmax?
how do i find argmax of, say x=[1 2] without any user defined function?
11 years 前 | 3 个回答 | 1
3
个回答提问
how to calculate max of symbolic variable?
syms f, y=int(sin(pi*f),f,1,2) %results -2/pi z=int(cos(pi*f),f,1,2); %results 0 max(y,z) % shows an error since y a...
11 years 前 | 1 个回答 | 0