
Amish
Followers: 0 Following: 0
Btech CSE student. Exploring the power of MATLAB
Statistics
RANK
884
of 296.864
REPUTATION
84
CONTRIBUTIONS
0 Questions
82 Answers
ANSWER ACCEPTANCE
0.00%
VOTES RECEIVED
10
RANK
of 20.414
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Sending data to thingspeak channel using UMTS
Hi Emmanuel, Yes, you can write data to ThingSpeak channels using UMTS (Universal Mobile Telecommunications System) technology...
1 dag ago | 0
reading "depth raw12" file from ToF camera
Hi Ran, If you want to convert the "depth raw12" data from your Vzense 560C Pro ToF camera into a matrix for arithmetic operat...
1 dag ago | 0
How can i control MAX7219+Arduino to control led matrix?
Hi, Controlling an LED matrix connected to a MAX7219 driver using MATLAB involves sending the appropriate commands to the MAX7...
1 dag ago | 0
Simulink code to Simulink model convert
Hi Murge, It is not feasible to convert the generated code of a model back into the model. However, you can replicate the mode...
1 dag ago | 0
Simulink run internal and external modes simultaneously
Hi Judah, Unfortunately, Simulink's built-in UDP blocks, such as those in the DSP System Toolbox, require the toolbox for full...
2 dagen ago | 0
How can I get curvature contour
Hi Teerapong, In order to generate a curvature contour line to your 3D implicit surface plot in MATLAB, you will need to gene...
2 dagen ago | 0
How do I compute double integrals in Simulink?
In Simulink, you can compute double integrals using the integral2 function, but there are some limitations. The integral2 functi...
2 dagen ago | 0
Need help with data store memory block of simulink
Hi Nisha, Using global variables in MATLAB and Simulink can be a bit tricky, especially if you're trying to maintain state acr...
2 dagen ago | 0
2 arduino connect in simulink
Hi Jae, You can control 2 Arduino blocks to Simulink by using the Master-Slave Architecture to ensure both boards can communic...
3 dagen ago | 0
How to count events in sliding time window
Hi Vishwajit, To implement a sliding window mechanism in Simulink that raises a flag if three events occur within a 30-second ...
3 dagen ago | 0
hello every one where can i find the PEM electrolyser block in the simulink library browser ??
Hi Tali, I see that you are looking for a PEM electrolyser block in the Simulink Library browser. However, please note that S...
3 dagen ago | 0
How this PCA code written here .can someone plz explain.
Hi Praveen, It seemsl like you are trying to understand how the above-mentioned code is functioning. It looks like the code sn...
4 maanden ago | 0
How to calculate the covariance and correlation among variables and principal components.
Hi Huan, I see that you want to perform a PCA analysis and calculate the covariance and correlations among principal component...
4 maanden ago | 0
Interfacing with android app
Hi Pawan, To interface a thermometer’s analog data with a mobile device via the audio jack and process it using MATLAB, you ca...
4 maanden ago | 0
equal weight strategy with monthly rebalance
Hi Francesca, You can do the calculation for compound return and volatility for every asset with the same weights in MATLAB. I...
4 maanden ago | 0
Is there any way to read ambient light values from android or iPhone to matlab?
Hi Sara, To read lux values from the ambient light sensor on your mobile device in real-time into MATLAB, you can use the Simu...
4 maanden ago | 0
Modelling cables in simulink
Hi Luis, Simscape Multibody does have ways to model cable-driven systems, but it might not be immediately obvious. Here are a ...
4 maanden ago | 0
Cone beam image recontruction????
Hi Izwaf, To reconstruct a 3D volume from your 360 Conebeam Projections using the Feldkamp-Davis-Kress (FDK) method in MATLAB,...
5 maanden ago | 0
satbath and projection
Hi Leon, To project data on a map and overlay contours of bathymetry from satbath in MATLAB, you can use the 'contourm' functi...
5 maanden ago | 0
Sielence removal for Speaker Recognition using NTIMIT database
Hi Shaikha, To implement a robust silence removal technique for a speaker recognition system using MATLAB and Simulink, you ca...
5 maanden ago | 0
Simulkink FFT Shift block
Hi Katherine, The fftshift can be replicated in Simulink using a combination of "FFT Block" and "Premute" blocks. The "FFT b...
6 maanden ago | 0
how to see a serdes channel's frequency response in simulink?
Hi Xufei, I see that you are looking for a way to see the channel's frequency response for the example "Architectural 112G PAM...
6 maanden ago | 1
| accepted
Moving variables between episodes
Hi Danial, I understand that you want to modify the variables when the function train(agent,env) is running in MATLAB. Editi...
6 maanden ago | 0
| accepted
DC 모터에서 전류 제어를 LQR 제어기로 하고싶은데 simulink를 어떻게 만들어야 하나요?
Hi 주환 엄, You can use MATLAB to compute the "LQR gain matrix" (K). The LQR controller minimizes a cost function of the form: ...
6 maanden ago | 0
Why does my native library behave differently when wrapped using clibgen?
Hi Ben, I see that you’ve been very thorough in your approach. The small discrepancies you’re observing could indeed be due to...
7 maanden ago | 0
| accepted
how do i put MATLAB complex array to python?
Hi Yasushi, It looks like you’re encountering an issue with passing complex arrays from MATLAB to Python using pyrunfile. The ...
7 maanden ago | 0
| accepted
Long scripts in thingspeak.
Hi Marc, Yes, you can call functions from one MATLAB analysis in another by organizing your functions into separate files or s...
7 maanden ago | 0
errors about mdfimport command
Hi wenchao, You can use the following file exchange to read .MDF files: https://www.mathworks.com/matlabcentral/fileexchange/9...
7 maanden ago | 0
| accepted
Creating a grid on an image at an angle with a specific spacing
Hi Bera, Assuming that your axes could be at an angle from the default x-y axes, you can follow the following approach to plot...
8 maanden ago | 0
Code generation with VNT in release mode
Hi Dan, It seems like you are experiencing issues with data integrity and continuity while attempting to stream EMG signals fr...
8 maanden ago | 0