sine wave max - min replacement

3 views (last 30 days)
Zacharias
Zacharias on 6 May 2014
Edited: Zacharias on 7 May 2014
goodmorning,
in a given sine wave formed in one column, what is the code for replacing i.e the max point with its next one?or with the point defore the max one.
thank you.

Answers (3)

Mischa Kim
Mischa Kim on 6 May 2014
Edited: Mischa Kim on 6 May 2014
Zacharias, use something like
x = 0:0.1:7;
y = sin(x);
y(y==max(y)) = y(circshift(y==max(y),1,2));

Zacharias
Zacharias on 7 May 2014
thanks for your try. i solved it like below: x=input('dose enan arithmo apo to pliktrologio: ') p=primes(x) A=max(p) % o max protos arithmos k=fliplr(p) % o k einai o pinakas p anapoda grammenos z=p+k % o pinakas z einai to athrisma twn pinakvn p kai k m=length(p); % vriskw to mikos tou dianismatos p for j=1:m/2 % vazo m/2 gia na min exo epanalipsi sthn prosthesi tvn pinakwn c=sprintf('%s %d %s %d %s %d ','to athroisma tou ',p(:,j),... 'me to athroisma tou ',k(:,j),'einai to: ',z(:,j)) end
  1 Comment
Zacharias
Zacharias on 7 May 2014
i uploaded wrong code.sorry my mistake!!!

Sign in to comment.


