CAN ANY ONE TELL ME WHY AM NOT GETTING ANY ERROR AND RESULT i.e. NO ERROR, NO PLOT. [THE MATLAB CODE IS ATTACHED WITH THIS QUESTION FOR YOUR KIND REFERENCE.]
Show older comments
I tried coding RK method but when I try to run that it is neither showing any plot nor any error.
2 Comments
@Gaurav Sharma: please show us how you are calling this function, with the exact values that you used. Note that the number of values plotted and returns depends on the input parameters, so what you are seeing depends entirely on those parameters (which you have not told us).
That code worked for me when I tried it:
>> [X,Y] = RK(3,2,1,4,5,6,3,7,8)
X =
7.0000 -17.4129 -83.1403
Y =
8.0000 13.8611 -61.8887

Gaurav Sharma
on 3 Oct 2018
Edited: Image Analyst
on 3 Oct 2018
Accepted Answer
More Answers (0)
Categories
Find more on 2-D and 3-D Plots in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!.gif)