Community Profile

photo

Heya :)


Last seen: 3 years ago Active since 2017

Statistics

  • Thankful Level 4

View badges

Content Feed

View by

Question


Index exceeds the number of array elements (1)
I need to plot x1, y1, x2 and y2 for different values of a1 and a2. Please help me to resolve the issue. Thanks in advance. c...

3 years ago | 0 answers | 0

0

answers

Question


plotting multiple values of a parameter on same figure
I need to plot (OMEGA1 vs Ex_nz) and (OMEGA1 vs Ex_ny) for different values of amplitude a1= 0.1, a2=0.2, a3=0.3, a4=0.4 and a5...

3 years ago | 1 answer | 0

1

answer

Question


Plot multiple b-value on an error vs frequency plot.
I need to plot (a vs Ex_nz) and (a vs Ex_ny) for different values of b= 0.1, b=0.2, b=0.3, b-0.4 and b=0.5. How can I plot thes...

3 years ago | 1 answer | 0

1

answer

Question


How to plot different values on same figure?
I need to plot (a vs Ex_nz) and (a vs Ex_ny) for different values of b= 0.1, b=0.2, b=0.3, b-0.4 and b=0.5. How can I plot thes...

3 years ago | 1 answer | 0

1

answer

Question


incorrect number of input arguments
Please help me to resolve what I am doing wrong in my title command. clear all; close all; clc; %%%%%%%%%%%%%%%%%%%%%%%%%%%%...

3 years ago | 2 answers | 0

2

answers

Question


How to take 100 samples of a plot.
I have a task to take 100 samples of a plot at a fixed value of parameters a2, omega1, and omega2 and I will be changing a1 and ...

3 years ago | 1 answer | 0

1

answer

Question


What's the meaning of 2.7830e-09?
What is the meaning of this answer? a= 2.7830e-09 How to convert it into whole number?

3 years ago | 1 answer | 0

1

answer

Question


How to find the absolute value?
I have to find absolute values of each element of ksaix1, ksaix2, ksaiy1 and ksaiy2 e.g. abs (ksaix1(1)) etc. I know how to find...

3 years ago | 1 answer | 0

1

answer

Question


Why I am not getting anything from the plot?
The plot is supposed to be two waves x1_rec and x2_rec. But I am not getting anything from the code. Can anyone please elaborate...

3 years ago | 0 answers | 0

0

answers

Question


Error in plotting the waves.
I am supposed to get the two waves as showing in the picture with this code. Can anybody please spot the error or refine the cod...

3 years ago | 1 answer | 0

1

answer

Question


Index exceeds the number of array elements (1)
Can anyone please help me to resolve my issue. I have been trying to resolve it since two days. It's not easy for me as I am new...

3 years ago | 2 answers | 0

2

answers

Question


Index exceeds the number of array elements (1).
I am unable to spot why I am getting an error. Please help to resolve the error. x1_rec(1)=x1(1); x2_rec(1)=x2(1); y1_rec(1)=...

3 years ago | 2 answers | 0

2

answers

Question


Writing a differential equation for iteration using for loop.
I have a differential equation: p=@(t,x,y) (a-x^2-y^2)*x-omega*y; Why for iteration we write this equation as ? for i=2:50000...

3 years ago | 1 answer | 0

1

answer

Question


Runge Kutta method for coupled oscillator system.
I am trying to solve these equations with the help of Runge Kutta Method. I am not sure whether I am writing the code correctly ...

3 years ago | 1 answer | 0

1

answer

Question


How to write a row of a matrix using if statement?
I have a Matrix M :- M= (A B) A=1+x1+y1+x1y1 and B=1+x2+y2+x2y2 How to write the B using if statement? Below is my cod...

3 years ago | 1 answer | 0

1

answer

Question


How to display the value of output on plot?
My output is Error_x. Is their any way that MATLAB displays the value of output on plot? Like thethe R^2 In the given imagee. ...

3 years ago | 2 answers | 0

2

answers

Question


Running same program is giving different plot
Everytime I run a program I get different plot for error. Why is that? How to resolve this issue? Please help clear all; close ...

3 years ago | 1 answer | 0

1

answer

Question


Why is my plot not showing?
Only axes are appearing but plot is not showing. Please help me to detect the error i am making in the program. Apologies for a ...

3 years ago | 1 answer | 0

1

answer

Question


Assigning value to a variable.
Please elaborate what is the meaning of following commands. I am confused about assigning values to variables. x(1)=1; y(1)=1;...

3 years ago | 1 answer | 0

1

answer

Question


error using plot vectors must be the same length
Why i am getting this error in plot (Data, hx,) and how to fix it? This is my code for i=2:test_points x_rec(i)=c1+c2*x_rec...

3 years ago | 1 answer | 0

1

answer

Question


Error using ^ (line 51) Incorrect dimensions for raising a matrix to a power. Check that the matrix is square and the power is a scalar. To perform elementwise matrix powers, use '.^'.
Please help me to fix the problem mentioned as Error-1 and Error-2. I will be very thankful. >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>><...

3 years ago | 2 answers | 0

2

answers

Question


Index exceeds the number of array elements.
I am trying to solve this problem ***Facing these issues*** (Index exceeds the number of array elements (1). Error in Unti...

3 years ago | 1 answer | 0

1

answer

Question


Index exceeds the number of array elements (1).
Can anybody please help why I am getting this error. I am unable to figure out what I am doing wrong in this code. I am get...

3 years ago | 2 answers | 0

2

answers

Question


How to find the coherence between fourier basis and spike basis?
How to write the spike basis in Matlab? I have attached the formula of coherence and spike basis in the image.

3 years ago | 0 answers | 0

0

answers

Question


how to solve 'Index exceeds the number of array elements (1)'?
[MATLAB is showing this error "Index exceeds the number of array elements (1)

4 years ago | 1 answer | 0

1

answer

Question


L2 norm of the column
How can I write the code to find the L2 norm of the column (G`)ij as shown in the picture below. In my code I have used M inste...

4 years ago | 1 answer | 0

1

answer

Question


How to plot multiple vertical lines at specific points on x axis?
I want to plot 0.8 at 0, 0.1 at 0.9 and 0.06 at -1.3. Here is what I am trying but I am onling getting a single line. close a...

4 years ago | 2 answers | 0

2

answers

Question


Can anyone please explain that what each command is showing in the following program? How to select the dimesions? As well as recommend something to study the loops.
X=x(2:21); (what is the meaning of x(2:21))? Y=y(2:21); M=zeros([20,10]); for i=1:20 for j=1:10 if j==1 ...

4 years ago | 1 answer | 0

1

answer

Question


How to plot fixed value for a number of ranges splited by a fixed step size in MATLAB?
How to plot the figure in the image given below?

4 years ago | 1 answer | 0

1

answer

1

answer

Load more