Statistics
3 Questions
0 Answers
RANK
155,683
of 300,369
REPUTATION
0
CONTRIBUTIONS
3 Questions
0 Answers
ANSWER ACCEPTANCE
0.0%
VOTES RECEIVED
0
RANK
of 20,936
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 168,436
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
Separating sgtitle(sprintf()) into three lines of code
sgtitle(["ECE 202 Exercise M7: Current, voltage, and power absorbed";... sprintf("by a charging Inductor($V_0$ = $%g$V, $R$...
4 years ago | 1 answer | 0
1
answerQuestion
Using Latex and symbols e.g. \omega
set(0, 'defaultTextInterpreter', 'latex'); sgtitle(["ECE 202 Exercise M7: Current, voltage, and power absorbed";... sprint...
4 years ago | 1 answer | 0
1
answerQuestion
Using \cdot in sprintf, with latex interpreter
set(0, 'defaultTextInterpreter', 'latex'); text(160, 1, (sprintf("$ i(t) = %g \cdot (1 - e^{-t/%g})$", iF, tau)),... 'Font...
4 years ago | 1 answer | 0