programmerworld
Know all about MATLAB/ Simulink, Selenium Testing, Android apps development and much more …
Menu
Skip to content
Search for:
Search Button
Home
MATLAB
Simulink
How to design a 3rd order differential equation in both Matlab script and Simulink model?
Design Spring Mass Damping System in Simulink
Design two Mass Damper Spring System in Simulink
Basic model testing using Signal Builder block in Simulink
Design a simple counter and reset counter in Simulink
Design simple Low Pass RC Filter using Simulink
Draw Concentric Circles Plot in Simulink Scope
How to design Differential Equation (2nd Order) in Simulink – MATLAB?
How to export Simulink scope data to Excel sheet file using writetable command in MATLAB?
How to design an increasing and decreasing toggle counter in Simulink – MATLAB R2019a?
How to design a Pulse width modulation PWM signal using a clock timer block in Simulink?
Model Referencing in Simulink – MATLAB R2018b
How to design a simple Simulink Model to compute the Factorial of a number?
All about Buses – Bus Creator, Bus Selector and Bus Assignment block in Simulink.
How to design variable step increasing and decreasing counter in Simulink?
Your Own Toolbox in Matlab – learn how to design, install and use a Custom Toolbox in MATLAB?
How to Design a Variant Subsystem in Simulink – explained using a simple example.
Spring Mass Damping System with added noise disturbance in Simulink – Part 2
Trace-ability between Simulink Model and Excel, Word or DOORs using SL Requirement (VnV) toolbox
Model Callback and Block callback Functions Simulink – MATLAB R2018a
Design a simple High Pass RC Filter using basic blocks of Simulink in MATLAB
PID Controller (Proportional Integral Derivative) and plant model (Spring Mass Damper) in Simulink.
Simulink Width Block – find the number of signals in a bus or elements in a vector signal.
How to implement Mask and define parameters on a subsystem Block in Simulink – MATLAB?
How to convert a pulse wave into square wave in Simulink and detect the edge of the pulse signal?
How to create a subsystem and library block from any model in Simulink?
How to design a Decreasing Counter and reset counter in Simulink?
Create a Square Wave Generator using Level-2 S-Function and MATLAB Function block in Simulink.
Dependency Analysis and Reference Project in Simulink Project explained – SL Project Tutorial 2
Simulink Project Tutorial 1: How to set it using GIT or SVN in MATLAB?
Quick Sort algorithm using recursive MATLAB function
Machine Learning Algorithm – Polynomial Regression in MATLAB App Designer R2018a
Webcam video Live Streaming in MATLAB App Designer
Simulate a model through App Designer, set parameters and plot outputs in App Designer
Design a GUI in MATLAB using AppDesigner – create a Simple Calculator
Design a simple Casino type Game in MATLAB using App Designer with Gauge and Spinner
Design a simple Game in MATLAB using App Designer
Plot in UIAxes and demo of slider, knob and Gauge in App Designer in MATLAB
Bubble Sort algorithm Solved using recursive MATLAB function
MATLAB App designer command line tutorial – design calculator in Easy steps
MATLAB Tutorial Calculator using GUIDE
How to send an email using MATLAB? How to check internet connection in MATLAB?
How to create an Alarm Clock in MATLAB App Designer in Simple Steps?
How to create Alarm Clock using GUIDE in MATLAB?
Fibonacci series programming in MATLAB and Simulink Model for beginners
How to design a sound recorder and modulator in MATLAB using App Designer?
How to design counter in App Designer using MATLAB function and global variables in Simulink Model?
How to design a simple counter using App Designer private functions and properties?
How to access web sites or internet using matlab and make a custom browser using app designer?
Interpolation using interp function in MATLAB
How to design a simple email client using App Designer in MATLAB?
Merge Sort algorithm solved using recursive MATLAB Function
Insertion Sort Algorithm solved using MATLAB function.
Selection Sort algorithm solved using MATLAB Function
Text to Speech Conversion in MATLAB. Access Speech Properties of windows from MATLAB.
Design Advance and Basic Calculator, set buttons visible and invisible in MATLAB AppDesigner
How to design Radio button, check boxes and drop down menu in MATLAB App Designer?
Plot and subplot command using MATLAB Live Editor
3-D plot, Surface Plot and Color Map using MATLAB Live Editor
MATLAB App Designer toggle using Radio Button among multiple options in an Advance Calculator design
How to compute Factorial n using simple Stateflow Chart and recursive MATLAB Function?
How to compute the sum of Factorial in MATLAB and Stateflow?
How to sort a String Array in MATLAB Script?
How to create your video editor App in MATLAB using App Designer?
How to run/execute a MATLAB live script or function from App designer?
How to read numbers from an image in matlab using ocr (optical character recognition)?
How to connect to Oracle database and run SQL queries from matlab command line and database explorer App?
How to connect and work with Oracle database in matlab using App Designer?
How to design a 3rd order differential equation in both Matlab script and Simulink model?
Selenium
How to resolve “Response code 500” error in selenium webdriver- Could not create a session error?
How to Open/Close Browser through webdriver – Basic/First Program of Selenium?
How to drag and drop elements in selenium webdriver?
How to solve “Webdriver cannot be resolved to a type” Error in Selenium?
How to take locators (xpath, etc) in Selenium and check locators in browser before using it in code to minimize the error?
How to fix Webdriver wait or implicitly wait deprecated message error in Selenium webdriver?
How to fix “ElementNotInteractableException” error in Selenium webdriver?
How to maximize/ minimize/ full screen browser window in Selenium Automation?
How to Resolve/fix session not created Exception i.e. “org.openqa.selenium.SessionNotCreatedException” in Selenium?
How to prevent chrome browser from automatic updates for your Selenium test environment?
How to resolve “java.lang.IllegalStateException: The driver executable does not exist” in Selenium?
How to fix “Exception in thread “main” org.openqa.selenium.WebDriverException: Cannot find firefox binary in PATH” in selenium webdriver?
How to run the selenium web driver program in different browsers? How to change the chrome browser to Firefox browser?
Android
Build a chat message App in Android Studio using Firebase database
Design a location tracking App using GPS in Android Studio
Design custom browser Android App to access application like YouTube, Radio, News Channel
Create a simple Alarm Clock App in Android Studio
How to use Facebook Conceal Method to Encrypt your data like password before storing in SQLite Database in Android? – Complete source code
How to Create a Custom Calendar App to store reminders and events using SQLite Database in Android Studio?
How to send SMS automatically from your phone by programming in Android Studio java code?
How to track your location using GPS and send it over sms in your Android App? – Complete Source Code
How to create PDF file in your Android App? Complete source code using Android Studio
Create Android chat message App with End to End AES(Advanced Encryption Standard) method in Firebase
How to create walking step counter App using Accelerometer sensor and Shared Preference in Android?
How to design a simple Audio Recorder App in Android Studio?
How to create foreground services and notification in your Android App?
How to take screenshot from your Android App and open the image file programmatically?
How to fetch data from SQLite database and put that in a PDF File in your Android App? – source code
How to open and send email using the native client directly from your Android App? – Source Code
How to switch Wifi On and Off automatically or remotely in your Android App? – Complete Source Code
How to access file system using explorer or browser in your Android App? – complete source code.
How to convert Latitude and Longitude location to an actual address and show on map in Android App?
How to adjust the volume of your Android Phone programmatically from your App? – Source code
How to control screen brightness level through your custom Android App? – Complete source code
How to access the battery level and ring an alarm automatically in your Android App? – complete code
Create a stop watch or counter using broadcast and notification in foreground service in Android
How to convert JPG image file into PDF file in your Android App? – complete source code.
How to create custom camera App to take pictures in Android phone?
How to control audio or ringtone settings of your Android phone remotely without Internet using SMS?
How to create Service class to run a custom alarm clock in your Android? – Complete source code
How to create your custom video player App in Android?
How to create your PDF reader Android App? – complete source code
How to convert Text to Speech in your Android App? – Complete source code
How to create a simple Android Camera App or Mirror App to preview the images using Android Studio?
How to give voice command to your phone from your custom Android App to perform certain operations?
How to generate pure random number in your Android App using sensor data of Temperature, Gravity, Gyroscope, pressure, proximity, etc.?
How to Open/Start another App such as gmail, whatsapp, SMS, Facebook from your custom Android App?
How to call or dial a phone number from your own custom Android App? – Complete Source code
How to implement search view functionality in the App using Firebase Database in Android Studio?
How to develop an Android App for your retail business (B2C) using Firebase Database?-source code
How to access SMS or read last SMS in your phone using your App – Android Studio Java code?
How to sort a string array using Insertion method in your Android App?
Android Chat Message App – Part 2 – How to create custom unique ID and parse it for firebase db ?
Bubble Sort Algorithm solved in Android App using recursion.
Create a simple business App using SQL Lite Database in Android Studio – for beginners.
Create location tracking Android App by exchanging location information over Firebase database.
How to create or generate QR (Quick Response) Code in your Android App? – complete source code
How to compute GCD (Greatest Common Divisor) or HCF (Highest Common Factor) in your Android App? Android Studio complete source code
How to generate bar code for any text in your Android App? – Android Studio Source code
How to switch Torch or Flash Light on and off from your Android App? – complete source code
How to create your own QR Code and Barcode scanner reader Android App? – complete source code
How to implement fingerprint biometric authentication in your Android App? – complete source code
How to create your own Compass Android App using Magnetic Field and Accelerometer Sensors in Android Studio? – Complete Source code
How to detect the Mobile Network Type (2G, 3G, 4G, 5G) from your Android App? – Android Studio Complete source code
How to read or access the contacts saved in the phone from your Android App?
How to create a personal voice assistant Android App to create a text file? – complete source code
How to connect to MS SQL Server database from your Android App? – complete steps
How to create your Optical Character Recognition (OCR) Android App and convert the text into speech?
Record and Play the sound simultaneously (live stream over Bluetooth speaker) in your Android App?
How to convert the Java code to Kotlin for your App in Android Studio?
How to get the Mac Address (Physical Hardware Address) of your phone’s (wifi) network from your Android App?
How to create background process in your Android App?
How to implement picture-in-picture mode for your Android App?
How to share file or text on gmail, whatsapp, sms, Bluetooth from your Android App (share button)?
How to log call data such as number, name, duration, type(incoming or outgoing) in your Android App?
How to create stored procedure in MS SQL database server and run (call) it from your Android App?
How to get IMEI (International Mobile Equipment Identity) number of your phone programmatically in your Android App?
How to insert floating pop-up window layout on top of the main layout in your Android App?
How to insert splash screen at the start of your Android App?
How to get the device last location (using GPS/ Network) without using Map Layout in your Android App?
How to create and delete a file programmatically from your Android App?
How to host your Android App on Google Play Store? – Step by step guide with Calculator App example
How to get the installation date of any App from your Android App?
How to detect whether a user is typing or using the keyboard in your Android App?
How to create your own Text Editor Android App for making text bold, italics, underline, alignment?
How to create an Excel file from your Android App?
How to read and forward certain SMSes programmatically in your Android App? – complete source code
How to implement Biometric authentication in your Android App? – complete source code
How to detect Ambient Light (Bright/Dark or Day/Night) and set the layout background accordingly in your Android App?
How to store images in SQLite database (insert, update, delete and fetch) in your Android App?
How to get the list of Apps installed on the phone from your Android App? – complete source code
How to trigger a notification from your Android App? – Complete source code
How to enable vibration or make your phone vibrate from your Android App?
How to select colors with the Palette API in your Android App?
How to send Push Notification (cloud messaging) from Firebase console to your Android App? – Complete source code
How to create Microsoft Word Document (.docx) File from your Android App?
How to store image in MS SQL Server database and retrieve it from your Android App?
How to get current Date and Time in your Android App?
How to create and read a PDF file in your Android 11 App?
How to customize long press app icon item list (ShortcutManager menu dialog) for your Android App?
How to get telecom carrier name of any sim slot in your Android App?
How to add watermark in your PDF file from your Android App?
How to take screenshot from your Android 11 App?
How to create your own custom Piano Android App? – using SoundPool API
How to insert / put image in an excel file from your Android App?
How to customize the display icon of your Android App?
How to get Latitude and longitude coordinates from the text address in your Android App without maps layout using Geocoder API?
How to get the list of all the Apps installed in your Android phone? – Android 12 | API Level 31
How to detect the vibration or shaking of the phone in your Android App? – Android 12 | API Level 31
How to control the size of the text using the seekbar in the floating window in your Android App?
How to set text color in the edit text or text view widget in your Android App?
How to access public files from the external directories, such as download or Image/ Picture folder, in your Android App? – Android 12 | API 31
How to read texts from an image (OCR) using google vision library in your Android App?
How to send email using gmail SMTP server directly from your Android App?
How to get current system volume level (Music, Alarm, Voice Calls) and set it on seekbar in your Android App?
How to draw the content of a canvas on SurfaceView and ImageView in your Android App?
How to plot arrays (X and Y coordinates) on axes in your Android App without using dependencies or libraries?
How to get Date and Time from online servers in your Android App?
How to show progress bar/ image while waiting for a function (INET/ IP address of a website) to finish in your Android App? – using java.util.concurrent
How to save edited text (bold, italic, underline, alignment) in SQLite database in your Android App?
How to convert drawable resource image into bitmap in your Android App?
How to import external Jar files as libraries in Android Studio Environment?
How to set the color of the selected part of the text in EditText or TextView in your Android App?
How to connect to the Oracle database using JDBC driver from your Android App? – Android Studio Example
How to detect GPS is ON or OFF (enabled or disabled) from your Android App?
How to enable/ disable the GPS (toggle-ON/ OFF) from Android App by calling intent from AlertDialog?
How to Turn ON location services (GPS) without navigating to settings page from your Android App?
How to check if a file exists (in download folder) from your Android App? – API level 30/ Android 11 and above
iOS
How to create your first iOS App using XCode?
How to get current date and time in your iOS App? -Xcode tutorial
How to get current location of the phone in your iOS App? – Xcode tutorial
How to edit UITextView by enabling AllowsEditingTextAttributes (create a Text Editor) in your iOS App to make selected text bold, italics, underline? – Xcode
How to build a simple calculator App for iOS in Xcode (swift)?
How to create a simple text file in your iOS App? – Xcode tutorial using swift language
How to check a Palindrome word in your iOS App? – swift code using Xcode
Blogs
What is a pure random number?
5 safety measures while downloading Android apps online
Coding Tips for Beginners
Quick Tips to prepare for AWS Certified Developer Associate certification
How to prevent or avoid online fraud or risk?
Data Encryption: What It Is – And Why You Should Care?
Writing a Paper in APA Format: Tips and Tricks for Students
How to setup and run your first python program in Windows OS?
How to Use MATLAB in Real Life?
How to check license details and toolboxes installed in your MATLAB environment?
How to solve Oracle database ERROR: ORA-12541: TNS:no listener?
How to fix “No emulators are currently running. To launch an emulator, use the Device Manager or run your app while targeting a virtual device.” error in Android Studio?
How to convert .MOV or other video files extension to .MP4, .WMV or .MPEG file type readable by Windows Media Player using VLC?
How to allow “Install unknown apps” in your Andorid phone?
How to create and install your custom toolbox in Scilab 6.1.1?
How to install flutter (plugin) in your Android studio development environment?
How to install flutter (SDK) in your Windows OS and use it in Android Studio IDE?
How to continuously run a Java program until the “Enter” key is pressed? – Eclipse
How to import external Jar in your Java project in Eclipse 2019-12 (4.14.0)?
Contact
Payment
Tag:
apkfile
May 23, 2022
May 23, 2022
PWorld
How to allow “Install unknown apps” in your Andorid phone?
Loading Comments...
Write a Comment...
Email
Name
Website