Azzera filtri
Azzera filtri

MATLAB CODE TO FOR THE FOLLWING QUESTION

1 visualizzazione (ultimi 30 giorni)
ASHOK VARDHAN
ASHOK VARDHAN il 13 Ago 2019
Commentato: Steven Lord il 13 Ago 2019
you are designing a rectangular page to contain 60 inch^2 of printing with a 4 inch margin at the top and bottom and a 2 inch margin at each side. what overall dimensions will minimize the amount of paper used?
  6 Commenti
Geoff Hayes
Geoff Hayes il 13 Ago 2019
Ashok's answer moved here
this is the error i am getting
Error in solve (line 357)
warnIfParams(parameters, conditions);
Error in matlab (line 8)
[d]=solve(e);
behind this line e= diff(e, b) == 0; the meaning is to get a an equation by differentiating e with respect to b and solve to it
Steven Lord
Steven Lord il 13 Ago 2019
Ashok, that doesn't look like the full text of the error message. Copy and paste all the text displayed in red. The exact text of the error message likely will be useful in determining the exact cause of the problem and how to correct it.
And just stylistically: while calling your script matlab.m shouldn't cause any problems, I recommend using a more descriptive and more easily discoverable name. Something like codeForProblem2.m would more clearly indicate the code's purpose at a glance in your OS's file system UI.

Accedi per commentare.

Risposte (0)

Categorie

Scopri di più su Programming in Help Center e File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by