Help me to Create a MATLAB program to design a custom voltage divider

AI Thread Summary
The discussion focuses on creating a MATLAB program to design a custom voltage divider based on user-defined input values, including input voltage, desired output voltage, maximum output current, and percent load regulation. The program should provide outputs such as resistor values, wattage ratings, and a circuit schematic, along with a user-friendly interface featuring a splash screen and instructions. Participants are encouraged to share specific challenges they face, particularly regarding user input handling in MATLAB, rather than simply posting assignment descriptions. The importance of engaging with the community for problem-solving is emphasized, highlighting that collaboration is key to finding solutions. Overall, the thread aims to facilitate the development of a functional voltage divider design program in MATLAB.
MASM
Messages
2
Reaction score
0
Input:
The input values will be provided by the program customer or user
Input voltage. The power that the customer or user of the program has a available to drive the voltage divider.
Output voltage. The desired output voltage chosen by the customer.
Maximum output current. The maximum current the divider is to provide for customer use. This assume that the input power source the customer is providing can also provide a maximum level of current sufficient to drive the divider at its maximum output rating.
Percent load regulation. This is how much the output voltage drops from its no load value to its full load value expressed in percent.
Percent load regulation= ((VoutNL – VoutFL)* 100%
Output:
The outputs will be provided in the form of a list on the display terminal.
Splash screen or banner displayed to the user upon program start up.
Instructions on the display while the program is executing explicitly instructing the user how to use each step of the program.
Value of two resistor in the divider.
Wattage rating of the two resistors in the divider.
A graphic display of the circuit schematic.
Splash screen or banner thanking the customer for using the software

 
Physics news on Phys.org
This is not DoMyHomeworkForMe Forums. Please post your ideas, and where it is that you're getting stuck. For instance, do you know how to take in user input with MATLAB? If you just post your assignment description with nothing else, that's all you'll get: nothing.
 
Back
Top