In which system of units do we get outputs of functions...i mean if we get a plot using scope ..we get different values of x and t ...but are they in S.I system..how do we come to knw..
Show older comments
In which system of units do we get outputs of functions...i mean if we get a plot using scope ..we get different values of x and t ...but are they in S.I system..how do we come to knw..
Answers (1)
Roger Stafford
on 14 Jun 2013
The interpretation of numerical quantities within a computer in terms of units is always a matter of understanding between programmers and users, and is not something inherent in the computer. For example in the matlab computation
y = sin(x)
the user must understand that the x variable is in units of radians and the y variable is a purely numeric ratio which varies from -1 to +1 (for real numbers.)
This means a user must always carefully read the documentation for each function that is being used.
1 Comment
Hrushikesh
on 15 Jun 2013
Categories
Find more on 2-D and 3-D Plots in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!