
Haya Ali
Statistics
54 Fragen
0 Antworten
RANG
72.838
of 276.261
REPUTATION
0
BEITRÄGE
54 Fragen
0 Antworten
ANTWORTZUSTIMMUNG
94.44%
ERHALTENE STIMMEN
0
RANG
of 18.595
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 125.987
BEITRÄGE
0 Probleme
0 Lösungen
PUNKTESTAND
0
ANZAHL DER ABZEICHEN
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Content Feed
Frage
How to give variable name to a Mat file?
I have a mat file in which the data is of variable X1 in my program. I loaded the data but it's giving an error. Please help. l...
14 Tage vor | 1 Antwort | 0
1
AntwortFrage
How to set multiple values of a threshold?
My threshold is 12. If I will get positive values greater than and equal to 12 then I have to set it 1. If I will get negatives...
15 Tage vor | 1 Antwort | 0
1
AntwortFrage
How to take an average from range of values?
I have this array and according to excel histogram plot the mostly values are located in the range [-0.5,0.5]. I want to sort al...
15 Tage vor | 1 Antwort | 0
1
AntwortFrage
How to set -0.0000 and 0.0000 as zero in matlab?
By a long calculation I get this array A1 = Columns 1 through 13 -0.0000 0.2825 -0.0000 -0.4251 0.0000 ...
15 Tage vor | 1 Antwort | 0
1
AntwortFrage
How to take an average?
I have this array and according to excel histogram plot the mostly values are located in the range [-0.5,0.5]. I want to sort al...
16 Tage vor | 2 Antworten | 0
2
AntwortenFrage
Help in writing a a code for an array based on comdition.
I have an array A. A1= [-0.0082 -0.0409 -0.0175 -0.0853 0.0217 -0.2556 -0.0302 0 ] From A array I want to replace...
16 Tage vor | 2 Antworten | 0
2
AntwortenFrage
How to run the same program multpile times?
I want to run this program 20 times and note the value of Rate Signal on every execution. Is there any way to run this program 2...
19 Tage vor | 0 Antworten | 0
0
AntwortenFrage
How to mark NaN values on the plot?
I am getting NaN value in the rate signal and I want to mark them on the plot. How can I mark them on the plot? Below is my code...
20 Tage vor | 2 Antworten | 0
2
AntwortenFrage
How to get a signal without NaN values?
I have a signal and I have applied the Shannon's Nyquist Theorem to get the rate and the reconstructed signal by following formu...
20 Tage vor | 1 Antwort | 0
1
AntwortFrage
How to trim start and end of time series data?
I have 234 points in a signal. I want to trim the start and end of the reconstructed signal i.e. I want to start the signal from...
23 Tage vor | 3 Antworten | 0
3
AntwortenFrage
Help in the value of a variable.
I am advised to use the for loop for std and measure the value of P1 for each value of std. The value of P1 should be like this...
etwa 2 Monate vor | 1 Antwort | 0
1
AntwortFrage
Index exceeds the number of array elements. Index must not exceed 1.
Please help to resolve the error. clear all; close all; clc; %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % ...
etwa 2 Monate vor | 2 Antworten | 0
2
AntwortenFrage
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...
2 Monate vor | 1 Antwort | 0
1
AntwortFrage
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...
3 Monate vor | 1 Antwort | 0
1
AntwortFrage
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...
3 Monate vor | 1 Antwort | 0
1
AntwortFrage
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 ...
3 Monate vor | 1 Antwort | 0
1
AntwortFrage
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...
3 Monate vor | 0 Antworten | 0
0
AntwortenFrage
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...
3 Monate vor | 1 Antwort | 0
1
AntwortFrage
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...
8 Monate vor | 1 Antwort | 0
1
AntwortFrage
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 ...
9 Monate vor | 1 Antwort | 0
1
AntwortFrage
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...
9 Monate vor | 1 Antwort | 0
1
AntwortFrage
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 =...
10 Monate vor | 1 Antwort | 0
1
AntwortFrage
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...
10 Monate vor | 1 Antwort | 0
1
AntwortFrage
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...
10 Monate vor | 1 Antwort | 0
1
AntwortFrage
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...
etwa ein Jahr vor | 1 Antwort | 0
1
AntwortFrage
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 ...
etwa ein Jahr vor | 1 Antwort | 0
1
AntwortFrage
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...
mehr als ein Jahr vor | 1 Antwort | 0
1
AntwortFrage
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...
mehr als ein Jahr vor | 1 Antwort | 0
1
AntwortFrage
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...
mehr als ein Jahr vor | 1 Antwort | 0
1
AntwortFrage
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=...
mehr als ein Jahr vor | 1 Antwort | 0