Statistics
7 Questions
0 Answers
RANK
157,595
of 295,569
REPUTATION
0
CONTRIBUTIONS
7 Questions
0 Answers
ANSWER ACCEPTANCE
57.14%
VOTES RECEIVED
0
RANK
of 20,247
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 154,105
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
Is it possible to model or simulate a Microprocessor with Simulink?
I would appreciate any help on how to proceed with this task. I have reviewed some information, but do not see much that would h...
10 years ago | 0 answers | 0
0
answersQuestion
Simple Period Event Handler
I need a simple event handler to determine the period (from 102 to 102). See sample data below. Any help would be appreciated ...
12 years ago | 0 answers | 0
0
answersQuestion
Maximum vs Minimum Distance Between a Random Set of Points
I am using center of mass calculations to find the minimum distance between a random set of points on a plane. Can the maximum d...
13 years ago | 1 answer | 0
1
answerQuestion
Find coordinates at the midpoint of a line.
I can plot a line between points (so I know the x and y's of the endpoints). I also know this can give the distance between the ...
13 years ago | 2 answers | 0
2
answersQuestion
Solve for x in (A^k)*x=b (sequentially, LU factorization)
Without computing A^k, solve for x in (A^k)*x=b. A) Sequentially? (Pseudocode) for n=1:k x=A\b; b=x; end ...
13 years ago | 2 answers | 0
2
answersQuestion
Vector Difference
Given a vector x=[2 5 6 10 16 29]. Is there a one line command to create another vector that is the difference between the la...
13 years ago | 1 answer | 0
1
answerQuestion
Manipulate Matrix Element using subscripts (ex: isprime(i-j)) or (i+j)>10)
I need to create a oneline command to set a 'n x n' matrix to {1 if i-j isprime, 0 if not). I don't remember how to select an e...
13 years ago | 2 answers | 0