John
Followers: 0 Following: 0
Statistics
4 Questions
0 Answers
RANK
180,938
of 296,158
REPUTATION
0
CONTRIBUTIONS
4 Questions
0 Answers
ANSWER ACCEPTANCE
100.0%
VOTES RECEIVED
0
RANK
of 20,352
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 155,501
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
invalid expression error.
B = 0.02; a = 0.1; f = 0.53; phi = 3*pi/4; t = -5:0.05:10; x = B^a*exp (-a*t) .*sin(...2*pi*f*t+phi); xu = x.*(t>O...
2 years ago | 1 answer | 0
1
answerQuestion
fplot tolerance parameter error
x = inline (' (1/e) * ((t>0) & (t<=e))', 't', 'e' ); e = 1/100; t1 = -1; t2 = 5; t = [t1, t2]; fplot (x, t, 1e-5, 1000,...
2 years ago | 1 answer | 0
1
answerQuestion
Im getting a blank graph, and alot of errors.
x = inline ('t>0', 't'); t1 = -2; t2 = 6; t = [t1, t2]; fplot (x, t)
2 years ago | 1 answer | 0
1
answerQuestion
I'm getting an error using fplot, How do I get it to work?
When I try to run my code I keep getting this error. Warning: The tolerance parameter input to fplot has been removed. > In f...
2 years ago | 1 answer | 0