Feeds
답변 있음
Using \cdot in sprintf, with latex interpreter
text(0.5, 8, (sprintf("i(t) = %g \\cdot (1 - e^{-t/%g})", 1, 2)),'Fontsize', 15) This should do it for you.
Using \cdot in sprintf, with latex interpreter
text(0.5, 8, (sprintf("i(t) = %g \\cdot (1 - e^{-t/%g})", 1, 2)),'Fontsize', 15) This should do it for you.
거의 3년 전 | 0
