Community Profile

photo

Catherine Mohs


Last seen: fast 4 Jahre vor Aktiv seit 2019

Followers: 0   Following: 0

Statistiken

  • Thankful Level 3

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


Plot text box question
This is what my code looks like. I want to have a textbox that says n=3 on my graph (without actually typing 3 in the code), but...

fast 5 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


For-if loop not working?
A=[2 5 4 13 4 23 8 3 9 5 0]; for k=1;length(A) [Maxima,MaxIdx]=findpeaks(A) if Maxima>10 Maxima=Maxima(k) ...

etwa 5 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Code not working?
I keep getting an error when I run this code. What am I doing wrong? t=[0:2:100]; height=2.13*t.^2-0.0013*t.^4+0.000034*t.^4.7...

etwa 5 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How do I combine these answers into a matrix?
Here is the code I have. A=[1;13;15;20;23;27]; for k=2:6; [index_diff]=A(k,1)-A(k-1,1) end I would like to put the answ...

etwa 5 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How do I get rid of noise in my data matrix?
I have a set of data that cycles from low x&y values to high x&y values. Using the ismember function, I've been able to find t...

etwa 5 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


I have created a matrix out of another matrix. I now want to find the index values for those specific numbers in the 2nd matrix FROM the 1st matrix. How would I go about doing that?
matrix_1=[11 50; 12 80; 13 120; 14 140; 15 180; 16 210; 17 250; 18 275; 19 325; 20 ...

etwa 5 Jahre vor | 1 Antwort | 0

1

Antwort