Data Handling and Interpolation CODE: x=readtable("slprj\VI (2).xlsx"); v=x(:,1); c=x(:,2); t=-17.3:0.1:0.9; y=interp1(v,c,t,'spline'); plot(v,c,'*',t,y,'m--');grid; fileid=fopen(atheeq.txt','w'); fprintf (fileid,'%d\n',y); fclose(fileid); TABLE;
Atheeq Ur Rehman M
updated on 03 Dec 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 Atheeq Ur Rehman M (3)
Project - Data Handling and Interpolation
Data Handling and Interpolation CODE: x=readtable("slprj\VI (2).xlsx"); v=x(:,1); c=x(:,2); t=-17.3:0.1:0.9; y=interp1(v,c,t,'spline'); plot(v,c,'*',t,y,'m--');grid; fileid=fopen(atheeq.txt','w'); fprintf (fileid,'%d\n',y); fclose(fileid); TABLE;
03 Dec 2022 10:36 AM IST
Week 1 Understanding Different Battery Chemistry
QUESTION NO:1 LITHIUM ION CELL:A lithium-ion (Li-ion) cell is an advanced battery technology that uses lithium ions as a key component of its electrochemistry. During a discharge cycle, lithium atoms in the anode are ionized and separated from their electrons. WORKING PRINCIPLE:The movement of the lithium ions…
08 Aug 2022 10:58 AM IST
Project - Analysis of a practical automotive wiring circuit
QUESTION NO:1 Generator,Starter,Battery,Ignition Coil,Ignition Switch,Ammeter,Fuse Box,C-V Regulator,Lights,Fuel Guage etc. QUESTION NO:2 i)GENERATOR: Its usually called as dynamo. Purpose: Used to produce electricity from the roational motion of rotor. Construction: Consists of Field,Armature,Commutator and Earth…
23 Jul 2022 03:18 PM IST