It turns out that since you''ve become experts

Assignment Help MATLAB Programming
Reference no: EM13165996

It turns out that since you've become experts on rating clothing, Acme Clothing Company has hired you to rate their clothes. Clothes are now represented as structures instead of vectors with the fields (all of which are numbers between 0 and 5):
Condition, Color, Price, Matches, and Comfort
Acme has a much simpler way of rating their clothes than you used before:
Rating  5 * Condition  3 * Color  2 * Price  Matches  9 * Comfort You have a script called makeClothes.m that will create a structure array called acmeClothes that contains clothes structures. You are to write a script called rateClothes that will add a Rating field and a Quality field to each of the structures in the acmeClothes array. The Rating field in each structure should contain the rating of that particular article of clothing. The Quality field is a string that is 'premium' if the Rating is over 80, 'good' over 60, 'poor' over 20, and 'liquidated' for anything else. Notes: 1. You MUST use iteration to solve this problem. 2. To make things easy, just place the line makeClothes at the top of your script so you're guaranteed to have the correct acmeClothes array to work with. 3. The fields are case sensitive, so make sure you capitalize them.

HERE IS THE MAKECLOTHES FUNCTION YOU NEED TO USE:

function res = makeClothes
% Function to create clothes structure
    for fld = 1:5
        for item = 1:8
            ca{item} = floor(rand(1,1) * 6);
        end
        data(fld,:) = ca;
    end
    res = struct('Condition', data(1,:), ...
                 'Color', data(2,:), ...
                 'Price', data(3,:), ...
                 'Matches', data(4,:), ...
                 'Comfort', data(5,:));           
end

Reference no: EM13165996

Questions Cloud

Create a pda with 2 stacks : Create a PDA with 2 stacks. The first stack is preloaded with data (example below), the data input consists of 1 & 0 as well. Your PDA should process the input data, adding the binary string to the values in the first stack and storing the result in ..
The comparedto method : the comparedTo method. This is the course class I do not understand how to do the compared to method. I need to order the course first by department then by the course number.
Describe how you would access these 4 members : Create a namespace titled global Type that contains four members. The members should be two named constants, n and rate. It should also contain a variable count and the function printResult. Describe how you would access these 4 members in a progr..
State what is the normality of sulfuric acid solution : What is the normality of sulfuric acid solution which contains 6.64 g of H2SO4 in 837 mL of solution provided that the reaction involved
It turns out that since you''ve become experts : It turns out that since you've become experts on rating clothing, Acme Clothing Company has hired you to rate their clothes. Clothes are now represented as structures instead of vectors with the fields (all of which are numbers between 0 and 5): C..
Write out a cfg : Write out a CFG for the following regular expression a n b m  | m > n > 0
State what is the percent for a solution consisting : What is the percent H2SO4 for a solution consisting of 4.62 equivalencies of H2SO4 mixed with 11.2 kg of water if both portions
Draw appropriate lewis structure and vsepr structure : Draw appropriate Lewis structure and VSEPR structure for oxalate anion. What is the O-C-O bond angle? What is the C-C-O bond angle? What is the hybridization of each carbon? On which atoms does the negative charge reside? Draw all resonance struct..
What is the total mass of insulin in the bottle : Insulin is a protein that is used by the body to regulate both carbohydrate and fat metabolism. A bottle contains 375 of insulin at a concentration of 50.0 . What is the total mass of insulin in the bottle?

Reviews

Write a Review

MATLAB Programming Questions & Answers

  Anatomy of a machine

Need a Machine Learning application written in matlab to be able to predict, based on certain selected features of wine, which variants of wine are likely to score above a 5 out of 10 quality score.

  The body fat percentage

The body fat percentage (BFP) of a person can be estimated by the formula BFP= 1.2xBMI+0.23xAGE -10.8xGEnder-0.54 where BMI is the body mass index, given by BMI = 703 W/H^2, in which W is the weight in pounds and H is the height in inches

  Compute the power spectral density vector

Compute the power spectral density vector. Plot the spectrogram using the same parameters as in lecture.

  Explore the design of a recursive digital filter

In this simulation we are going to explore the design of a recursive digital filter which might be usedvin a digital radio station. The sampling frequency used in digital radio (DAB) is either 48 kHz or 24 kHz and for the purposes of this simulation,

  Write project report and provide cross-synthesis

Write project report and provide Cross-synthesis.

  Determine the optimal linear predictor

Determine the optimal linear predictor for a given order N and DPCM simulation and write a graphical user interface that has least the following functions

  Write a function that takes a list of integers

Using ML write a function that takes a list of integers as argument and returns a pair consisting of the sum of the even position and the sum of the odd positions of the list.

  Create a vector in matlab

Create a three dimensional diagram of function.

  Impact of zigbee on telecommunication systems

Report on Impact of zigbee on telecommunication systems

  Find general solution of the ordinary differential equation

Find a general solution of the following ordinary differential equations and find the general solution of the following ordinary differential equation

  Compare two sound wave in matlab

Compare two sound wave in matlab as on speech to text processing and open as notepad, calculator,C:,D: and many other on speaking

Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd