Getting Started with Matlab: Are My Plots Still Ugly?

Getting Started with Matlab: Are My Plots Still Ugly?

Below we present some function curves or surface plots drawn using Matlab. Since the public account cannot process EPS images, the images we screenshot are all bitmap, so you will see the ‘jagged edges’. To appreciate high-quality images with smooth edges and no jaggedness when zoomed in, please click on “Read the Original (Extraction Code: … Read more

Using MATLAB for Risk Management

Using MATLAB for Risk Management

Risk management professionals need to reduce model development time and develop and deploy transparent, stable, and easily upgradable applications. Learn how to use MATLAB® to develop risk control models, scale models based on application size, test according to regulatory requirements, and perform stress testing under various scenarios: √ The existing code examples show you how … Read more

Matlab Algorithm Collection

Matlab Algorithm Collection

1.Gaussian Elimination: function (x,det,flag)=Gauss(A,b), where A is the coefficient matrix of the equations; b is the right-hand side; det is the value of the determinant of the coefficient matrix; x is the solution of the equations. 2.Gaussian-Jordan Elimination: function (x,flag)=Gau_Jor(A,b), where flag=’ok’ indicates successful computation. 3.The syntax for plotting function graphs is: (1).plot——Utilize points to … Read more

Comparison of Four Major Mathematical Software: MATLAB, MathCAD, Maple, and Mathematica

Comparison of Four Major Mathematical Software: MATLAB, MathCAD, Maple, and Mathematica

There are four major mathematical software programs that are well-known and popular in the fields of science and engineering: MATLAB, MathCAD, Maple, and Mathematica. Each has its own characteristics depending on different fields or target directions. MATLAB System MATLAB originally stands for Matrix Laboratory. It was developed in the 1970s to provide an interface for … Read more

Introduction to MATLAB Basics (3)

Introduction to MATLAB Basics (3)

5 Command History Window The MATLAB command line window provides a very user-friendly interactive feature, allowing users to think and verify in this environment. After completing the design, users can extract verified commands again through MATLAB’s history function. This ability to record commands is accomplished using the corresponding commands in MATLAB’s Command History window. In … Read more

Unexpected Ways to Open MATLAB

Unexpected Ways to Open MATLAB

Unexpected Ways to Open MATLAB · From October 29 to 31, 2019, the Information Construction Management Service Center of Nanjing University will invite the MATLAB team to bring a series of special lectures to the faculty and students. What is MATLAB? What can MATLAB be used for? Let this article tell you! MATLAB, short for … Read more

Introduction to Matlab

Introduction to Matlab

Click the above“blue text” to follow us! Ordinary differential equations are relationships composed of independent variables, unknown functions, and derivatives (or differentials) of functions, closely related to physics, astronomy, and the rapidly evolving fields of science and technology. Newton used differential equations as a tool while studying celestial mechanics and classical mechanics, theoretically deriving the … Read more

Introduction to Object-Oriented Programming in Matlab

Introduction to Object-Oriented Programming in Matlab

In the preface, this course does not provide PPT materials. Please reply “Simulation Control Materials” in the WeChat public account “GuYueJu” to obtain the course materials. Course Introduction In the current era of rapid information technology development, using computer programs to solve computational and research problems has become an important working method for many researchers. … Read more

Matlab Introduction Tutorial | 008 2D Plotting: Understanding Plot Usage

Matlab Introduction Tutorial | 008 2D Plotting: Understanding Plot Usage

Author: Daniel Date: 2020/8/24 Problem-oriented, starting from scratch, quick start, efficient learning, and mastering Matlab programming. 2D plotting is the foundation for all other types of plotting. We will introduce the details of 2D plotting in three articles! Key Points of This Article Vectors and Matrices Array Operations Three Steps of Plotting Mechanism of Matlab … Read more

Matlab Beginner Tutorial: Coordinate Systems – Fashion vs Classic

Matlab Beginner Tutorial: Coordinate Systems - Fashion vs Classic

Author: Daniel Date: August 31, 2020 “ Problem-oriented, starting from scratch, quickly getting hands-on, efficiently learning, and mastering Matlab programming. ” The previous posts in the Matlab beginner tutorial | 008 Two-dimensional Plotting: A Comprehensive Guide to the Use of plot and Matlab Beginner Tutorial | 010 Introduction to the Universal Formula for Matlab Plotting … Read more