I am a beginner at matlab and just trying to figure out how to use the basic commands.
I an working on this problem and can not seem to figure it out, if any one can help me with the code will be appreciated.
Matlab can be used to generate various conversion tables. Create a matrix that has three columns, as follows:
• The first column has weights in grams from zero to 2000 with an increment of 100.
• The second column has the equivalent weights in pounds.
• The third column has the equivalent weights in ounces.
(one pound = 16 ounces = 454 grams)
Then generate a conversion table by first displaying a table header and column headers and then displaying the three-column matrix.
"vick " <rancidat20@aol.com> wrote in message <gni3i9$jc1$1@fred.mathworks.com>...
> I am a beginner at matlab and just trying to figure out how to use the basic commands.
> I an working on this problem and can not seem to figure it out, if any one can help me with the code will be appreciated.
> Matlab can be used to generate various conversion tables. Create a matrix that has three columns, as follows:
> • The first column has weights in grams from zero to 2000 with an increment of 100.
> • The second column has the equivalent weights in pounds.
> • The third column has the equivalent weights in ounces.
> (one pound = 16 ounces = 454 grams)
> Then generate a conversion table by first displaying a table header and column headers and then displaying the three-column matrix.
Generally, you need to show this group some code of what you have already tried before we will be willing to help you fix it. We are not going to do your homework for you from scratch.
"James Tursa" <aclassyguywithaknotac@hotmail.com> wrote in message <gni4i5$5d3$1@fred.mathworks.com>...
> "vick " <rancidat20@aol.com> wrote in message <gni3i9$jc1$1@fred.mathworks.com>...
> > I am a beginner at matlab and just trying to figure out how to use the basic commands.
> > I an working on this problem and can not seem to figure it out, if any one can help me with the code will be appreciated.
> > Matlab can be used to generate various conversion tables. Create a matrix that has three columns, as follows:
> > • The first column has weights in grams from zero to 2000 with an increment of 100.
> > • The second column has the equivalent weights in pounds.
> > • The third column has the equivalent weights in ounces.
> > (one pound = 16 ounces = 454 grams)
> > Then generate a conversion table by first displaying a table header and column headers and then displaying the three-column matrix.
>
> Generally, you need to show this group some code of what you have already tried before we will be willing to help you fix it. We are not going to do your homework for you from scratch.
>
> James Tursa
NOTICE: Any content you submit to MATLAB Central, including personal information, is not subject to the protections which may be afforded information collected under other sections of The MathWorks, Inc. Web site. You are entirely responsible for
all content that you upload, post, e-mail, transmit or otherwise make available via MATLAB Central. The MathWorks does not control the content posted by visitors to MATLAB Central and, does not guarantee the accuracy, integrity, or quality of such content.
Under no circumstances will The MathWorks be liable in any way for any content not authored by The MathWorks, or any loss or damage of any kind incurred as a result of the use of any content posted, e-mailed, transmitted or otherwise made available
via MATLAB Central.
Read the complete Terms prior to use.