%Generating a plot for interpolated data vi=xlsread('VI.xlsx');%calling the excel file VI using xlsread function v=vi(:,1);%assigning first column of excel file to v variable i=vi(:,2);%assigning second column of excel file to i variable x=[-17.3:0.1:0.9];%specifying given range to perform interpolation y=interp1(v,i,x,'linear');%performing…
Atharva Nande
updated on 22 Nov 2022
Project Details
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.
Other comments...
Read more Projects by Atharva Nande (9)
Project - Data Handling and Interpolation
%Generating a plot for interpolated data vi=xlsread('VI.xlsx');%calling the excel file VI using xlsread function v=vi(:,1);%assigning first column of excel file to v variable i=vi(:,2);%assigning second column of excel file to i variable x=[-17.3:0.1:0.9];%specifying given range to perform interpolation y=interp1(v,i,x,'linear');%performing…
22 Nov 2022 05:49 PM IST
Week 9 - Attachment Feature Creation - Challenge 2
1) Tooling axis creation:- In this design the tooling axis is created by firstly examining the component and its efficient tooling direction. At first the a plane and a point was defined and the simple line was created which was clearing the X-axis so we get the line which is clearing the desired the tooling axis. 2) Draft…
26 Sep 2022 03:28 PM IST
Week 8 - Challenge 4 - Bumper
1) Creating the tooling axis in this given problem we hae to select the tooling axis by selecting the simple portion of the design to begin with so here we go with creating the general tooling axis which is in x direction 2) Offseting the Class A surface while offseting the class A surface the offset value…
25 Sep 2022 11:33 AM IST
Week 9 - Attachment Feature Creation (Ribs & Screw Boss) - Challenge 1
1) Tooling axis creation:- In this design the tooling axis is created by firstly examining the component and its efficient tooling direction. At first the a plane and a point was defined and the simple line was created which was clearing the X-axis so we get the line which is clearing the desired the tooling axis. 2) Draft…
24 Sep 2022 06:07 PM IST
Week 8 - Challenge 6 - Core & Cavity Design
Solution:- 1) Tooling axis creation:- In this design the tooling axis is created by firstly examining the component and its efficient tooling direction. At first the side walls were extracted using multiextract and then two lines were drawn along them and after that they were bisected by the bisecting method so we get…
18 Sep 2022 09:00 AM IST
Week 8 - Challenge 3 - Coin Holder Design
Solution:- 1) Creating the tooling axis in this given problem we hae to select the tooling axis by selecting the simple portion of the design to begin with so we take the itersection of the components with the axis system which we introduced in the base we draw the lines which are along the intersect and we bisect…
16 Sep 2022 04:12 PM IST
Week 8 - Challenge 2 - Switch Bezel Design
Solution:- 1) After the design check a sketch is drawn after extracting the refrence surface after figuring out the position of tooling axis 2) then the line was drawn in the sketch and named it as dummy tooling axis ,then the lines are drawn along the direction of the extract annd then they are bisected in the directon…
10 Sep 2022 06:24 PM IST
Week 8 - Challenge 1 - Base Bracket Design
Solution:- 1) The design was checked before moving forward. A complete design check was taken on the given part using boundary and join command 2) then a plane was inserted which was mean to cover the major tooling axis as per our observation and then we intersected the plane and our component',then the dummy line…
05 Sep 2022 02:45 PM IST
Project - Analysis of a practical automotive wiring circuit
Ans 3:- Battery Voltage= 12 V Total Load=10A Fuse Rating is given as Fuse Rating I=P/V P= VI=12*10=120 Fuse Rating= 120/10=12 Ans 4:- Load= 500W, Current= 10A Solution:- I=P/V …
13 Aug 2022 04:17 PM IST