aleksa markovic
Followers: 0 Following: 0
Statistics
All
RANK
12,191
of 295,569
REPUTATION
4
CONTRIBUTIONS
0 Questions
1 Answer
ANSWER ACCEPTANCE
0.00%
VOTES RECEIVED
0
RANK
16,251 of 20,247
REPUTATION
6
AVERAGE RATING
0.00
CONTRIBUTIONS
1 File
DOWNLOADS
2
ALL TIME DOWNLOADS
67
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Solved
Pizza!
Given a circular pizza with radius _z_ and thickness _a_, return the pizza's volume. [ _z_ is first input argument.] Non-scor...
4 years ago
Answered
Finding repeating values in an array
You ca try something like this: Xa = [3 2 3 6 11]; mua = [.3 .6 1 .6 .3]; tmpX = []; tmpmu = []; for i = 1:size(Xa,2) ...
Finding repeating values in an array
You ca try something like this: Xa = [3 2 3 6 11]; mua = [.3 .6 1 .6 .3]; tmpX = []; tmpmu = []; for i = 1:size(Xa,2) ...
4 years ago | 0
| accepted
Submitted
Hurwitz stability criterion
Gives Hurwitz determinant and logical respond for system stability.
6 years ago | 2 downloads |