Read the e-notation part. Answer from Birdman on mathworks.com
Stack Overflow
stackoverflow.com › questions › 29712609 › how-can-i-write-a-number-values-in-powers-of-10
matlab - How can i write a number values in powers of 10? - Stack Overflow
Since e represents to the power 10 and is present in all numbers you listed this is a simple process with many solutions, here is one. % format long is very important otherwise it will appear to you that you have %lost precision. MATLAB hides precision from view to save screen space and to %produce less confusing results to the viewer.
MathWorks
mathworks.com › matlabcentral › answers › 314402-how-to-input-10-10-10-10-don-t-10-10
how to input 10^-10=10^-10 don't 10^10. - MATLAB Answers - MATLAB Central
November 28, 2016 - how to input 10^-10=10^-10 don't 10^10.. Learn more about exponent
MathWorks
mathworks.com › matlab › mathematics › elementary math › exponents and logarithms
Powers and Exponentials - MATLAB & Simulink
This topic shows how to compute matrix powers and exponentials using a variety of methods.
MathWorks
mathworks.com › fixed-point designer › data type exploration › floating-point specification and simulation › floating-point specification in matlab
pow10 - Base 10 power and scale half-precision numbers - MATLAB
Y = pow10(X) returns an array, Y, whose elements are 10 raised to the power X.
MathWorks
mathworks.com › matlab › mathematics › elementary math › exponents and logarithms
log10 - Common logarithm (base 10) - MATLAB
This MATLAB function returns the common logarithm of each element in array X.
MathWorks
mathworks.com › matlabcentral › answers › 427141-how-do-i-write-a-loop-for-x-1-10
How do i write a loop for x=1:10 - MATLAB Answers - MATLAB Central
October 31, 2018 - How do i write a loop for x=1:10. Learn more about loop, matrix
MathWorks
mathworks.com › matlabcentral › answers › 311537-how-to-change-the-y-axis-ticks-into-10-base-power
how to change the y-axis ticks into 10 base power? - MATLAB Answers - MATLAB Central
November 10, 2016 - Actually, the y-axis is the log of any data. but i need y-axis in 10^ format. I tried it manually from figure properties settings but when I change it, it shows ^ sign but I need it in the standard format. kindly help me I will be highly thankful to you ... Sign in to comment. Sign in to answer this question. ... https://www.mathworks.com/matlabcentral/answers/311537-how-to-change-the-y-axis-ticks-into-10-base-power#answer_242726
MathWorks
mathworks.com › matlabcentral › answers › 127891-x-0-0-1-10-what-s-going-on-really
x = 0:0.1:10... What's going on, really? - MATLAB Answers - MATLAB Central
May 1, 2014 - Please have a look at the following example: A = 0:0.1:0.4; find(A == 0.3) ans = Empty matrix: 1-by-0 find(A == 0.1+0.1+0.1) ans = 4 This is in my opinion expe...
Northwestern Engineering
mccormick.northwestern.edu › documents › students › undergraduate › introduction-to-matlab.pdf pdf
INTRODUCTION TO MATLAB FOR ENGINEERING STUDENTS David Houcque
For more information, see MATLAB documentation. ... To raise a scalar to a power, we use for example the command 10^2.
MathWorks
mathworks.com › matlabcentral › answers › 89744-how-can-i-write-the-matlab-code-f-x-x-5-for-0-x-10
How can I write the MATLAB code f(x) = x + 5 for 0<x<10? - MATLAB Answers - MATLAB Central
October 10, 2013 - Suppose your x value lies over range from -100 to 100 and for range 0 to 10 you need y = x + 5, then you can do as follows: ... https://www.mathworks.com/matlabcentral/answers/89744-how-can-i-write-the-matlab-code-f-x-x-5-for-0-x-10#comment_173356
MathWorks
mathworks.com › symbolic math toolbox › mathematics › mathematical functions
log10 - Log base 10 of symbolic input - MATLAB
This MATLAB function returns the logarithm to the base 10 of x.