Virtual Commissioning with Simulink Part 1: Kinematic Analysis for Crane Application
Reviewed by Author
on
06:43
Rating: 5

Inserting an element in an array in MATLAB
Inserting an element in an array ( MATLAB & JAVA) Write a program to insert an element in a particular index position in an array. ...
Inserting an element in an array in MATLAB
Reviewed by Satadru Mukherjee
on
08:20
Rating: 5
Programming concept of Coprime Number using MATLAB
Coprime Number: Write a program to enter two numbers & check whether they are co-prime or not. [ Two numbers are said to be co-prim...
Programming concept of Coprime Number using MATLAB
Reviewed by Satadru Mukherjee
on
23:32
Rating: 5

First & last digit of a number in MATLAB & JAVA
Find the first & last digit of a number : Example: Input:12345 Output:First digit --1 Last digit--5 Please try yo...
First & last digit of a number in MATLAB & JAVA
Reviewed by Satadru Mukherjee
on
09:44
Rating: 5

Rotate Array elements (clockwise) without using fft / ifft /circshift/cconv or any other built in function in MATLAB
Rotate Array Given an unsorted array , rotate it by D elements (clockwise). [You are not allowed to use any built in functi...
Rotate Array elements (clockwise) without using fft / ifft /circshift/cconv or any other built in function in MATLAB
Reviewed by Satadru Mukherjee
on
23:36
Rating: 5
Problem-Based Nonlinear Programming - Mathematical Modeling with Optimization, Part 4
Problem-Based Nonlinear Programming - Mathematical Modeling with Optimization, Part 4
Reviewed by Author
on
22:28
Rating: 5

REDS Library: 32. Hybrid Power Systems | Reverse Osmosis | Desalination | Matlab | Simulink Model
REDS Library 32. Hybrid Power Systems | Reverse Osmosis | Desalination | Matlab | Simulink Model
REDS Library: 32. Hybrid Power Systems | Reverse Osmosis | Desalination | Matlab | Simulink Model
Reviewed by Reds Library
on
14:53
Rating: 5

Concept of G.C.D. or H.C.F & L.C.M. in programming
G.C.D. & L.C.M : In mathematics , the greatest common divisor (gcd) of two or more integres, which are not all zero, is the largest ...
Concept of G.C.D. or H.C.F & L.C.M. in programming
Reviewed by Satadru Mukherjee
on
10:59
Rating: 5
Betrothed Numbers in MATLAB
Definition: Betrothed numbers are two positive numbers such that the sum of the proper divisors of either number is one more than (o...
Betrothed Numbers in MATLAB
Reviewed by Satadru Mukherjee
on
05:58
Rating: 5

MAGIC NUMBER in MATLAB and JAVA
Write a program to check a number is magic number or not. A number is said to be a magic number if the eventual sum of digits of the ...
MAGIC NUMBER in MATLAB and JAVA
Reviewed by Satadru Mukherjee
on
11:17
Rating: 5
Product of the successors of even digits of a number
Product of the successors of even digits of a number Program Statement: Write a program to input a number. Display the produc...
Product of the successors of even digits of a number
Reviewed by Satadru Mukherjee
on
19:38
Rating: 5
Mobile robot control using Matlab/Simulink
Mobile robot control using Matlab/Simulink
Reviewed by Author
on
07:44
Rating: 5

Concept of Floor operator in MATLAB & JAVA
Floor Operator: In mathematics and computer science , the floor function is the function that takes as input a real number x and gives as...
Concept of Floor operator in MATLAB & JAVA
Reviewed by Satadru Mukherjee
on
08:37
Rating: 5
Subscribe to:
Posts
(
Atom
)
Popular Posts
-
In the rapidly evolving field of battery technology, staying updated with the latest advancements is crucial. Coursera’s "Battery Tec...
-
This book combines the teaching of the MATLAB® programming language with the presentation and development of carefully selected electrical...
-
The book presents several approaches in the key areas of practice for which the MATLAB software package was used. Topics covered include a...
-
As the world increasingly pivots towards sustainable energy solutions, the demand for efficient battery management systems (BMS) has never...
-
"MATLAB Programming: A Comprehensive Guide for Beginners" is a well-structured and practical guide designed to help learners ma...
-
Learn of a framework for designing neural networks for deployment onto MCUs, presented by MathWorks. Tailored for engineers and developers,...
-
MATLAB is a proprietary multi-paradigm programming language and numeric computing environment developed by MathWorks. MATLAB allows matrix m...
-
Install matlab 2019a for your PC and enjoy. Download links below; Download and Install Winrar: https://winrar-64bit.en.softonic.com/....
-
clc clear all close all warning off c=webcam; while true e=c.snapshot; mkdir=createMask(e); mkdir=imfill(mkdir, 'holes...
-
%========================================================================== % The mfile investigates the generation, transmission and rece...