![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/19289564_1598333127296_DEF.jpg)
Aaron Aguilar
Followers: 0 Following: 0
Statistics
5 Questions
0 Answers
RANK
179,841
of 297,016
REPUTATION
0
CONTRIBUTIONS
5 Questions
0 Answers
ANSWER ACCEPTANCE
20.0%
VOTES RECEIVED
0
RANK
of 20,419
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 157,725
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
unable to add a simulink block, speed and range estimation block ? not found
having trouble getting the speed & range estimation block? any ideas, block is not on library or similar block that can be use...
4 years ago | 1 answer | 0
1
answerQuestion
radar system (short range radar)
need help recreating system for a blind spot monitoring (short range system). library does not have a block "radar subsystem" s...
4 years ago | 1 answer | 0
1
answerQuestion
find the minimum value of y for positive vales of x
i have xmin=min(y(x>0)); where x=[-100:100] & y =x^3+60x^2-50 it gives me -50 which is wrong aloso i have xmin=min(y(0:x(end))...
4 years ago | 1 answer | 0
1
answerQuestion
add count in a for loop
for Row = (1:10) for Column = (1:10) fprintf('%d\t',Row*Column); end fprintf('\n'); numberofelement...
4 years ago | 1 answer | 0
1
answerQuestion
add count of elements on a for loop to count values greater than and less than
for Row = (1:10) for Column = (1:10) fprintf('%d\t',Row*Column); end fprintf('\n'); numberofelement...
4 years ago | 1 answer | 0