现有语句curs = exec(conn, 'select * from EMP');,想引用matlab app里的定义值A(A为输入值,可随时变化)进行条件索引,例如curs = exec(conn, 'select * from EMP where sal = A');