Menu

Executive Programs

Workshops

Projects

Blogs

Careers

Placements

Student Reviews


For Business


More

Academic Training

Informative Articles

Find Jobs

We are Hiring!


All Courses

Choose a category

Loading...

All Courses

All Courses

logo

Loading...
Executive Programs
Workshops
For Business

Success Stories

Placements

Student Reviews

More

Projects

Blogs

Academic Training

Find Jobs

Informative Articles

We're Hiring!

phone+91 9342691281Log in
  1. Home/
  2. MOHAMMAD FAYAZ/
  3. Project - Data Handling and Interpolation

Project - Data Handling and Interpolation

Project : In a laboratory experiment, data of voltage and current has been recorded and the same is attached in an excel file ( Click on this link VI.xlsx ). Read the excel file in the Matlab program and perform the interpolation in the range of -17.3:0.1:0.9. Generate the interactive plot for the interpolated…

    • MOHAMMAD FAYAZ

      updated on 22 Nov 2022

    Project :

    In a laboratory experiment, data of voltage and current has been recorded and the same is attached in an excel file ( Click on this link VI.xlsx ). Read the excel file in the Matlab program and perform the interpolation in the range of -17.3:0.1:0.9. Generate the interactive plot for the interpolated data and store them in a text file.

    clc;
    clear all;
    x=xlsread('VI.xlsx','Sheet1'); %% loading data from excel sheet 1
    vvolt=x(:,1);
    ImAmp=x(:,2);
    vv=interp1(vvolt,ImAmp);
    figure(1)
    plot(vvolt,ImAmp,'-ob');grid;hold;
    xlabel('volt');ylabel('Amps');
    legend('interpolation of volt and Amps');
    title('interpolation of data from excel sheet');
    print('output_interp from xlsx data','-dpdf');
    fileid1=fopen('C:\Users\fayaz\OneDrive\Desktop\week 4 challange','r');
    fileid=fopen('C:\Users\fayaz\OneDrive\Desktop\week 4 challange','W');
    VV=[-17.2 -17.1 -13.8 -13.5 -13.0 -12.5 -11 -9 -5.76 -6 -1 0.11 0.25 0.5 0.61];
    VVolt=[-17.3:0.1:0.9];
    c=interp1(VV,VVolt);
    fprintf('%d',VV);
    figure(2)
    plot((-28:-14),VV,'o',VVolt,c,'-');grid;
    xlabel('volt');ylabel('Amps');
    legend('VV','c');
    title('interpolation of VV and VVolt');
    print('output_interp of VV and VVolt','-dpdf');

    Leave a comment

    Thanks for choosing to leave a comment. Please keep in mind that all the comments are moderated as per our comment policy, and your email will not be published for privacy reasons. Please leave a personal & meaningful conversation.

    Please  login to add a comment

    Other comments...

    No comments yet!
    Be the first to add a comment

    Read more Projects by MOHAMMAD FAYAZ (1)

    Project - Data Handling and Interpolation

    Objective:

    Project : In a laboratory experiment, data of voltage and current has been recorded and the same is attached in an excel file ( Click on this link VI.xlsx ). Read the excel file in the Matlab program and perform the interpolation in the range of -17.3:0.1:0.9. Generate the interactive plot for the interpolated…

    calendar

    22 Nov 2022 07:33 AM IST

      Read more

      Schedule a counselling session

      Please enter your name
      Please enter a valid email
      Please enter a valid number

      Related Courses

      coursecardcoursetype

      Accelerated Career Program in Embedded Systems (On-Campus) - Powered by NASSCOM

      Recently launched

      0 Hours of Content

      coursecard

      5G Protocol and Testing

      Recently launched

      4 Hours of Content

      coursecard

      Automotive Cybersecurity

      Recently launched

      9 Hours of Content

      coursecardcoursetype

      Pre-Graduate Program in Bioengineering and Medical Devices

      Recently launched

      90 Hours of Content

      coursecardcoursetype

      Pre-Graduate Program in 5G Design and Development

      Recently launched

      49 Hours of Content

      Schedule a counselling session

      Please enter your name
      Please enter a valid email
      Please enter a valid number

                  Do You Want To Showcase Your Technical Skills?
                  Sign-Up for our projects.