How to import excel data into MATLAB | 3 ways to load data from excel to matlab | MATLAB TUTORIALS

Поделиться
HTML-код
  • Опубликовано: 2 авг 2024
  • How to import excel data into MATLAB or 3 ways to load data from excel to matlab and plot graph is a video in MATLAB TUTORIALS video lecture series. Basically there are 3 ways to load data from excel to matlab and that is presented here in this video. The initial section of the video explains How to load excel to matlab and then how to import table data and individual variable from excel file. So this section is all about importing data from excel sheet to matlab and then plot a graph form that data. The other method to load excel data in to matlab is using matlab command and script file. This section explains matlab script to import data from excel. The command used for this is xlsread finally how to load excel from other folder that is also explain in this video.
    Check out our other video on our channel page
    Introduction to MATLAB
    • Introduction to MATLAB...
    MATLAB variables and matrix
    • MATLAB variables and m...
    Workspace in MATLAB
    • Workspace in MATLAB | ...
    Basic arithmetic operations in MATLAB
    • Basic arithmetic opera...
    Beginning with script writing in MATLAB
    • Beginning with script ...
    How to use Plot function in MATLAB
    • How to Plot graph in M...
    How to plot multiple graph in MATLAB
    • How to plot multiple g...
    How to display output variable with text in MATLAB
    • disp command in MATLAB...
    How to give user input in matlab script
    • User input MATLAB Func...
    ___________________________________________________________________________
    RUclips
    / learningvibes
    Facebook page
    Learning vibes
    / learningvibesbymruduraj
    Learning vibes electrical engineering
    / learningvieselectrical...
    Facebook group
    Learning Vibes
    / 817014689212925
    / learningvibes
    Telegram
    Group
    / learningvibesbymruduraj
    Channel
    t.me/mjlearningvibes
    Instagram account
    / learning_vibes
    ___________________________________________________________________________
    #Excel_MATLAB #Import_Excel_MATLAB
    #MATLAB_Tutorial

Комментарии • 23

  • @peggyjones9354
    @peggyjones9354 Год назад +2

    I had Fortran in ~1979, never had to write code as an engineer in industry, and I am teaching MatLAB with 4 week's notice at the semester break. This was extremely helpful! I look forward to watching your other tutorials to help me stay a week ahead of my students.

  • @subodhkumarsuman2433
    @subodhkumarsuman2433 2 года назад +1

    Thank sir, after this video, it is clear how to load and reads the files,

  • @ashokchaudhary9924
    @ashokchaudhary9924 3 месяца назад

    Nice video for beginners !!!!!

  • @thanhthanh-vh5hu
    @thanhthanh-vh5hu Год назад

    thank a lot!

  • @ec11368
    @ec11368 4 месяца назад

    Thank you very much

  • @ragipindiamarnathreddy403
    @ragipindiamarnathreddy403 Год назад

    sir, can you make a video regarding how to generate equation from excel data (framing of equation)

  • @foojonathan208
    @foojonathan208 2 года назад +1

    B - .table

  • @majito9001
    @majito9001 2 года назад +1

    if I want to read multiple sheets from the same book, then graph just a range of each sheet how can I do it? thanks!

    • @LearningVibes
      @LearningVibes  2 года назад

      That is shown in the video. How to import data from multiple sheet of same workbook.

  • @jitesh1122
    @jitesh1122 2 года назад +1

    The answer is .table

  • @lollolovic2740
    @lollolovic2740 Год назад

    a = 1:n
    sum_a = 0
    for i = 1:lenght(a)
    sum_a = sum_a + a(i)
    end
    B = sum_a)
    C = B*2
    disp(C)

  • @vaishnavibk2771
    @vaishnavibk2771 Год назад +1

    Sir code you are writing to plot graph was not clear....sir..can you please tell the syntax

    • @LearningVibes
      @LearningVibes  Год назад

      Join our learning community for free here we learn together
      t.me/learningvibesgroup

  • @user-ss1dp7he8t
    @user-ss1dp7he8t 16 дней назад +1

    How to convert this matrix to image

    • @LearningVibes
      @LearningVibes  16 дней назад

      i will explore that and let you know.
      plz do support me by spreading such content, do sharing this with other : ruclips.net/p/PLho7ncbqgQbviwKeoJybXPnFY5t590dRJ

  • @GOLI108
    @GOLI108 2 года назад

    Table

  • @krishnakaanth5677
    @krishnakaanth5677 2 года назад +1

    .table

  • @sanketnarkhede2585
    @sanketnarkhede2585 2 года назад +1

    If I want to access from D9 to end of D column , how can I do it ?

    • @LearningVibes
      @LearningVibes  2 года назад

      Select dull d column and then drag it from top to d9

    • @sanketnarkhede2585
      @sanketnarkhede2585 2 года назад +1

      @@LearningVibes can you please explain in matlab syntax

  • @lollolovic2740
    @lollolovic2740 Год назад

    data = import data
    X = load("datoteka.cvs")
    Rezultati = [0, 0, 0, 0, 0];
    For i = 1:500
    Rezultati(x(i)) = Rezultati(x(i)) + 1
    X=[1,2,3,4,5]
    Plot(x,rezultati,´linewidth´,3);

    • @lollolovic2740
      @lollolovic2740 Год назад

      No meaning to others just had to coment answer to my exam to this video since we are allowed do use the internet, i have exam in 30 mn