Menu

IIT Certification Programs

Workshops

Projects

Blogs

Careers

Student Reviews



More

Academic Training

Informative Articles

Find Jobs

We are Hiring!


All Courses

Choose a category

Loading...

All Courses

All Courses

logo

drag force

%calculation of drag force on a bicycle clear allclose allclc %input variablesc_d=0.75;area=0.5;density= 1.35;v=[1:5]; %drag force calculation drag_force= density*area*v.^2*c_d*0.5;figure(1) plot(v,drag_force)xlabel(\'velocity\')ylabel(\'dragforce\') %documenting drag coefficientprism= 1.14;bullet=0.295;airfoil= 0.045;flatplate=…

    Project Details

    Loading...

    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 Shikshit Nawani (8)

    Curvefitting

    Objective:

    close allclear allclc plc=load(\'data\');cp=plc(:,1);temp=plc(:,2);%curvefit cp1=polyfit(temp,cp,2);pred_cp=polyval(cp1, temp); %plotinng the original curve with fitted curve and comparing them plot(temp,cp,\'linewidth\',3)hold onplot(temp,pred_cp,\'linewidth\',3)ylabel(\'specific heat \')xlabel(\'temperature\')legend(\'curve…

    calendar

    17 Jun 2018 01:30 PM IST

      Read more

      curve fitting

      Objective:

      close allclear allclc plc=load(\'data\');cp=plc(:,1);temp=plc(:,2);%curvefit cp1=polyfit(temp,cp,2);pred_cp=polyval(cp1, temp); %plotinng the original curve with fitted curve and comparing them plot(temp,cp,\'linewidth\',3)hold onplot(temp,pred_cp,\'linewidth\',3)ylabel(\'specific heat \')xlabel(\'temperature\')legend(\'curve…

      calendar

      08 Jun 2018 03:40 AM IST

        Read more

        drag force

        Objective:

        %calculation of drag force on a bicycle clear allclose allclc %input variablesc_d=0.75;area=0.5;density= 1.35;v=[1:5]; %drag force calculation drag_force= density*area*v.^2*c_d*0.5;figure(1) plot(v,drag_force)xlabel(\'velocity\')ylabel(\'dragforce\') %documenting drag coefficientprism= 1.14;bullet=0.295;airfoil= 0.045;flatplate=…

        calendar

        02 Jun 2018 01:49 AM IST

          Read more

          column and row vector

          Objective:

          %vc be column vector %vr be row  vector vc=[1; 2; 3; 4; 5] vr=[1 2 3 4 5]

          calendar

          02 Jun 2018 12:18 AM IST

            Read more

            column and row vector

            Objective:

            %vc be column vector %vr be row  vector vc=[1; 2; 3; 4; 5] vr=[1 2 3 4 5]

            calendar

            02 Jun 2018 12:07 AM IST

              Read more

              column and row vector

              Objective:

              %vc be column vector %vr be row  vector vc=[1; 2; 3; 4; 5] vr=[1 2 3 4 5]

              calendar

              02 Jun 2018 12:07 AM IST

                Read more

                column and row vector

                Objective:

                %vc be column vector %vr be row  vector vc=[1; 2; 3; 4; 5] vr=[1 2 3 4 5]

                calendar

                02 Jun 2018 12:06 AM IST

                  Read more

                  column and row vector

                  Objective:

                  %vc be column vector %vr be row  vector vc=[1; 2; 3; 4; 5] vr=[1 2 3 4 5]

                  calendar

                  02 Jun 2018 12:06 AM IST

                    Read more
                    Showing 1 of 8 projects