Community Profile

photo

shikhar


Last seen: 2 years ago Active since 2013

Followers: 0   Following: 0

Message

Statistics

  • First Review
  • Thankful Level 1

View badges

Feeds

View by

Question


how do i find argmax?
how do i find argmax of, say x=[1 2] without any user defined function?

11 years ago | 3 answers | 1

3

answers

Question


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 ago | 1 answer | 0

1

answer