Getting values from a vector - MATLAB Cody - MATLAB Central

Problem 59546. Getting values from a vector

Difficulty:Rate
This exercise is for finding the values that meet your criteria.
a = [-5 28 7 83 73];
b = 23 ;
c = (a > b)
Then :
c =
0 1 0 1 1
What we are looking for now is how to get the values :
y =
28 83 73

Solution Stats

42.42% Correct | 57.58% Incorrect
Last Solution submitted on Jan 30, 2025

Problem Comments

Solution Comments

Show comments
PIVlab surpasses 100K all-time File Exchange downloads
During the past twelve months, PIVlab, a MATLAB Community Toolbox for particle...
4
8

Problem Recent Solvers41

Suggested Problems

More from this Author2

Problem Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!