No video

Lagrange Interpolation with MATLAB code

  Рет қаралды 29,217

ATTIQ IQBAL

ATTIQ IQBAL

Күн бұрын

The contents of this video lecture are:
📜Contents 📜
📌 (0:05) Introduction to Lagrange Interpolation
📌 (4:36) Example related to Lagrange interpolation
📌 (10:25) Developing MATLAB code of Lagrange interpolation step by step
#interpolation
#lagrangeinterpolationcode
#matlabcodelagrangeinterpolation
#numericalanalysis
#numericalcomputations

Пікірлер: 56
@shahzebchoudry6175
@shahzebchoudry6175 3 жыл бұрын
Very well explanation sir
@vidyashree7652
@vidyashree7652 Жыл бұрын
Life saviour bro 🔥🔥
@muhammadikram5588
@muhammadikram5588 4 жыл бұрын
Sir it's fantastic....
@nouzainahassan5623
@nouzainahassan5623 4 жыл бұрын
first ever video about matlab is fully understandable good job
@xtropy7439
@xtropy7439 2 жыл бұрын
Best!
@MuhammadHamza-tq3kb
@MuhammadHamza-tq3kb 4 жыл бұрын
demands 100M views sir, Hatts off
@ATTIQIQBAL
@ATTIQIQBAL 4 жыл бұрын
Thank you so much. Do share if it's helpful
@SolveIt2k18
@SolveIt2k18 3 жыл бұрын
Keep it up
@mohhamadhosseindehghanitaf1826
@mohhamadhosseindehghanitaf1826 4 ай бұрын
Hello good time Excuse me, the code you wrote is only for 3 data or can it be used for more data like 20 data?
@ATTIQIQBAL
@ATTIQIQBAL 4 ай бұрын
It can be used for more data points.
@ankur1802
@ankur1802 Жыл бұрын
Thank you sir.
@ASHISHSHARMA-mo5pf
@ASHISHSHARMA-mo5pf 4 жыл бұрын
Great work Bro, 🔥👍
@manujsutradhar6194
@manujsutradhar6194 Жыл бұрын
Thnk u so much sir
@RohitSinhacr7
@RohitSinhacr7 2 жыл бұрын
Nice explanation. Could you also upload a video on how to do it with multivariate functions?
@ATTIQIQBAL
@ATTIQIQBAL 2 жыл бұрын
Will try in future.
@vidyashree7652
@vidyashree7652 Жыл бұрын
Thank youu so much 😊
@malihaiqbal1503
@malihaiqbal1503 4 жыл бұрын
I like it
@girikgarg8
@girikgarg8 2 жыл бұрын
Can you please provide the code in the comments?
@ShakibShah-hm8sv
@ShakibShah-hm8sv Жыл бұрын
Great explanation ❤
@user-ih6kd3cw7z
@user-ih6kd3cw7z Жыл бұрын
this code is not working for very high degree of polynomial,huge error is there,sir is there some other way to improve its accuracy for higher degree polynomials
@user-ih6kd3cw7z
@user-ih6kd3cw7z Жыл бұрын
it is not working for 60 data points which i have,huge error in the accuracy of this code
@ATTIQIQBAL
@ATTIQIQBAL Жыл бұрын
Try Matlab built-in command "polyfit"
@user-ih6kd3cw7z
@user-ih6kd3cw7z Жыл бұрын
@@ATTIQIQBAL yes sir done that only some days ago. thanks for reply sir
@salmanbhuttaaa
@salmanbhuttaaa 4 жыл бұрын
Attique bhai end wli decoration agr na krain to b sai he?
@ATTIQIQBAL
@ATTIQIQBAL 4 жыл бұрын
Are you talking about plotting and polynomial printing?
@salmanbhuttaaa
@salmanbhuttaaa 4 жыл бұрын
@@ATTIQIQBAL that decoration part
@ATTIQIQBAL
@ATTIQIQBAL 4 жыл бұрын
@@salmanbhuttaaa Oh Yes that's upto you but a good programmer always try to decorate his/her program so user can easily understand and enjoy the outputs
@salmanbhuttaaa
@salmanbhuttaaa 4 жыл бұрын
@@ATTIQIQBAL okk
@shahimtiazali6803
@shahimtiazali6803 3 жыл бұрын
👍👍
@unamorramas1964
@unamorramas1964 4 жыл бұрын
didn't work for me :( ...."Undefined function or variable 'V' "
@ATTIQIQBAL
@ATTIQIQBAL 4 жыл бұрын
Please email snapshot of your code at attiqforstudents@gmail.com
@afnangillani5243
@afnangillani5243 3 жыл бұрын
@@ATTIQIQBAL I have the same issue please help me out
@sugandhasingh3833
@sugandhasingh3833 2 жыл бұрын
how to interpolate an image using same method?
@ASHISHSHARMA-mo5pf
@ASHISHSHARMA-mo5pf 3 жыл бұрын
Bro could you please help me out if we have to use value of Y from two to three digit i.e 34.5 or 34 or 344 in that case program is mentioning error - input matrix must be single or double !! How to solve this problem ???
@ATTIQIQBAL
@ATTIQIQBAL 3 жыл бұрын
You're giving input using wrong syntax. Write me email with screenshot of the input you're giving in MATLAB.
@ASHISHSHARMA-mo5pf
@ASHISHSHARMA-mo5pf 3 жыл бұрын
@@ATTIQIQBAL could you please forward your email id I will forward the screenshot to you
@MuhammadAbdullah-fb8sw
@MuhammadAbdullah-fb8sw 2 жыл бұрын
At the very last of video apna code ka final display dhika dia kro
@umeiransari3507
@umeiransari3507 2 жыл бұрын
sir could you please tell how to get individual lagrange functions. for example if i want to see what is my L0 or L2 how can i execute it? please tell
@ATTIQIQBAL
@ATTIQIQBAL 2 жыл бұрын
Your each row of L after getting out from inner loop contains L0 L1 L2 in ascending order. Like first row have L0, second row L1 and so on.
@umeiransari3507
@umeiransari3507 2 жыл бұрын
@@ATTIQIQBAL yes sir but how to get it in the form of x?
@ATTIQIQBAL
@ATTIQIQBAL 2 жыл бұрын
You can take help from fprintf command that i used at the end of this code after loops.
@umeiransari3507
@umeiransari3507 2 жыл бұрын
@@ATTIQIQBAL thank you so much sir, you're doing a great job. May Allah fulfill all your desires
@umairashfaq5691
@umairashfaq5691 3 жыл бұрын
Jie mujhe is code ka link mil Sakta ha kindly
@ildemarox1234567
@ildemarox1234567 4 жыл бұрын
Subscript indices must either be real positive integers or logicals. matlab 2009 i have this error :(
@ATTIQIQBAL
@ATTIQIQBAL 4 жыл бұрын
Write email and attach your code file there
@ildemarox1234567
@ildemarox1234567 4 жыл бұрын
I fixed it , thnx
@erayozalc7070
@erayozalc7070 3 жыл бұрын
@@ildemarox1234567 how did you fix it , i have same error
@ATTIQIQBAL
@ATTIQIQBAL 3 жыл бұрын
May you're giving wrong inputs. Check your inputs
@ildemarox1234567
@ildemarox1234567 3 жыл бұрын
@@erayozalc7070 I don't remember JAJAJA that was a long time ago
@baraabuadess5324
@baraabuadess5324 4 жыл бұрын
Great video! could you please send me Matlab code
@ATTIQIQBAL
@ATTIQIQBAL 4 жыл бұрын
Write email
@adriancado5615
@adriancado5615 Жыл бұрын
it's still?
@swarnendumaity8777
@swarnendumaity8777 2 жыл бұрын
Koyi bhi iska video nehi dekna..galat hah
@swarnendumaity8777
@swarnendumaity8777 2 жыл бұрын
Galat code hah sale..kam e nehi karta..
Newton Forward Interpolation with MATLAB code
37:30
ATTIQ IQBAL
Рет қаралды 17 М.
Introduction to MATLAB for beginners
1:18:50
ATTIQ IQBAL
Рет қаралды 10 М.
Мы сделали гигантские сухарики!  #большаяеда
00:44
Gli occhiali da sole non mi hanno coperto! 😎
00:13
Senza Limiti
Рет қаралды 22 МЛН
Ik Heb Aardbeien Gemaakt Van Kip🍓🐔😋
00:41
Cool Tool SHORTS Netherlands
Рет қаралды 9 МЛН
Magic trick 🪄😁
00:13
Andrey Grechka
Рет қаралды 57 МЛН
Bisection Method with MATLAB code
32:30
ATTIQ IQBAL
Рет қаралды 70 М.
Lagrange Interpolation
6:54
Dr. Will Wood
Рет қаралды 138 М.
l'interpolation de Lagrange
25:36
Analyse Numérique pour ingénieur ESSA
Рет қаралды 4 М.
Cubic Spline Interpolation with Matlab
25:41
RAJA MOHD TAUFIKA BIN RAJA ISMAIL
Рет қаралды 35 М.
How I would learn to code (if I could start over)
10:52
PIRATE KING
Рет қаралды 1,3 МЛН
Gauss Elimination Method with MATLAB code
25:00
ATTIQ IQBAL
Рет қаралды 84 М.
Lagrange Interpolation - Simple MATLAB Code Written by Hand! In-depth Explanation
17:28
Power System Protection Relays
Рет қаралды 2,9 М.
Interpolación de lagrange explicación y programa MATLAB
18:55
Mechatronic Garden
Рет қаралды 18 М.
Lagrange Interpolating Polynomial
10:52
ENG-School
Рет қаралды 38 М.
Fixed Point Iteration Method with MATLAB code
13:12
ATTIQ IQBAL
Рет қаралды 45 М.
Мы сделали гигантские сухарики!  #большаяеда
00:44