photo

Anders Tagmose Lundsfryd


Last seen: 1 year ago Active since 2021

Followers: 0   Following: 0

Statistics

MATLAB Answers

1 Question
1 Answer

RANK
5,638
of 299,962

REPUTATION
8

CONTRIBUTIONS
1 Question
1 Answer

ANSWER ACCEPTANCE
100.0%

VOTES RECEIVED
4

RANK
 of 20,851

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 166,743

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

  • Thankful Level 1
  • First Answer

View badges

Feeds

View by

Question


Finding array index for a given array element does not work all the time
Hello, I've been using the find(ismemeber()) function to find the index of an array element, however it does not work all the t...

1 year ago | 2 answers | 0

2

answers

Answered
rounding elements in array to nearest 0.25
If you want to round to the nearest 0.25 both up and down, then do: %roudn to nearest 0.25 updown = round(in * 4)/4;

4 years ago | 4