I'm trying to plot the graph for a parameter vs x variable. I used Matlab software. But I did not get a graph that I want. Is there anything wrong with my code? Here I attached the parameter value and Matlab code that I used. Hope someone can help me.
2026-04-02 14:19:57.1775139597
How to plot the graph for parameter vs x variable?
59 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
1

The way you write your code, MATLAB will think that
Dis just a number that is, when all is said and done, set to0.13. You probably want it to be an array to align with the values in thexarray. So I suggest that you, in eachforloop, changeD =toD(i) =.