
Jerome Blair
50+ years in software development. PhD in Applied Mathematics. IEEE Fellow.
Statistics
0 Questions
4 Answers
RANK
16.065
of 258.088
REPUTATION
2
CONTRIBUTIONS
0 Questions
4 Answers
ANSWER ACCEPTANCE
0.00%
VOTES RECEIVED
1
RANK
of 17.785
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 110.262
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
Content Feed
Get fitting statistics from "solve"
Of course p1 will not be able to access them. You have to acces them with p2 or p3--the handle that was used when theeh line was...
etwa 2 Jahre ago | 0
Get fitting statistics from "solve"
p1 can only reference 1 line. Additional lines must use p2, p3, etc., as in the example I sent. The different hanles, p1, p2, ...
etwa 2 Jahre ago | 0
Get fitting statistics from "solve"
You do all the plots once as follows: p1 = plot(x1,y1,color1); hold on p2 = plot(x2,y2,color2); etc. Now set the y limits s...
etwa 2 Jahre ago | 0
Fourier Transform of a Radar Signal
You should be plotting abs(ff), not abs(real(ff)). The spectrum of this signal is not a single line at 3kHz. It should be a b...
etwa 2 Jahre ago | 1