
Haya Ali
Statistics
42 Questions
0 Answers
RANK
72.307
of 273.338
REPUTATION
0
CONTRIBUTIONS
42 Questions
0 Answers
ANSWER ACCEPTANCE
92.86%
VOTES RECEIVED
0
RANK
of 18.452
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 122.739
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
Content Feed
Question
Please help me to spot the error.
I have made a code for 23 coupled oscillators. Matlab is showing error but its not telling the what is the error. Below is my co...
10 dagen ago | 1 answer | 0
1
answerQuestion
How to plot an oscillator?
I want to plot the equations given below. Which is generally of an 3 coupled oscillators. Can anyone please tell me if I am plot...
22 dagen ago | 1 answer | 0
1
answerQuestion
Help in 2D plot of coefficients
I have to plot a figure like this. Please help. Below is my code. Real Coefficient= [0.0723, -11.0000, 0.001, 0.0011, 0.00...
23 dagen ago | 1 answer | 0
1
answerQuestion
Index exceeds the number of array elements. Index must not exceed 1.
Please please help me to fix the error. I have tried changing the values for loop but its still not working. I don't know where ...
24 dagen ago | 1 answer | 0
1
answerQuestion
Index exceeds the number of array elements. Index must not exceed 1.
Please help to resolve error. Below is my code. % value of constants a1 = 0.1; omega1 = 2; G = 0.01; C12 = 0.00...
ongeveer een maand ago | 0 answers | 0
0
answersQuestion
Plot of three coupled oscillator.
I am trying to built three coupled oscillator just as two coupled oscillator but i don't know what mistake I am doing. Please he...
ongeveer 2 maanden ago | 1 answer | 0
1
answerQuestion
Need help in plotting current and conductance
Please help me to plot gCa, gK,ICa,IK. Below is my code %% Forward Euler Method close all; clear all; clc; %Constants set for...
6 maanden ago | 1 answer | 0
1
answerQuestion
How to adjust plot?
How can I adjust my x axis to start from 0 in the figures. When I set xlim then the figures become totally changed. Please help ...
7 maanden ago | 1 answer | 0
1
answerQuestion
How to find the time between two spikes?
Please help me to to find the time between two spikes i.e. inter-spike interval T in matlab. Below is the code for spike generat...
8 maanden ago | 1 answer | 0
1
answerQuestion
The end operator must be used within an array index expression.
Can anybody please help me to plot minf which is defined at the end. Below is my code clear all; close all; clc; Vrest =...
8 maanden ago | 1 answer | 0
1
answerQuestion
Unrecognized function or variable 'm_equations'
Please help me to resolve the following error. Error in untitled (line 38) [alphaM, betaM] = m_equations(V(1), Vrest) Th...
8 maanden ago | 1 answer | 0
1
answerQuestion
Move all statements after the function definition to before the first local function definition
Please help me to resolve this error. Below is my code. clear all; close all; clc; % calculate alpha m and beta m based on Tab...
9 maanden ago | 1 answer | 0
1
answerQuestion
Not enough input arguments.
I want to build a graph of this equation where phi0=pi/3. and it's graph is like but I am getting an error " not enough i...
10 maanden ago | 1 answer | 0
1
answerQuestion
How to create a distance between labels in plot?
How to separate the mixed labels? As show in figure. Below is my code. clear all; close all; clc; data=[0.0245,0.1200,0 ...
ongeveer een jaar ago | 1 answer | 0
1
answerQuestion
How to change the position of labels on plot?
I want to create a distance (a little bit upward) between the data points and the labels as indicated in figure attached. Please...
meer dan een jaar ago | 1 answer | 0
1
answerQuestion
How to find the minimum Error when the position is known?
I know the position at which the value of Error is minimum. Is their a command to know the value of Error also? clear all; cl...
meer dan een jaar ago | 1 answer | 0
1
answerQuestion
How to get a single value after an iteration?
I need a single value of Error that I am measuring. How can I get a single value of error instead of iterated values? clear al...
meer dan een jaar ago | 1 answer | 0
1
answerQuestion
Euler's method in matlab
If I write the model using Euler's method. Like this clear all; close all; clc; %value of constants a_n=0.1; omega_0=2; dt=...
meer dan een jaar ago | 1 answer | 0
1
answerQuestion
How to convert an array of exponential numbers to am array of whole numbers?
Is there a command that gives answer like 1.0e+03 is automatically multiplied to each number in an array? r = 1.0e+03 * ...
meer dan een jaar ago | 1 answer | 0
1
answerQuestion
Left and right sides have a different number of elements
I have to changed the x timeseries in the program I have been provided as a sample but I am getting an error. Please help me to ...
meer dan een jaar ago | 2 answers | 0
2
answersQuestion
How to find the C=corresponding x axis values of a peak on Y-axis?
I have to find the 'x' values at which the peak is maximum. How can I find that? Please help. x=[11500.2 11477.9 11417.3 114...
meer dan een jaar ago | 1 answer | 0
1
answerQuestion
How to convert a graph into spiral in MATLAB?
Is their a way to convert the graph of x to spiral shape? Below is my code clear all; close all; clc; x=[11500.2 11477.9 11417...
meer dan een jaar ago | 1 answer | 0
1
answerQuestion
How to plot two different signals like an orbit on the same graph?
I have to plot X1 and it's hilbert transformation on the same plot like an orbit as shown in picture. But it is giving an error....
meer dan een jaar ago | 1 answer | 0
1
answerQuestion
How to find the exact value of the frequency by MATLAB?
I want to find the exact value of the frequency at which the peak is highest (represented by purple circle in the figure)on the ...
meer dan een jaar ago | 3 answers | 0
3
answersQuestion
Plotting the absolute value.
How can I plot the absolute value of x? which is also the norm, of the complex variable after fft. Please help. x=[11500.2 114...
meer dan een jaar ago | 1 answer | 0
1
answerQuestion
How to apply fourier analysis on the data given?
I have to apply the fourier analysis on the vector x given below. How to apply the fourier transform and find the optimal freque...
meer dan een jaar ago | 1 answer | 0
1
answerQuestion
Prediction error of the signal
I have to measure the error btw the x1_t1 and x1rec_t1, x1_t2 and x1rec_t2,x1_t3 and x1rec_t3 by the formula given below. There ...
meer dan een jaar ago | 1 answer | 0
1
answerQuestion
Index exceeds the number of array elements (60).
I have to measure the error btw the x1_t1 and x1rec_t1, x1_t2 and x1rec_t2,x1_t3 and x1rec_t3 by the formula given below. Am I m...
meer dan een jaar ago | 1 answer | 0
1
answerQuestion
Plotting a time step response
How to fill the gap (as shown in image)while plotting? clear all; close all; clc; c1=1; d11=0.0100; d12=-0.1421; X1=[11500....
meer dan een jaar ago | 1 answer | 0
1
answerQuestion
Vectors must of same length while plotting
I have to plot the time step response of x1 and x1_rec. I am unable to find why my vectors are not of equal length. How to resol...
meer dan een jaar ago | 1 answer | 0