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 years 前 | 0