MATLAB help
I am trying to create a function that takes in 4 inputs andreturns a structure with the format regarding used cars in adealership.
function structure = construct(Make,Model,VIN,Color)
Id also need to keep into consideration that the VIN is a mix ofstring and numbers, with a total of 7 numbers beginning with thefirst character ‘V’, with the rest consisting of numbers.Restriction- use isstrprop function.
How exactly do I go about constructing this function, and thenuse it to create an array of structures with the followinginformation:
Brand: Ford
Model: Explorer
VIN: V123456
Color: Blue
Brand: Toyota
Model: Corolla
VIN: V152454
Color: Red
Expert Answer
An answer will be send to you
PayPal Gateway not configured
PayPal Gateway not configured