Community Profile

photo

Aaron Aguilar


Last seen: mehr als 3 Jahre vor Aktiv seit 2020

Followers: 0   Following: 0

Statistiken

  • Thankful Level 1

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


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...

mehr als 3 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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...

mehr als 3 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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))...

mehr als 3 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


add count in a for loop
for Row = (1:10) for Column = (1:10) fprintf('%d\t',Row*Column); end fprintf('\n'); numberofelement...

mehr als 3 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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...

mehr als 3 Jahre vor | 1 Antwort | 0

1

Antwort