Computing logarithms and roots in MATLAB

1 comment
MATLAB: The Language of Technical Computing Welcome!  In today's post, we will be finding logarithms, both natural logarithms and logarithms to an arbitrary base. Also we would be finding roots of numbers; square roots, cube roots and eventually nth roots, where n can be any integer. Hence lets get started!...



Plotting Trigonometric Functions in MATLAB

Leave a Comment
MATLAB: The Language of Technical Computing Welcome! Today's post is going to be exciting! We are going to finally use MATLAB to plot graphs! Plotting of graphs is a fundamental step in mathematical analysis. Plotting a graph helps us visualize the function the graph is of. Hence we must learn how to do it at an early stage. In this post, we are going to plot trigonometric functions like: sine cosine tangent secant cosecant cotangent Hence...



Rounding off numbers using Round, Floor, Ceil and Fix functions in MATLAB

Leave a Comment
MATLAB: The Language of Technical Computing Welcome once again to a new session of MATLAB! Today we are going to learn some number rounding functions. Since numbers are what we deal with at almost all times in MATLAB, it is important we learn some operations upon them. Today's session will enable you to round off numbers in MATLAB in different ways according to the different needs one may face while working with MATLAB. The functions...



Finding Cumulative Sum of elements in a matrix with/without loops

Leave a Comment
MATLAB: The Language of Technical Computing Hello and Welcome to everyone once again. Today we would be learning how to generate cumulative sum of elements with and without using loops. Chances are, if you didn't know what cumulative sum, loops and MATLAB are, you wouldn't be here in the first place, hence I wouldn't be taking the trouble of explaining cumulative sum or loops to you here. But still, for an introduction Cumulative...



Relational and Logical Operations in MATLAB

Leave a Comment
MATLAB: The Language of Technical Computing Welcome once again, to a new post on MATLAB! Today as you might have read from the title, we are going to learn about Relational and Logical Operations that we can perform in MATLAB over arrays. Matrices can undergo relational and logical operations made up of GREATER/ LESSER THAN, (NOT) EQUAL TO, XOR, OR, AND, NOT operators in MATLAB. To learn that first, we must first learn about relational...



Matrix Manipulations

Leave a Comment
MATLAB: The Language of Technical Computing Hey folks! Today's lesson is gonna go big! While the previous lesson was just on making simple matrices and performing simple operation over them, today's lesson is gonna go advanced. Once a matrix is made, it needs to be manipulated. Learn how to concatenate, index, randomize, sort, shift, reshape/resize, rotate, flip matrices with proper code snippets...



Powered by Blogger.