Community Profile

photo

Osita Onyejekwe


Aktiv seit 2016

Followers: 0   Following: 0

Statistiken

  • Thankful Level 3
  • First Answer

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


vectorize a loop or two so that the program runs faster
can someone help me vectorize a loop or two so that my program runs faster? It runs but the results take AGES.. Here is the whol...

fast 7 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


index exceeds matrix dimension
I am calculating mean squared errors for 5 different methods using 3 different sigmas. Each Method is going to be a comp...

fast 7 Jahre vor | 1 Antwort | 0

1

Antwort

Beantwortet
capturing the same frame
<</matlabcentral/answers/uploaded_files/74551/if%20and%20end.png>> Here is another look

etwa 7 Jahre vor | 0

Frage


capturing the same frame
My frame is capturing the same beginning video frame in multiple figures. I want the multiple figure to be images of the video a...

etwa 7 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


error in loading video file Climate.mp4
I'm trying to load a video file in directory to capture frames and i keep getting the error this error. Below is the code and t...

etwa 7 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


plots the axis scale
I have two plots with the same x-axis but their y-axis are scaled differently. how do I make them the same scale? Here is my...

etwa 7 Jahre vor | 1 Antwort | 0

1

Antwort

Beantwortet
ploting/graphing confidence interval
thank you! :)

mehr als 7 Jahre vor | 0

Frage


ploting/graphing confidence interval
after doing statistical calculations I have the following confidence intervals Confidence_interval_Negative_INFLPS = 0...

mehr als 7 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


optimize my code to work better
I have a code that calculates the Euclidean distance between X and Y and selects the minimum coordinate, and once that minimum c...

mehr als 7 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Eucliedan Distances In two Arrays
I have an array of (X-Y) Coordinates, Observed_Signal_Positive_Inflection_Points_Coordinates = 0.1040 -0.0432 ...

mehr als 7 Jahre vor | 3 Antworten | 0

3

Antworten

Frage


finding x and y coordinates
I have a plot on matlab with points on the plot. I would like to find the x,y coordinates of these points. How do I do that? I w...

mehr als 7 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


plotting points on my sine curve
Hello, I need help. Below is my code for a sine curve with plots across showing the change points. I want to add a different sha...

mehr als 7 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


Plotting points across the Sine Curve
I need help with my plot. I have points going across the sine function (zero-crossing). May someone please help me have differen...

mehr als 7 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


indices for zero crossing of a Sine Function
For the last 24 hours, I have been trying to find the indices of the zeros crossing of a simple Sine Function. I should get the...

mehr als 7 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


zero crossing and inflection point
can someone please in detail explain to me what this simple line of coding is doing in order to calculate zero crossing. I thoug...

mehr als 7 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Points of Inflection for Sine Curve
In the code below, I have successfully detected the peaks of the sine curve. I have also put the peaks on the plot. May someone ...

mehr als 7 Jahre vor | 0 Antworten | 0

0

Antworten

Beantwortet
find change points, point of inflection and concave up and concave down
and for the plot ylim([-1.05 1.05]) why -1.05 and 1.05 thank you that is all my questions!! :)

mehr als 7 Jahre vor | 0

Beantwortet
find change points, point of inflection and concave up and concave down
one more question, for the second derivative why did you do ==2 and ==-2

mehr als 7 Jahre vor | 0

Beantwortet
Finding the point of inflection on a curve
how do i do it for this? x = 1:500; X = x; J = 1; Fs = 499; N = J*Fs; t = 0: 1/Fs : J; Fn = 3; % this ...

mehr als 7 Jahre vor | 0

Frage


find change points, point of inflection and concave up and concave down
This is my code and I want to find the change points of my sign curve, that is all and I want to put points on the graph where i...

mehr als 7 Jahre vor | 3 Antworten | 1

3

Antworten

Frage


i need to write an algorithm to develop this math problem
Imagine two arrays, each given by: [1:1:100], overlap each other (See figure below). The “overlap depth” is random: a number, ...

mehr als 7 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


for and if statements
I need help generating a code that does the following For and if Generate an array of 10 random numbers between 1 and 100. T...

mehr als 7 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


trimming the first and last elements of a vector
let's say that i have a vector of yhat =506x1 and i have an h = 3 value how do I remove the first 3 elements and the last 3 e...

mehr als 7 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


subscript dimension error warning
I keep getting this error, Subscripted assignment dimension mismatch. Error in FCN_ECG_PLOTS (line 77) ...

mehr als 7 Jahre vor | 1 Antwort | 0

1

Antwort

Beantwortet
complex sine graph plotting I need help
basically i want this entire graph to be in the domain to 100 instead of 1050..im just not sure how to scale it all down..can so...

fast 8 Jahre vor | 0

Frage


complex sine graph plotting I need help
my complex sine graph is 1050 points. I want it to be just 100 points for some other math calculations. here is the function. ca...

fast 8 Jahre vor | 2 Antworten | 0

2

Antworten