When I do this using symbolic in octave I get correct answer but in matlab the answers are all jumbled up. E1's answer is in E3, E2's asn in E1 and so on. why is matlab so garbage in terms of user experience?. There is no zoom on scroll facility too
Your code works for finite equilibrium points.How to tackle infinite one? We need at least 100 points out of those infinite to generate a graph?Can you shed light on this?
For infinite eqm points, once you solve the nonlinear equations, you will get the solutions as a function of some variable, say, z, (instead of distinct points as in finite eqm points). Then select a range for that variable z, and insert a loop to calculate the corresponding eqm points for different values of z. The points on being plotted, may form a curve, sphere, etc. (instead of dinstinct points incase of plotting finite eqm points). All the best!
@@drmanashitaborah3237 Thanks a lot your reply, I had one more concern.I gave a range of parameters ,in my case 2 parameters were there and I got x,y,z for that range and I am interested in surface plot.What I id was scatter3(x,y,z) in matlab and that looks bad to look.Can you tell how to have a surface plot for three arrays as in matlab meshgrid works for sq matrices.Will be really grateful
@@finestopedia5352 I do not get your question clearly. From what I understand in your question, is that you may save the values of x, y and z in three separate arrays in workspace. You can access them and plot in 3D using plot3(x,y,z) command.
Thank you very much!
Thank you. Can you show the stability analysis too? (Rest of the code)
Thank you Ma'am
ma'am I m getting answer as "empty sym: 0-by-1",can u tell me what I have done wrong? wold be really helpful if u can help me in this one
When I do this using symbolic in octave I get correct answer but in matlab the answers are all jumbled up. E1's answer is in E3, E2's asn in E1 and so on. why is matlab so garbage in terms of user experience?. There is no zoom on scroll facility too
How to do it using octave???
hii mdm can you do stability analysis of quadrotor?
Your code works for finite equilibrium points.How to tackle infinite one? We need at least 100 points out of those infinite to generate a graph?Can you shed light on this?
For infinite eqm points, once you solve the nonlinear equations, you will get the solutions as a function of some variable, say, z, (instead of distinct points as in finite eqm points). Then select a range for that variable z, and insert a loop to calculate the corresponding eqm points for different values of z. The points on being plotted, may form a curve, sphere, etc. (instead of dinstinct points incase of plotting finite eqm points). All the best!
@@drmanashitaborah3237 Thanks a lot your reply, I had one more concern.I gave a range of parameters ,in my case 2 parameters were there and I got x,y,z for that range and I am interested in surface plot.What I id was scatter3(x,y,z) in matlab and that looks bad to look.Can you tell how to have a surface plot for three arrays as in matlab meshgrid works for sq matrices.Will be really grateful
@@finestopedia5352 I do not get your question clearly. From what I understand in your question, is that you may save the values of x, y and z in three separate arrays in workspace. You can access them and plot in 3D using plot3(x,y,z) command.
Will you please share your cmplt code
Thank you mam.....😀
👍🏻