hi how would it work if i have different x values but multiple same y values for 1 plot eg multiple race times for 1 event for 1 year then multiple race time for a different year im getting and error that polynomial is badly conditioned we need distinct X values
@zahidashahani37497 күн бұрын
Best best best way of teaching ❤❤❤❤
@omarsalem58327 күн бұрын
Thank you
@gabrielespinosa85514 ай бұрын
the z data could be used for polinomial regression?
@FatimaAlsayigh4 ай бұрын
Hello sir can you show me how to generate cordinate x and y on a figure to see where the object is if i have figure with an object and i want to know its position ??
@prathameshjoshi34864 ай бұрын
Thanks a lot sir
@aajamerepyar45866 ай бұрын
how can we plot y' vs y or y' vs x. Kindly reply.
@mohdarifsaifi7696 ай бұрын
I am highly impressed by your teaching. Now I will not let myself to miss any of your video. Salute!
@makinemuhendiss966 ай бұрын
how can i put max-min values on the graph? thx for video
@erwineratsima35546 ай бұрын
I'm beginner, I tried copy ur code and applying but i have problems of script and it's not working. Your advice
@ziaurrahman43698 ай бұрын
Very nicely explained sir
@eirelavavedecc8 ай бұрын
Thank you very much
@vikramray10939 ай бұрын
great, very helpful content sir
@sarahisandoval325310 ай бұрын
thankssssssss i was searching a video like this :)
@piyushnag648210 ай бұрын
Is y axis dy/dx or just dy
@aerophage11 ай бұрын
/ is forward slash, \ is back slash
@rafaelpolo602311 ай бұрын
hello, is it possible to code for shapes under a curve. Meaning, in a GUI, you use a slider to change the number of shapes under a curve?
@mirataulhaqueabir8277 Жыл бұрын
What is function for scatteredinterpolation(x,y,z)
@captainpumpkinhead1512 Жыл бұрын
Thank you for describing what left side division is!
@omarfaour962 Жыл бұрын
its 3 am and I did not understand the conversion specifier from the slides and you came for the rescue God bless you
@fahimhussain779 Жыл бұрын
I have a stress vs strain graph with duplicate samples. I need to get std dev values on the plot. how do i get that? thank you in advance
@Nodrakk Жыл бұрын
How about 3D x, y, z interpolation? Could you please show/explain?
@adelsalam9735 Жыл бұрын
perfect thanks
@vinesh7840 Жыл бұрын
Thank u 🙏🙏🙏🙏🙏🙏
@sodumuravikanthreddyce18d27 Жыл бұрын
clc; clear all q=0; mine=5*q; while mine<=345 q=q+1 if mine==345 break end end could plz tell me why it is not breaking when mine=345
@milliebates4980 Жыл бұрын
After finding the roots is there a way to label them? For example if I had 3 roots and wanted to label them X1, X2 and X3, how would I do this?
@Aditya-bu7ql Жыл бұрын
it returns a column vector so u can destructure it using [x1, x2, x3] = p2 here p2 is the roots u found using the roots function
@maithaalhosani5941 Жыл бұрын
thank u
@tsehayenegash8394 Жыл бұрын
Nice video thank you. How can I increase the fontsize of the given title and its x and y axis
@김진우-l7l Жыл бұрын
great video! helped me a lot!
@realestchad9078 Жыл бұрын
You are the most helpful teacher ive had on this, thank you!
@tsubigala Жыл бұрын
you are the best
@ObitodellaLL Жыл бұрын
Thanks for your video :D
@zerotoinfinity8734 Жыл бұрын
Thanks.
@shoaebsoliman131 Жыл бұрын
thanks alot
@shakuntalahatti175 Жыл бұрын
Thank you🙏
@lunaromance2243 Жыл бұрын
Shouldn't it be B\A
@mananamin9210 Жыл бұрын
couldnt find an easy understandable tutorial than this , thank you sir <3
@Nino11420 Жыл бұрын
Are there any different question example of this?
@mustafaMK12 Жыл бұрын
You save my life, thank you
@Ashjj1935 Жыл бұрын
Thx sir it was really helpfull
@wisnuindrawan6496 Жыл бұрын
Thank you
@score-e-math Жыл бұрын
Excellent content sir
@ritabessa1567 Жыл бұрын
thanks!
@Davidvolf10 Жыл бұрын
Thx hope to see more videos like this 👏
@kavyamane7702 Жыл бұрын
How to plot graph in mat lab using jacobian partial derivatives??
@priyankakualash79732 жыл бұрын
how to perform general orthogonal regression in MATLAB
@tsehayenegash83942 жыл бұрын
Y(t,z)= ao+a1AO+a2SAO+a3QBO+a4ENSO+a5IOD+a6SSN. how can I determine ao,a1,a2,a3,a4,a5 and a6?