Another excellent tutorial. Best part was that it explained to me very clearly that all function variables are "private" in the sense that they are not accessible outside of that particular function. No need to worry about re-using variable names in your script or other functions, their scope is local 100%. Thank you.
@mymoneymyinvestments6 жыл бұрын
I was struggling with coding. your tutorial helped me a lot. can not thank you enough.
@karananumala18464 жыл бұрын
Hi sir, Thank you for sharing such kind of videos. Your explanation is in the Layman language. Today I have learnt new stuff.
@erny.wijayanti4 жыл бұрын
Very clear and help me a lot. Thank you so much
@samirmitra21193 жыл бұрын
GOOD MORNING SIR , PRANAM TO YOU . VERY MUCH KNEEN TO LEARN MATLAB OPERRATION ,
@kevinoktaprima96724 жыл бұрын
Thankyou sir. i learned something new today
@sercansavci77394 жыл бұрын
you r my hero
@nishipatel62354 жыл бұрын
This video helped me a lot ! Tysm
@commonsoundsfree2 жыл бұрын
thank you so much dude you're a god
@muhammadumer20983 жыл бұрын
where we could find this link which you showed in the starting.
@IamNishant1414 Жыл бұрын
👍🏼👍🏼👍🏼
@aishwaryabuyya37933 жыл бұрын
thankyou sir
@lavanyas.b83892 жыл бұрын
Tq so much sir
@lakshmibandikolla4129 Жыл бұрын
Sir good morning, can u send basic class for. mat files working in matlab
@Abhimani_Sur Жыл бұрын
function result = myfunc(m,x) c0=1; result=0; for i=1:m-1 cm=1/i; x=x.^i; vec=(cm.*x); result=vec+result; end result=c0+sum(result);
@Uma74735 жыл бұрын
👏👏👏
@dee3110869 жыл бұрын
any web link suggested in video should also be provided in video description. Thanks
@tgeraldakan91814 жыл бұрын
Hello prof. Why is it that I have written the same code but it brings the final summation as ans not result Am talking about the function example Am using MATLAB R2019a Thanks Prof.
@vimaltomar93363 жыл бұрын
u can use sqr braces in the res =[val1.*val2] it happens due to matlab code chages in newer versions
@AutoKay7 жыл бұрын
thank you!
@baidysane70396 жыл бұрын
hello am doing a internship and i am working with matlab but i have problems with...i need help for color.calibration. i have 24 images to correct n i need a matlab code for it...am trying but i need help please..
@sahilrana16537 жыл бұрын
good pedagogy
@Hassanhassan-qk6pw5 жыл бұрын
Sir every thing is goob but you can not provide any email.
@CHEMTECHSAS3 жыл бұрын
Hi All, any Matlab experts can help?
@sundarapandim11042 жыл бұрын
HOW TO JOIN THIS Matlab course in NPTEL
@ayushrajrules3 жыл бұрын
could have edited out the errors before uploading the video
@Sridhar_hu1435 жыл бұрын
Respected sir, I have problem with my MATLAB code can u please help me?!