Zacharias
Zacharias on 7 May 2014
Edited: Zacharias on 7 May 2014
i have a 960x15 table of sine waves. below is on of my 15 sine waves (one column). i need to find the min and max points of it, and replace them with their next point.then find and show the peak to peak array,and the array of the difference of peak to peak points. after all that, i need to find the mean value of the 'fixed' sine wave and abstract it from this 'fixed' wave. and at the end, i need the code to find the 5 sine waves with the maximum peak to peak difference, show them with 5 figures with 2 sine waves each one. thats all!!
-2,45287893922457 -2,10246766219248 -2,10246766219248 -2,10246766219248 -1,75205638516040 -1,75205638516040 -1,40164510812832 -1,40164510812832 -1,40164510812832 -1,40164510812832 -1,05123383109624 -1,05123383109624 -1,05123383109624 -1,05123383109624 -1,05123383109624 -1,05123383109624 -0,700822554064162 -0,700822554064162 -0,350411277032081 -0,350411277032081 -0,350411277032081 -0,700822554064162 -0,700822554064162 -1,05123383109624 -1,05123383109624 -1,05123383109624 -1,40164510812832 -1,40164510812832 -1,75205638516040 -1,75205638516040 -1,75205638516040 -1,75205638516040 -2,10246766219248 -2,10246766219248 -2,10246766219248 -2,10246766219248 -2,10246766219248 -2,45287893922457 -2,45287893922457 -2,45287893922457 -2,45287893922457 -4,90575787844913 -4,55534660141705 -24,1783781152136 -7,00822554064162 -5,25616915548121 -2,10246766219248 -1,40164510812832 -1,05123383109624 -1,40164510812832 -1,05123383109624 -1,05123383109624 -1,05123383109624 -1,05123383109624 -1,05123383109624 -0,700822554064162 -0,700822554064162 -0,700822554064162 -0,700822554064162 -0,350411277032081 -0,700822554064162 -0,700822554064162 -0,700822554064162 -0,700822554064162 -1,05123383109624 -1,05123383109624 -1,40164510812832 -1,40164510812832 -1,75205638516040 -1,75205638516040 -1,75205638516040 -1,75205638516040 -1,75205638516040 -2,10246766219248 -2,10246766219248 -2,10246766219248 -2,10246766219248 -2,10246766219248 -2,80329021625665 -3,15370149328873 -5,95699170954537 -10,5123383109624 -9,81151575689826 -8,76028192580202 -7,35863681767370 -5,60658043251329 -2,10246766219248 -1,75205638516040 -1,40164510812832 -1,05123383109624 -1,05123383109624 -1,05123383109624 -1,05123383109624 -1,05123383109624 -1,75205638516040 -0,700822554064162 -0,700822554064162 -0,700822554064162 -0,350411277032081 -0,350411277032081 -0,350411277032081 -0,700822554064162 -0,700822554064162 -1,05123383109624 -1,05123383109624 -1,40164510812832 -1,40164510812832 -1,75205638516040 -1,75205638516040 -1,75205638516040 -1,75205638516040 -2,10246766219248 -1,75205638516040 -1,75205638516040 -2,10246766219248 -2,10246766219248 -2,10246766219248 -2,10246766219248 -2,10246766219248 -5,95699170954537 -5,60658043251329 -10,8627495879945 -9,81151575689826 -9,11069320283410 -7,35863681767370 -3,85452404735289 -1,75205638516040 -1,75205638516040 -1,40164510812832 -1,40164510812832 -1,05123383109624 -1,05123383109624 -1,05123383109624 -0,700822554064162 -0,700822554064162 -0,700822554064162 -0,700822554064162 -0,700822554064162 -0,350411277032081 -0,350411277032081 -0,350411277032081 -0,700822554064162 -0,700822554064162 -0,700822554064162 -1,05123383109624 -1,40164510812832 -1,40164510812832 -1,40164510812832 -1,75205638516040 -1,75205638516040 -1,75205638516040 -1,75205638516040 -1,75205638516040 -2,10246766219248 -2,10246766219248 -2,10246766219248 -2,10246766219248 -2,10246766219248 -3,15370149328873 -5,60658043251329 -10,5123383109624 -9,81151575689826 -9,11069320283410 -8,40987064876994 -7,00822554064162 -4,55534660141705 -1,75205638516040 -1,75205638516040 -1,40164510812832 -1,05123383109624 -1,05123383109624 -1,05123383109624 -1,05123383109624 -1,05123383109624 -1,05123383109624 -0,700822554064162 -1,05123383109624 -0,700822554064162 -0,700822554064162 -0,350411277032081 -0,350411277032081 -0,700822554064162 -0,700822554064162 -0,700822554064162 -1,05123383109624 -1,05123383109624 -1,40164510812832 -1,40164510812832 -1,75205638516040 -1,75205638516040 -1,75205638516040 -1,75205638516040 -1,75205638516040 -1,75205638516040 -2,10246766219248 -2,10246766219248 -2,10246766219248 -2,10246766219248 -2,10246766219248 -2,45287893922457 -5,95699170954537 -8,40987064876994 -10,1619270339303 -9,11069320283410 -7,70904809470578 -5,25616915548121 -1,75205638516040 -1,40164510812832 -1,40164510812832 -1,05123383109624 -1,05123383109624 -1,05123383109624 -1,05123383109624 -1,05123383109624 -1,05123383109624 -0,700822554064162 -0,700822554064162 -0,350411277032081 -0,350411277032081 -0,350411277032081 -0,350411277032081 -0,700822554064162 0 -1,05123383109624 -1,05123383109624 -1,40164510812832 -1,40164510812832 -1,40164510812832 -1,75205638516040 -1,75205638516040 -1,75205638516040 -1,75205638516040 -2,10246766219248 -2,10246766219248 -2,10246766219248 -2,10246766219248 -2,10246766219248 -2,45287893922457 -2,45287893922457 -2,45287893922457 -6,30740298657745 -5,25616915548121 -8,05945937173786 -8,76028192580202 -7,00822554064162 -5,60658043251329 -2,10246766219248 -1,40164510812832 -1,40164510812832 -1,40164510812832 -1,05123383109624 -1,05123383109624 -1,05123383109624 -1,05123383109624 -1,05123383109624 -0,700822554064162 -0,700822554064162 -0,700822554064162 -0,700822554064162 -0,350411277032081 -0,700822554064162 -0,700822554064162 -0,700822554064162 -1,05123383109624 -1,05123383109624 -1,40164510812832 -1,40164510812832 -1,75205638516040 -1,40164510812832 -1,75205638516040 -1,75205638516040 -1,75205638516040 -2,10246766219248 -2,10246766219248 -2,10246766219248 -2,10246766219248 -2,10246766219248 -2,10246766219248 -2,45287893922457 -2,45287893922457 -2,45287893922457 -2,45287893922457 -2,10246766219248 -1,75205638516040 -1,75205638516040 -1,75205638516040 -2,10246766219248 -1,40164510812832 -1,40164510812832 -1,40164510812832 -1,05123383109624 -1,05123383109624 -0,700822554064162 -1,05123383109624 -1,05123383109624 -0,700822554064162 -0,700822554064162 -0,700822554064162 -0,350411277032081 -0,350411277032081 -0,350411277032081 -0,700822554064162 -0,700822554064162 -1,05123383109624 -1,05123383109624 -1,40164510812832 -1,40164510812832 -1,40164510812832 -1,75205638516040 -1,75205638516040 -1,75205638516040 -2,10246766219248 -1,75205638516040 -2,10246766219248 -2,10246766219248 -2,10246766219248 -2,10246766219248 -2,10246766219248 -2,45287893922457 -2,45287893922457 -2,45287893922457 -2,10246766219248 -1,75205638516040 -2,10246766219248 -1,75205638516040 -1,40164510812832 -1,75205638516040 -1,40164510812832 -1,40164510812832 -1,05123383109624 -1,05123383109624 -1,05123383109624 -0,700822554064162 -0,700822554064162 -1,05123383109624 -0,700822554064162 -0,700822554064162 -0,700822554064162 -0,700822554064162 -0,350411277032081 -0,350411277032081 -0,700822554064162 -0,700822554064162 -0,700822554064162 -1,05123383109624 -1,05123383109624 -1,40164510812832 -1,40164510812832 -1,40164510812832 -1,75205638516040 -2,45287893922457 -2,10246766219248 -1,75205638516040 -1,75205638516040 -2,10246766219248 -2,10246766219248 -2,10246766219248 -2,10246766219248 -2,10246766219248 -2,45287893922457 -2,45287893922457 -4,90575787844913 -8,05945937173786 -7,35863681767370 -5,95699170954537 -2,80329021625665 -1,75205638516040 -1,40164510812832 -1,05123383109624 -1,05123383109624 -1,05123383109624 -1,05123383109624 -1,05123383109624 -1,05123383109624 -1,05123383109624 -1,05123383109624 -1,05123383109624 -0,350411277032081 -0,350411277032081 0 -0,350411277032081 -0,700822554064162 -1,05123383109624 -1,05123383109624 -1,05123383109624 -1,40164510812832 -1,40164510812832 -1,40164510812832 -1,75205638516040 -1,75205638516040 -1,75205638516040 -1,75205638516040 -2,10246766219248 -1,75205638516040 -2,10246766219248 -2,10246766219248 -2,10246766219248 -2,45287893922457 -2,45287893922457 -2,45287893922457 -2,45287893922457 -2,10246766219248 -2,10246766219248 -1,75205638516040 -1,75205638516040 -1,40164510812832 -1,40164510812832 -1,40164510812832 -1,05123383109624 -1,05123383109624 -1,05123383109624 -1,05123383109624 -1,05123383109624 -1,05123383109624 -0,350411277032081 -0,700822554064162 -0,700822554064162 -0,700822554064162 -0,350411277032081 -0,350411277032081 0 -0,700822554064162 -0,700822554064162 -1,05123383109624 -1,05123383109624 -1,40164510812832 -1,40164510812832 -1,40164510812832 -1,75205638516040 -1,75205638516040 -1,75205638516040 -2,10246766219248 -2,10246766219248 -2,10246766219248 -2,10246766219248 -2,10246766219248 -2,10246766219248 -2,10246766219248 -5,60658043251329 -5,60658043251329 -9,46110447986618 -9,81151575689826 -9,11069320283410 -8,05945937173786 -6,30740298657745 -2,80329021625665 -1,75205638516040 -1,40164510812832 -1,40164510812832 -1,05123383109624 -1,05123383109624 -1,05123383109624 -1,05123383109624 -0,700822554064162 -0,700822554064162 -1,05123383109624 -0,700822554064162 -0,700822554064162 -0,700822554064162 -0,350411277032081 -0,350411277032081 -0,700822554064162 -0,700822554064162 -0,700822554064162 -1,05123383109624 -1,05123383109624 -1,40164510812832 -1,40164510812832 -1,75205638516040 -1,75205638516040 -1,75205638516040 -1,75205638516040 -2,10246766219248 -1,75205638516040 -2,10246766219248 -2,10246766219248 -2,10246766219248 -2,10246766219248 -2,80329021625665 -5,60658043251329 -10,1619270339303 -10,1619270339303 -9,46110447986618 -8,40987064876994 -6,65781426360953 -4,55534660141705 -1,75205638516040 -1,40164510812832 -1,40164510812832 -1,40164510812832 -1,05123383109624 -1,05123383109624 -1,05123383109624 -1,05123383109624 -1,05123383109624 -0,700822554064162 -0,700822554064162 -0,700822554064162 -0,350411277032081 -0,350411277032081 -0,700822554064162 -0,350411277032081 -0,700822554064162 -0,700822554064162 -1,05123383109624 -1,40164510812832 -1,40164510812832 5 -1,75205638516040 -1,75205638516040 -1,75205638516040 -1,75205638516040 -1,75205638516040 -1,75205638516040 -2,10246766219248 -2,10246766219248 -2,10246766219248 -2,10246766219248 -2,10246766219248 -2,45287893922457 -2,10246766219248 -2,10246766219248 -2,10246766219248 -2,10246766219248 -1,75205638516040 -1,40164510812832 -1,40164510812832 -1,40164510812832 -1,40164510812832 -1,40164510812832 -1,05123383109624 -1,05123383109624 -1,05123383109624 -0,700822554064162 -1,05123383109624 -0,700822554064162 -0,700822554064162 -0,700822554064162 -0,350411277032081 -0,350411277032081 -0,350411277032081 -0,700822554064162 -0,700822554064162 -1,05123383109624 -1,05123383109624 -1,05123383109624 -1,40164510812832 -1,40164510812832 -1,75205638516040 -1,75205638516040 -1,75205638516040 -1,75205638516040 -1,75205638516040 -2,10246766219248 -2,10246766219248 -2,10246766219248 -2,10246766219248 -2,10246766219248 -2,10246766219248 -5,60658043251329 -7,00822554064162 -9,81151575689826 -9,46110447986618 -8,05945937173786 -6,65781426360953 -4,55534660141705 -1,75205638516040 -1,40164510812832 -1,40164510812832 -1,40164510812832 -1,05123383109624 -1,05123383109624 -1,05123383109624 -1,05123383109624 -1,05123383109624 -0,700822554064162 -0,700822554064162 -0,700822554064162 -0,350411277032081 -0,700822554064162 -0,350411277032081 -0,700822554064162 -0,700822554064162 -1,05123383109624 -1,05123383109624 -1,40164510812832 -1,40164510812832 -1,40164510812832 -1,40164510812832 -1,75205638516040 -1,75205638516040 -1,75205638516040 -2,10246766219248 -1,75205638516040 -2,10246766219248 -2,10246766219248 -2,10246766219248 -2,10246766219248 -2,45287893922457 -2,45287893922457 -5,60658043251329 -4,90575787844913 -4,55534660141705 -3,15370149328873 -2,10246766219248 -1,75205638516040 -2,10246766219248 -1,40164510812832 -1,05123383109624 -1,05123383109624 -1,05123383109624 -1,05123383109624 -1,05123383109624 -1,05123383109624 -0,700822554064162 -1,05123383109624 -0,700822554064162 -0,700822554064162 -0,350411277032081 -0,350411277032081 -0,350411277032081 -0,700822554064162 -0,700822554064162 -1,05123383109624 -1,05123383109624 -1,40164510812832 -1,40164510812832 -1,40164510812832 -1,75205638516040 -1,75205638516040 -1,75205638516040 -1,75205638516040 -1,75205638516040 -1,75205638516040 -2,10246766219248 -2,10246766219248 -2,10246766219248 -2,10246766219248 -2,10246766219248 -2,45287893922457 -5,25616915548121 -4,20493532438497 -3,85452404735289 -2,45287893922457 -2,10246766219248 -1,75205638516040 -1,75205638516040 -1,40164510812832 -1,40164510812832 -1,05123383109624 -1,05123383109624 -1,05123383109624 -1,05123383109624 -0,700822554064162 -0,700822554064162 -1,05123383109624 -0,700822554064162 -0,700822554064162 -0,350411277032081 -0,350411277032081 -0,350411277032081 -0,700822554064162 -0,700822554064162 -0,700822554064162 -1,05123383109624 -1,40164510812832 -1,40164510812832 -1,40164510812832 -1,75205638516040 -1,40164510812832 -1,75205638516040 -1,75205638516040 -1,75205638516040 -2,10246766219248 -2,10246766219248 -2,10246766219248 -2,10246766219248 -2,10246766219248 -2,10246766219248 -2,45287893922457 -2,10246766219248 -2,10246766219248 -2,10246766219248 -2,10246766219248 -1,75205638516040 -1,75205638516040 -1,40164510812832 -1,40164510812832 -1,40164510812832 -1,05123383109624 -1,05123383109624 -0,700822554064162 -1,05123383109624 -1,05123383109624 -0,700822554064162 -0,700822554064162 -0,700822554064162 -0,700822554064162 -0,350411277032081 -0,350411277032081 -0,350411277032081 -0,700822554064162 -0,700822554064162 -0,700822554064162 -1,05123383109624 -1,40164510812832 -1,40164510812832 -1,40164510812832 -1,75205638516040 -1,40164510812832 -1,75205638516040 -1,75205638516040 -1,75205638516040 -2,10246766219248 -2,10246766219248 -2,10246766219248 -2,10246766219248 -2,10246766219248 -2,10246766219248 -2,45287893922457 -2,45287893922457 -2,10246766219248 -2,10246766219248 -1,75205638516040 -1,75205638516040 -1,75205638516040 -1,40164510812832 -1,40164510812832 -1,05123383109624 -1,40164510812832 -1,05123383109624 -1,40164510812832 -1,05123383109624 -0,700822554064162 -1,40164510812832 -0,700822554064162 -0,700822554064162 -0,700822554064162 -0,700822554064162 -0,350411277032081 -0,350411277032081 -0,700822554064162 -0,700822554064162 -0,700822554064162 -1,40164510812832 -1,05123383109624 -1,40164510812832 -1,40164510812832 -1,75205638516040 -1,75205638516040 -1,75205638516040 -2,10246766219248 -2,10246766219248 -2,10246766219248 -2,10246766219248 -2,10246766219248 -2,10246766219248 -2,10246766219248 -2,45287893922457 -2,10246766219248 -2,10246766219248 -2,10246766219248 -2,10246766219248 -1,75205638516040 -1,75205638516040 -1,75205638516040 -1,40164510812832 -1,40164510812832 -1,05123383109624 -1,05123383109624 -1,05123383109624 -1,05123383109624 -1,05123383109624 -1,05123383109624 -0,700822554064162 -0,700822554064162 -0,700822554064162 -0,350411277032081 -0,350411277032081 0,350411277032081 0,350411277032081 -0,350411277032081 -0,700822554064162 -0,700822554064162 -1,05123383109624 -1,40164510812832 -1,40164510812832 -1,40164510812832 -1,75205638516040 -1,75205638516040 -1,75205638516040 -1,75205638516040 -2,10246766219248 -1,75205638516040 -2,10246766219248 -1,75205638516040 -2,10246766219248 -2,10246766219248 -2,80329021625665 -5,60658043251329 -6,30740298657745 -9,81151575689826 -7,00822554064162 -6,65781426360953 -4,90575787844913 -2,80329021625665 -1,75205638516040 -1,40164510812832 -1,40164510812832 -1,05123383109624 -1,05123383109624 -1,05123383109624 -1,05123383109624 -1,05123383109624 -0,700822554064162 -0,700822554064162 -0,700822554064162 -0,350411277032081 -0,350411277032081 -0,350411277032081 -0,700822554064162 -0,700822554064162 -0,700822554064162 -1,05123383109624 -1,05123383109624 -1,40164510812832 -1,40164510812832 -1,40164510812832 -1,40164510812832 -1,75205638516040 -2,10246766219248 -2,10246766219248 -1,75205638516040 -2,10246766219248 -1,75205638516040 -2,10246766219248 -2,10246766219248 -2,45287893922457 -2,10246766219248 -2,45287893922457 -2,45287893922457 -2,10246766219248 -2,10246766219248 -1,75205638516040 -1,75205638516040 -1,75205638516040 -1,40164510812832 -1,40164510812832 -1,05123383109624 -1,05123383109624 -1,05123383109624 -1,05123383109624 -0,700822554064162 -0,700822554064162 -0,700822554064162 -0,700822554064162 -0,700822554064162 -0,350411277032081 -0,350411277032081 -0,350411277032081 -0,350411277032081 -0,700822554064162 -1,40164510812832 -1,05123383109624 -1,05123383109624 -1,40164510812832 -1,40164510812832 -1,40164510812832 -1,75205638516040 -1,75205638516040 -1,75205638516040 -1,75205638516040 -2,10246766219248 -2,10246766219248 -2,10246766219248 -2,10246766219248 -2,45287893922457 -2,10246766219248 -2,10246766219248 -2,45287893922457 -2,45287893922457 -2,10246766219248 -2,10246766219248 -2,10246766219248 -2,10246766219248 -1,40164510812832 -1,75205638516040 -1,40164510812832 -1,40164510812832 -1,05123383109624 -1,05123383109624 -1,05123383109624 -1,05123383109624 -1,05123383109624 -1,05123383109624 -0,700822554064162 -0,700822554064162 -0,700822554064162 -0,350411277032081 -0,350411277032081 -0,350411277032081 -0,350411277032081 -0,700822554064162 -0,700822554064162 -1,05123383109624 -1,40164510812832 -1,05123383109624 -1,40164510812832 -1,75205638516040 -1,75205638516040 -1,75205638516040 -1,75205638516040 -2,10246766219248 -2,10246766219248 -2,10246766219248 -2,10246766219248 -2,10246766219248 -2,45287893922457 -2,45287893922457 -2,45287893922457 -2,45287893922457 -2,10246766219248 -1,75205638516040 -1,75205638516040 -1,75205638516040 -1,75205638516040 -1,75205638516040 -1,05123383109624 -1,40164510812832 -1,05123383109624 -1,05123383109624 -1,05123383109624 -1,05123383109624 -1,05123383109624 -1,05123383109624 -0,700822554064162 -0,700822554064162 -0,700822554064162 -0,350411277032081 0 -0,350411277032081 -0,700822554064162 -0,700822554064162 -1,05123383109624 -1,05123383109624 -1,40164510812832 -1,40164510812832 -1,40164510812832 -1,75205638516040 -1,75205638516040 -1,75205638516040 -2,10246766219248 -2,10246766219248 -2,10246766219248 -2,10246766219248 -2,10246766219248 -2,10246766219248 -2,45287893922457 -2,45287893922457 -5,60658043251329

Tags

No tags entered yet.

Community Treasure Hunt

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

Start Hunting!