Lecture 2 (FDTD) -- MATLAB introduction and graphics

แชร์
ฝัง
  • เผยแพร่เมื่อ 4 พ.ย. 2024

ความคิดเห็น • 41

  • @KmazuzAbd
    @KmazuzAbd 7 หลายเดือนก่อน +1

    Keep me updated
    Thank you ❤.

  • @johnteran8889
    @johnteran8889 6 ปีที่แล้ว +10

    this is the best matlab plotting tutorial i have encountered.

  • @tymemada
    @tymemada 9 ปีที่แล้ว +8

    This is much better than my school class :D
    Thank you very much.

  • @shannonliu298
    @shannonliu298 4 ปีที่แล้ว +2

    Wonderful Tutorial :D
    This is exactly a good quick-start for FDTD based on Matlab.

  • @cryfier
    @cryfier 7 หลายเดือนก่อน +1

    great video

    • @empossible1577
      @empossible1577  7 หลายเดือนก่อน

      Thank you! This is quite an old video. Since I made this video I have created some revised and better content. You can see it under Topic 2 here:
      empossible.net/academics/emp4301_5301/

  • @chehboubimededdine6746
    @chehboubimededdine6746 8 ปีที่แล้ว +1

    So many thanks man , i thinks that's the first video that really helped me.
    thatks again!!

  • @crunchtime901
    @crunchtime901 8 ปีที่แล้ว +2

    Very informative. I got a lot from this lecture. Thanks!

    • @empossible1577
      @empossible1577  8 ปีที่แล้ว

      This and the next lecture have seen a lot of updates and improvements in the electronic notes, but I have yet rerecorded the lectures. Be sure the check the course website for the best and latest!
      emlab.utep.edu/ee5390fdtd.htm

    • @crunchtime901
      @crunchtime901 8 ปีที่แล้ว

      Will do. Please continue to share.

    • @empossible1577
      @empossible1577  8 ปีที่แล้ว

      I will!

  • @saicharanmarrivada5077
    @saicharanmarrivada5077 3 ปีที่แล้ว +1

    This is very helpful

  • @themalav1
    @themalav1 8 ปีที่แล้ว

    Great work sir.
    Thank you for the video, really helpful

  • @hessamABD
    @hessamABD 9 ปีที่แล้ว +1

    Many thanks, very helpful resources

  • @sundarrajn1003
    @sundarrajn1003 8 ปีที่แล้ว

    extremely helpful..thanks a lot

  • @felixshen9369
    @felixshen9369 5 ปีที่แล้ว +1

    helpful! thanks

  • @lucagessi-creatives
    @lucagessi-creatives 3 ปีที่แล้ว +1

    can the course be followed with octave?

    • @empossible1577
      @empossible1577  3 ปีที่แล้ว

      I am 99% sure the answer is yes. So far, everything I have tried in Octave has worked.

  • @sadopiuasdfoipu8845
    @sadopiuasdfoipu8845 7 ปีที่แล้ว +1

    Helpful!

  • @lazik711
    @lazik711 4 ปีที่แล้ว

    Thank you for the video - but Matlab is expensive, and i don't have :( - i have python, c etc. - but good job

    • @empossible1577
      @empossible1577  4 ปีที่แล้ว

      Have you looked into using Octave? That is an open-source clone to MATLAB. I think it works very well.

  • @sarjanayadav8130
    @sarjanayadav8130 7 ปีที่แล้ว

    sir what does the syntax [ h2=get(h,'parent'); ] do in matlab? I don't find any change in the curve after this.

    • @empossible1577
      @empossible1577  7 ปีที่แล้ว +1

      If you plot a line with a command like
      h = plot(x,y)
      h is a handle to all of the different properties of the line like color, style, width, etc. Now if you want to change properties such as font size on the axis labels, these are not properties of the line itself, but higher level properties. They are properties of the line's parent. In order to change those you must first get a handle to the parent of the line. You do this with
      h2 = get(h,'Parent')
      Thus, this line of code will not change anything in the plot. However, using the handle h2 you can change properties such as the tick marks along the axes, font size of the axes and their labels, etc.

  • @kiranilyas079
    @kiranilyas079 4 ปีที่แล้ว

    how can we add figures for making the movie ?

    • @empossible1577
      @empossible1577  4 ปีที่แล้ว

      I have some crude notes on making mp4 and gif animations in the latest version of the notes for this same lectures. You can find it at the bottom of Topic 2 at the following course website:
      empossible.net/academics/emp4301_5301/

  • @learnsfi2422
    @learnsfi2422 6 ปีที่แล้ว +1

    Do you have any 3D plotting please help😣

    • @empossible1577
      @empossible1577  6 ปีที่แล้ว

      No, but 3D graphics in MATLAB is definitely on my to-do list to create. MATLAB is actually extremely powerful for 3D graphics. You can place cameras, light sources, etc.

  • @deeptiiap6848
    @deeptiiap6848 7 ปีที่แล้ว

    Sir I am not able to access scat field and total field options in optical power section of analysis button, Please let me know whee is the problem?

    • @empossible1577
      @empossible1577  7 ปีที่แล้ว

      What analysis button? What optical power section? You must be talking about another piece of software.

    • @deeptiiap6848
      @deeptiiap6848 7 ปีที่แล้ว

      No Sir . I am talking about FDTD itself, we have analysis option to which it has optical power section which is supposed to have total field and scat field, that is not showing in my fdtd, so i am asking what would e the possible fault.

    • @empossible1577
      @empossible1577  7 ปีที่แล้ว

      I think you are talking about some other piece of software. Unfortunately, I will not be able to answer your question.

  • @dileeppavansurya7735
    @dileeppavansurya7735 4 ปีที่แล้ว

    sir where can I get the slides and the e-notes of your clases

    • @empossible1577
      @empossible1577  4 ปีที่แล้ว

      This section of notes has actually been moved to a different course entirely and has also been revised and improved. The official course website for FDTD is
      empossible.net/academics/emp5304/
      The link to the course website that now has the MATLAB notes is
      empossible.net/academics/emp4301_5301/
      The course websites have links to the notes, PDFs of the lecture notes and other resources. I recommend accessing the course materials through the website instead of TH-cam.

  • @mohammadabbas6413
    @mohammadabbas6413 7 ปีที่แล้ว

    you can help me