MATLAB and Simulink for Engineers (Oxford Higher Education)
MATLAB and Simulink for Engineers (Oxford Higher Education)
Reviewed by Irawen
on
22:13
Rating: 5
Introduction to Neural Networks Using Matlab 6.0
Introduction to Neural Networks Using Matlab 6.0
Reviewed by Irawen
on
22:07
Rating: 5
Linear Control Systems with MATLAB Applications
Linear Control Systems with MATLAB Applications
Reviewed by Irawen
on
22:02
Rating: 5
Mathematical Modelling with Case Studies: Using Maple and MATLAB, Third Edition (Textbooks in Mathematics)
Mathematical Modelling with Case Studies: Using Maple and MATLAB, Third Edition (Textbooks in Mathematics)
Reviewed by Irawen
on
21:58
Rating: 5
A Guide To MATLAB: For Beginners And Experienced Users
A Guide To MATLAB: For Beginners And Experienced Users
Reviewed by Irawen
on
21:53
Rating: 5
Visual Media Processing Using Matlab Beginner's Guide Paperback
Visual Media Processing Using Matlab Beginner's Guide Paperback
Reviewed by Irawen
on
21:45
Rating: 5
Applied Numerical Methods using MATLAB (WSE)
Applied Numerical Methods using MATLAB (WSE)
Reviewed by Irawen
on
21:42
Rating: 5
MATLAB for Machine Learning Paperback
MATLAB for Machine Learning Paperback
Reviewed by Irawen
on
21:37
Rating: 5
Digital Image Processing Using MATLAB
Digital Image Processing Using MATLAB
Reviewed by Irawen
on
21:29
Rating: 5
Modeling and Simulation using MATLAB - Simulink, 2ed
Modeling and Simulation using MATLAB - Simulink, 2ed
Reviewed by Irawen
on
21:24
Rating: 5
MATLAB: An Introduction with Applications, 4ed
MATLAB: An Introduction with Applications, 4ed
Reviewed by Irawen
on
21:19
Rating: 5
MATLAB and its Applications in Engineering, 2e
MATLAB and its Applications in Engineering, 2e
Reviewed by Irawen
on
21:13
Rating: 5
MATLAB Programming for Engineers by Stephen J Chapman
MATLAB Programming for Engineers by Stephen J Chapman
Reviewed by Irawen
on
21:08
Rating: 5
Getting Started with MATLAB: A Quick Introduction for Scientists & Engineers
Getting Started with MATLAB: A Quick Introduction for Scientists & Engineers
Reviewed by Irawen
on
20:53
Rating: 5
Simulation of MADALINE (Many ADALINES) networks using MRII training algorithm
Simulation of MADALINE (Many ADALINES) networks using MRII training algorithm
Reviewed by Irawen
on
20:37
Rating: 5
Subscribe to:
Posts
(
Atom
)
Popular Posts
-
Signals and Systems Using MATLAB, Fourth Edition features a pedagogically rich and accessible approach to what can commonly be a mathemat...
-
Book Description: This book, "Engineering With MATLAB: A Hands-on Introduction," covers all the basics and everything, from vect...
-
Explore this demonstration to see how cooling systems can boost a motor's performance, efficiency, and safety. Find out how Ansys Motor...
-
What you'll learn MATLAB and Scientific Computing Root Finding and Numerical Matrix Algebra Quadrature and Interpolation Numerical Sol...
-
What you'll learn Use a variety of algorithms to detect & match image features & perform image registration Train image classi...
-
%CODE: close all ; clc; t=-10:0.0001:10; y=sin(t)./t; plot(t,y) xlabel( 'Time' ); ylabel( 'Amplitude' ); ...
-
MATLAB is a proprietary multi-paradigm programming language and numeric computing environment developed by MathWorks. MATLAB allows matrix m...
-
What you'll learn Use segmentation to detect and analyze regions of interest in images & video Apply spatial filters and morpholog...
-
What you'll learn Apply a full data science workflow, including importing & cleaning data, creating features, training machine lea...
-
%========================================================================== % The mfile investigates the generation, transmission and rece...