All Courses
All Courses
Courses by Software
Courses by Semester
Courses by Domain
Tool-focused Courses
Machine learning
POPULAR COURSES
Success Stories
AIM : To create basic commands for row and column vectors in Matlab. ---------- PROGRAM TO CREATE ROW AND COLUMN VECTOR ---------- >> % Lets create a Row Vector >> A = [0.25, 0.50, 0.75, 1.00] A = 0.2500 0.5000 0.7500 1.0000 >> % Lets create a Column Vector >> B = [0.15; 0.30;…
Abhinav Mahto
updated on 03 Apr 2022
AIM : To create basic commands for row and column vectors in Matlab.
---------- PROGRAM TO CREATE ROW AND COLUMN VECTOR ----------
>> % Lets create a Row Vector
>> A = [0.25, 0.50, 0.75, 1.00]
A =
0.2500 0.5000 0.7500 1.0000
>> % Lets create a Column Vector
>> B = [0.15; 0.30; 0.45; 0.60]
B =
0.1500
0.3000
0.4500
0.6000
>> % Lets create a Row and Column Vector
>> C = [0.25, 0.15; 0.50, 0.30; 0.75, 0.45; 1.00, 0.60]
C =
0.2500 0.1500
0.5000 0.3000
0.7500 0.4500
1.0000 0.6000
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...
MATLAB Project based on NASA's Thermodynamic Data
AIM : To write a MATLAB Program that helps Parsing NASA's thermodynamic data. OBJECTIVES : To write a function that extracts the 14 coefficients and calculates Specific Heat, Enthalpy & Entropy. Plot the Cp, Enthalpy and Entropy for each species. To calculate the molecular weight of each species. THEORY : Parsing…
03 Apr 2022 01:57 PM IST
MATLAB Project based on Rankine Cycle Simulator
AIM : To create a MATLAB Program that calculate the state points of the Rankine Cycle. OBJECTIVES : To create a Rankine Cycle Simulator using MATLAB. To determine its state points including (i) Net work output & (ii) Back work ratio. Plot its T-S and h-S diagram from the given data. Explain its working. THEORY…
03 Apr 2022 01:56 PM IST
MATLAB Program based on Curve fitting
AIM : To write a MATLAB code to fit a linear and cubic polynomial for the cp data. OBJECTIVES : Write code to fit a linear and cubic polynomial for the Cp data. Plot the linear and cubic fit curves along with the raw data points. Write a code to show splitwise method. Explain the parameters used to measure…
03 Apr 2022 01:47 PM IST
MATLAB Program to calculate Drag Force against a Cyclist
AIM: To create a Matlab program to calculate drag force against a cyclist. OBJECTIVES: To understand the flow of air while cycling and calculate the drag force which is acting opposite to it with respect to velocity and drag coefficient. Plot graph of Velocity vs Drag force & Drag Co-efficient vs Drag…
03 Apr 2022 01:43 PM IST
Related Courses
0 Hours of Content
Skill-Lync offers industry relevant advanced engineering courses for engineering students by partnering with industry experts.
© 2025 Skill-Lync Inc. All Rights Reserved.