photo

Mati Somp


Last seen: nästan 3 år ago Active since 2020

Followers: 0   Following: 0

Statistics

MATLAB Answers

0 Questions
5 Answers

RANK
4 675
of 298 363

REPUTATION
10

CONTRIBUTIONS
0 Questions
5 Answers

ANSWER ACCEPTANCE
0.00%

VOTES RECEIVED
5

RANK
 of 20 572

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 160 969

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

  • First Answer
  • Explorer

View badges

Feeds

View by

Answered
recursive function to calculate Max number.
One more function mx = recursive_max(v) if length(v)==1 mx=v else if v(1)<=v(2) v(1)=[] ...

mer än 4 år ago | 3

Answered
Generate echo to an audio
Ok, it works. In my opinion, the round should be the floor, because the echo signal never reaches the last point in real life. ...

mer än 4 år ago | 0

Answered
Write a function called blur that blurs the input image
lots of interesting codes, here is mine: function out = blur(img,w); D = double(img) ; [row,col]=size(D); out1=zeros([row,...

mer än 4 år ago | 0

Answered
caesar cyphor encryption problem .
simple and fast function coded = caesar(txt,nr) char_set=char(32):char(126); char_set3=[char_set char_set char_set]; coded ...

mer än 4 år ago | 0