It works well. Thanks a lot!!
Hi Chunyang,
Misplaced ]
]
Table[Plot[f[x], {x, 0, 5 Pi/4}, Epilog -> Text[Style[f[x], 15], Scaled[{1, 1}], {1, 1}]], {f, {Sin, Cos, Exp}}]
Try
Table[Plot[f[x],{x,0,5Pi/4},Epilog->Text[Style[f[x],15],Scaled[{1,1}],{1,1}]],{f,{Sin,Cos,Exp}}]
instead of
Table[Plot[f[x],{x,0,5Pi/4},Epilog->Text[Style[f[x],15]],Scaled[{1,1}],{1,1}],{f,{Sin,Cos,Exp}}]