Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

MATLAB Create a comma delimited file that contains at least 5 college department names and enrollments(you can make up your own dept names and enrollment

MATLAB

Create a comma delimited file that contains at least 5 college department names and enrollments(you can make up your own dept names and enrollment numbers). For example it might look like:

Aerospace Engineering,201 Electrical Engineering,45 Software Engineering,75 Computer Engineering,175 Cyber Security,4

Write a script that reads the information from this file and creates a new file that contains just the first 4 characters from the department names in uppercase, followed by a space and the enrollment number. Ex.

AERO 201 ELEC 45 SOFT 75 COMP 175 CYBE 4

Create a bar graph with bars for each of the majors. Add the title "Majors - Your Name" to the graph (where your name is added.

thank you

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

MySQL/PHP Database Applications

Authors: Brad Bulger, Jay Greenspan, David Wall

2nd Edition

0764549634, 9780764549632

More Books

Students also viewed these Databases questions

Question

Determine the roles of spatial layout and functionality.

Answered: 1 week ago