Where size of refsG is 101x1
and size of eTrrr is 5750439x101 double
plot(refsG,eTrrr_(:,2),'r','linewidth',2);
Error using plot
Vectors must be the same length.
Hi, I do not understand well your problem. If you want to plot only the first 101 elements of eTrrr as a function of refsG you can simply use:
plot(refsG, eTrrr(1:101,2), ....)
Hi Annas Chand,
I guess transposing refsG or the matrix eTrrr should work. The dimensions don't match. I guess this is what causes the error.
André
Thank you Sir (Richard Epenoy & Andre Rieger), i will try it
Plot command in matlab works this way—> plot(x,y)
You are actually giving coordinates of a point in this command. so each point must have one X and one Y. This is why length of the two matrices which go for X and Y must be the same ...
Hope this would be helpful for you
Respected Members of the community, I appeared before you today to seek help regarding the publishing of my conference paper. I want to ask what upcoming IEEE conference will be appropriate for...
29 November 2020 6,762 2 View
I want to simulate a problem in ABAQUS through two different theories 1. Finite strain theory and 2. Large-deformation or large-rotation theory with small strain assumption. Since both the...
05 November 2020 1,634 1 View
The mass advocation of micro-irrigation in India is a good policy for water resource conservation. Since the country is facing the problem of surplus management. Is it not the chance of...
06 August 2020 8,075 1 View
27 July 2020 2,679 3 View
I am trying to understand the physical meaning of Wiberg bond indices, how does the value of WBI explain the interaction between any atoms? For example, I have two Ag atoms in one of my structure...
24 April 2020 2,067 4 View
x1d=1/(Ld+Ls)(-Rx1+p(Lq-Ls)x1*x2)-(1/Ld+Lq) x2d=1/(Lq+Ls)(-Rx2-p(Ld+Ls)x1x3+p*Phix3) x3d=1/J(d1v^2+d2vx^3-p*Phix2) y=x3 Need Experts Opinion. Thanks
19 February 2019 348 11 View
Give examples , papers and books .
04 February 2019 9,495 9 View
Kindly Provide detail how to remove these spikes from the signal that is fed to the plant in control system.
31 January 2019 1,217 3 View
please explain concretely with example.
21 September 2017 6,261 3 View
30 August 2017 3,217 3 View
Is it possible to induce site-directed substitution mutation by quick-change method on linear dsDNA? or it has to be cloned in some vector? If yes, should it be treated with the Dpn1 enzyme...
03 March 2021 401 4 View
Dear Researchers I am trying to perform a PIL simulation using STM32F4 Discovery board and comunication serial USB TO TTL. During simulation I receive the following timeout error: An error...
01 March 2021 2,327 1 View
Hello, Is it possible to use pUC19 as a transfer vector to be packed in using the second generation viral particles packaging system( pMD2.G; psPAX2 plasmids)? As far as I understand it there is...
28 February 2021 4,868 2 View
The following code (see 1st 2 images attached) is used to produce PID controller values that are designed to control the system (G). The code finds the PID controller values (noted as k) by using...
28 February 2021 6,560 14 View
I have input and output data set for "ANFIS modeling in MATLAB", and I am getting some negative predicted values of output in testing. However, the predicted values of output in training are...
28 February 2021 3,459 3 View
I am required to learn about Flyback converters and I got stuck not knowing to full design of the power supply flyback converter Based USB Charger Model using Simulink, especially the design model...
25 February 2021 5,435 2 View
I do need the Matlab code of Fractal Discrete Cosine Transform (FDCT). Can anyone who has already implement this code, help me with the implementation of this transform?
24 February 2021 5,602 2 View
Hi Hope you are well. Can you please share your code for D2D implementation in Matlab. I want to implement D2D in Matlab based Vienna simulator and struggling to deploy D2D. Thanks
24 February 2021 9,378 3 View
Dear colleagues If anyone has a model of multi-effect distillation in EES or MATLAB software, please send it to me.
24 February 2021 7,282 1 View
Hi, I am a third year chemistry undergrad doing my group project in which I need to predict the HPLC retention time of 20 aromatic molecules. to do this we require the chemical properties of these...
24 February 2021 1,384 3 View