
Anshuman
MathWorks
Followers: 0 Following: 0
C++, C, MATLAB, HTML, CSS
Spoken Languages:
English, Hindi
Professional Interests:
Simulink
Statistics
0 Questions
58 Answers
RANK
1,990
of 299,706
REPUTATION
32
CONTRIBUTIONS
0 Questions
58 Answers
ANSWER ACCEPTANCE
0.00%
VOTES RECEIVED
2
RANK
of 20,791
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 165,568
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
How to test sound sensor using matlab, is there any library or custom library to develop?
Hi Sakhumzi, To test a sound sensor using MATLAB, you can utilize the built-in audio processing capabilities and functions. Her...
2 years ago | 0
| accepted
Power Supply current output for data analysis
Hi Sudarshan, You can start by importing the power supply data into MATLAB. Depending on the format of the data, you can use fu...
2 years ago | 0
Real-time Data Acquisition Using NI-USB 6009
Hi Muhammad, To perform real-time measurements with the NI USB-6009 and an Incremental Rotary Encoder, you can use MATLAB's Dat...
2 years ago | 0
Cross-lagged panel model with random intercept in MATLAB
Hi Laura, In MATLAB, there is no specific toolbox or function dedicated to implementing cross-lagged panel models (CLPMs) with ...
2 years ago | 0
Create dynamic Beamforming Weights, which depend on the frequency
Hi Christoph, In MATLAB, you can use the Signal Processing Toolbox to help you with this task. The toolbox provides various fun...
2 years ago | 0
Is it possible to store or plot validation error in tunefis?
Hi Dawid, In MATLAB R2022b, the 'tunefis' function does not provide a direct option to save or store the validation error in fu...
2 years ago | 0
Implementing Adaptive Filters in Matlab for virtual Antenna Arrays
Hi BELIEVE, Here's an example code of a basic implementation of the Least Mean Squares (LMS) algorithm for an adaptive filter i...
2 years ago | 0
Running yalmip optimization solver in Raspberry Pi through MATLAB
Hi Suman, Running code that uses YALMIP functions on a Raspberry Pi through MATLAB is not directly supported. YALMIP is a MATLA...
2 years ago | 0
How to export all coverage result (including reference model) from test manager using command window?
Hi Andy, To export the coverage results of the reference model along with the model you are testing in MATLAB's Test Manager, y...
2 years ago | 0
How to use statistical calculation for two groups and two condition?
Hi Muhammad, To calculate statistical parameters between two groups and two conditions using the FieldTrip toolbox in MATLAB, y...
2 years ago | 0
Labview and Matlab signal processing PAM and ZIP
Hi Yusuf, To compress the signal acquired from LABVIEW after modulating it with Pulse Amplitude Modulation (PAM) and before app...
2 years ago | 0
Simulate N turns loop antenna
Hi Angel, Yes, you can simulate an N-turn rectangular loop antenna using MATLAB's Antenna Toolbox. With the Antenna Toolbox, yo...
2 years ago | 0
How to calculate PI values when I apply Direct Torque Control in Induction Motor for speed controller?
Hi Giannhs, To calculate the proportional-integral (PI) controller values for speed control of an induction motor using direct ...
2 years ago | 0
Building solid-liquid extractor in Aspen
Hi Prathusha, To model a solid-liquid extractor in MATLAB and export it to Aspen HYSYS, you can follow these general steps: Un...
2 years ago | 0
Why does the Matlab Windows Uninstaller leave files behind, including java binaries, the uninstaller, and the product folder that should have been removed?
Hi Jeffrey, The MATLAB Windows Uninstaller is designed to remove the majority of files and directories associated with MATLAB d...
2 years ago | 0
Run simulation using multiple arduino mega in the same laptop
Hi Noor, When you connect two Arduino Mega boards to your computer, one programmed using the Arduino software and the other pro...
2 years ago | 0
Gene enrichment analysis pipeline to analyze RNA-seq data?
Yes, MATLAB provides tools and resources for gene enrichment analysis, allowing you to analyze lists of differentially expressed...
2 years ago | 0
| accepted
Create a custom RGB printer profile from measured data.
Hi Brian, In MATLAB, you can use the Color Matching Functions (CMFs) and the makecform function to build a custom ICC profile f...
2 years ago | 0
How can we find the RSSI value of a wireless connection?
To find the RSSI (Received Signal Strength Indicator) value of a wireless connection using MATLAB, you can utilize the MATLAB Fi...
2 years ago | 0
How to model 16 bit ADC and 8 bit DAC in simulink?
Hi Naveen, Simulink is a powerful tool for modeling and simulating dynamic systems. Here are the steps to help you get started:...
2 years ago | 0
Is there an opportunity to connect the News Lego Spike hub with matlab?
The LEGO Spike Hub supports Bluetooth Low Energy (BLE) connectivity, which allows you to establish a connection between MATLAB a...
2 years ago | 0
With sltest.TestCase, how can I execute one time step of my model at a time?
Hi Taylor, the sltest.TestCase class is primarily designed for creating and managing test cases, which involve running simulatio...
2 years ago | 0
getSimulinkBlockHandle Inverse - Get path from handle
Hi Mark, in MATLAB R2019b, there is no direct way to convert a handle into a BlockPath object. The BlockPath class was introduce...
2 years ago | 0
| accepted
Error: IndexError('list index out of range')
There are a few steps you can take to troubleshoot the issue: Verify CARLA Installation: Double-check that CARLA is correctly i...
2 years ago | 0
How to perform load flow analysis of the Single phase system modelled in Simscape/Electrical
Although many examples in Simscape Electrical focus on three-phase systems, the load flow analysis can be adapted for a single-p...
2 years ago | 0
Interpreting Spectral density graph
Yes, MATLAB is well-equipped to analyze and interpret spectral density graphs and various other types of plots. To interpret a s...
2 years ago | 0
NEURAL NETWORK POTABLE WATER UPLIFT
To predict the optimized quantity of potable water for a flight based on the given parameters, you can follow these steps: Calc...
2 years ago | 0
Detecting the margin line (the line separating the teeth from the gum) in a STL file
Hi Zahra, Detecting the margin line and approximal line in a 3D STL model of a tooth and gum can be a complex task. Here are so...
2 years ago | 1
How to find volume fraction of a 3D structure ?
Hi Adeline, To find the volume fraction of an irregular 3D meshed model, you can use the following steps: Import the meshed mo...
2 years ago | 0
How to create a simulink block to receive/transmite a CAN message with the Arduino due (native CAN 0 and CAN1)?
Hi Alan, Here are some general steps that you can follow to create an S-function block for sending and receiving CAN messages f...
2 years ago | 0