답변 있음
Understanding the code, 2D-MUSIC Estimation DoA
Hi, I am assuming that you are facing trouble in understanding the code of max_matrix function. A(:) reshapes all elements of A...

2년 초과 전 | 1

| 수락됨

답변 있음
Should the Symbolic Math Toolbox Enforce Assumptions on Assignment?
Hi, Symbolic objects and their assumptions are stored separately. When you set an assumption that a is real using syms a real ...

2년 초과 전 | 0

답변 있음
why does it give this result???
Hi, In the while loop part of the code, mldivide(\) operator is used which has the same precedence as that of matrix multiplic...

2년 초과 전 | 0

답변 있음
simplifying an algebraic expression in two variables
The following code may solve your problem: clc; clear ; close all; syms x y; eqn = sqrt ((x-1)^2 + (y-2)^2) + sqrt ((...

2년 초과 전 | 0

| 수락됨

답변 있음
how can i get an interpolation formula?
You can look into the interp1 function for 1-D data interpolation. You can go through various Interpolation methods to know more...

2년 초과 전 | 0

답변 있음
Error using sym/subs>normalize, Error in sym/subs>mupadsubs, Error in sym/subs
subs() can accept an array of variables as its second parameter, and another array the same size as the third parameter, and doe...

2년 초과 전 | 0

답변 있음
How to model and simulate a system using its EOM?
The following code might solve your problem: syms g m l a da dda a_var(t) %a=angle, da=1st derivative of 1, dda=2nd derivative ...

2년 초과 전 | 0

답변 있음
Related to the findpeaks() function (Array indices must be positive integers or logical values.)
MATLAB does not support negative or zero indices in arrays. You can debug your code by placing Breakpoints at required location ...

2년 초과 전 | 0

답변 있음
Results are NaN or absurd if a certain parameter changes.
Hi, By default, all numeric values are stored as double data type. Once the number of nodes cross 50, the values in T array exc...

2년 초과 전 | 0

답변 있음
Symbolic to numeric conversion not working
You have been trying to integrate an expression within limits which is exceeding the bounds of double data type. MATLAB constru...

2년 초과 전 | 0

답변 있음
Symbolic math integrals not solving at all
Your function has no obvious closed form integral. You need to switch to numeric integration, such as with integral() or vpaint...

2년 초과 전 | 0

| 수락됨

답변 있음
How do I control pixhawk with mavros and home built motion capture system?
You can refer to the following documentations in order to get a fair idea of the ROS Toolbox. You can send ROS messages to the M...

2년 초과 전 | 0

답변 있음
where do i went wrong,(Polynomials)?
I am assuming that the correct logic is used to write the code and hence directly jumping into the error. The error is ocurring ...

2년 초과 전 | 0

답변 있음
how to plot poles,zeros, impulse response, step response, ramp response of the following system
Hi, I have the understanding that you have all the theoretical knowledge related to your question. You are facing trouble ...

거의 4년 전 | 1

답변 있음
match two excel files by date and time
Hi, I have the understanding that you know how to import tables from excel file and you are facing problem in merging two tab...

거의 4년 전 | 0

| 수락됨

답변 있음
simulation for the path of a particle(sphere) in a water flow
Hi, I have the understanding that you have written the equations correctly in your code and the equations are differentiabl...

거의 4년 전 | 1

답변 있음
PID controller in Discrete mode
Hi Pratik, I have the understanding that you have a hardware PID controller which has a delay of 10000 * Ts (where Ts is th...

거의 4년 전 | 0