Tag: matlab

  • Calculation Of Harmonic Mean In MatLab Easily

    Calculation Of Harmonic Mean In MatLab Easily

    Just like arithmetic mean and geometric mean, harmonic mean is also an important aspect of calculus, data analysis and other different disciplines. Harmonic mean has a formulation like this; As you see, calculation of harmonic means of lots of datas can be torublesome by hand. You can do this kind of thing in MatLab with…

  • Finding Minimum Value Of A Function In An Interval In MatLab

    Finding Minimum Value Of A Function In An Interval In MatLab

    Finding a minimum value of a function is a very specific topic in Calculus actually. But it requires handful of calculations, which makes this process is tough for long engineering calculations. You can also make this business in Matlab very easily with ‘fminbnd()’ command. In here, we will show you how to find minimum value…

  • Drawing 3D Curves In MatLab(Illustrated Expression)

    Drawing 3D Curves In MatLab(Illustrated Expression)

    You can draw 2D graphs in Matlab® and also you can draw 3D curves in Matlab®. Drawing 3D curves has the same logic as drawing 2D graphs. Here, we will explain how to draw 3D curves with the ‘plot3()’ command in MatLab®, with a very basic example below. How To Use ‘plot3()’ Command In MatLab®?…

  • 3D Graph Plotting In MatLab(Illustrated Expression)

    3D Graph Plotting In MatLab(Illustrated Expression)

    3D surfaces and graphs are very important in data analysis and expression of physical phenomenons. You can draw 3D graphs in Matlab® very easily. Here we will explain how to draw 3D graphs in Matlab® with the ‘mesh()’ command. How To Use ‘mesh()’ Command In Matlab® To Draw 3D Graphs? Creating 3D graphs in MatLab®…

  • Sinusoidal Function In MatLab®(Illustrated Expression)

    Sinusoidal Function In MatLab®(Illustrated Expression)

    In mathematical calculations, sinusoidal values are frequently used. You can define the sinusoidal values in Matlab®. In this article we will show you; What kind of sinusoidal values can be calculated in mathematical relations in Matlab®? How to calculate arc values of sinusoidal values in Matlab®? How To Use Sinusoidal Functions In Matlab®? The sinusoidal…

  • Two Dimensional Graphs Drawing In MatLab®(Illustrated Expression)

    Two Dimensional Graphs Drawing In MatLab®(Illustrated Expression)

    Two-dimensional graphs are frequently used in data analysis. Also, you could have to draw two-dimensional graphs in Matlab® with various variables. In this article, we will explain how to draw two-dimensional graphs in Matlab®. How To Draw Two Dimensional Graphs In Matlab®? To draw 2D graphs, you need to have 2 variables needed to be…

  • Expressions Of Complex Numbers In MatLab®(Illustrated Expression)

    Expressions Of Complex Numbers In MatLab®(Illustrated Expression)

    Complex numbers are frequently used in mathematical phenomenons in calculations. So Matlab® has expression standards for the complex number. In this article we will explain; How to use complex numbers in Matlab®? What are the complex numbers’ commands in Matlab®? How To Use Complex Numbers In Matlab®? As you can see above, the expression of…

  • Use Of ‘diary’ And ‘type’ Commands In MatLab®(Illustrated Expression)

    Use Of ‘diary’ And ‘type’ Commands In MatLab®(Illustrated Expression)

    You can save the codes inside the Command Window on an instant basis with the ‘diary’ command in Matlab®. In this article, we will show you how to use the ‘diary’ command and how to call the commands with ‘type’ commands in Matlab®. How To Use ‘diary’ Command In MatLab®? You can take notes about…

  • Hyperbolic Sinusoidal Functions In MatLab®(Illustrated Expression)

    Hyperbolic Sinusoidal Functions In MatLab®(Illustrated Expression)

    In maths, hyperbolic values of sinusoidal functions are also used. Also, Matlab® has special functions to calculate these hyperbolic values of sinusoidal functions. In this article on Mechanicalland, we will explain how to calculate hyperbolic values of sinusoidal functions in Matlab® with very basic examples. How To Calculate Hyperbolic Sinusoidal Functions In Matlab®? The calculation of hyperbolic…

  • Displaying Variables In MatLab® With ‘disp()’ Code(Illustrated Expression)

    Displaying Variables In MatLab® With ‘disp()’ Code(Illustrated Expression)

    The addition of displaying commands in codes could be very vital for the user of this code in Matlab®. Matlab® provides various kinds of displaying options to users and coders. One of them is the disp() command. It is a very basic and useful displaying command in Matlab®. In this article, we will show you…

  • Explanation And Use Of Numeric Formats In MatLab®(Illustrated Expression)

    Explanation And Use Of Numeric Formats In MatLab®(Illustrated Expression)

    Numeric formats are a very important thing in Matlab®. You need to adjust your numeric format according to your calculation and calculation accuracy. It is not necessary actually in Matlab® but if you do this, you will define the standard numeric display and calculation in Matlab®. So in this article, we will explain; What are…

  • Calculation Of Absolute Values Of Numbers, Vectors And Matrices In MatLab®(Illustrated Expression)

    Calculation Of Absolute Values Of Numbers, Vectors And Matrices In MatLab®(Illustrated Expression)

    There are lots of kinds of mathematical functions in Matlab®. These mathematical functions can be very useful when they are used properly in Matlab® codes. In this article, we will explain how to calculate the absolute values of variables such as integers, vectors, and matrices in Matlab®. How To Use ‘abs()’ Code To Calculate Absolute…