Message Boards Message Boards

0
|
4004 Views
|
2 Replies
|
3 Total Likes
View groups...
Share
Share this post:

Get all numbers of a list greater 0.05 ?

Posted 10 years ago
Hi all,
I have a list with 28000 entries. How can i get all entries from this list larger refer to 0.05 ? 

like:
x = list
y = find(list > 0.05)

Thanks for your help
POSTED BY: Max Rasumak
2 Replies
Posted 10 years ago
Select[list, # > 0.05 &]
POSTED BY: Girish Arabale
Posted 10 years ago
Thank you very much!
POSTED BY: Max Rasumak
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard

Group Abstract Group Abstract