![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/30725596_1691398943760_DEF.jpg)
Amish
Followers: 0 Following: 0
Btech CSE student. Exploring the power of MATLAB
Statistics
RANK
887
of 297,016
REPUTATION
84
CONTRIBUTIONS
0 Questions
87 Answers
ANSWER ACCEPTANCE
0.00%
VOTES RECEIVED
10
RANK
of 20,419
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
System of differential equation. How to solve?
Hi Riccardo, In order to solve a system of partial differential equations (PDEs) in MATLAB, especially with boundary condition...
4 days ago | 0
serial communication to VFD displays
Hi Dinesh, When sending serial data to a device like a VFD display through a USB to RS-485 converter, it's important to ensure...
4 days ago | 0
Create FM signal 100 MHz
Hi Alexandro, You can try to create an FM signal from a segment of a song and ensure the modulated signal has a bandwidth of a...
4 days ago | 0
send a value from matlab to arduino
Hi Zainoor, To send a value from MATLAB to an Arduino and view it on the Serial Monitor, you need to make sure that both the M...
4 days ago | 0
Modification of variable as a function of time ?
Hi Louis, To achieve this in Simulink, you can use a combination of blocks to create a simple model that modifies the value of ...
4 days ago | 0
Sending data to thingspeak channel using UMTS
Hi Emmanuel, Yes, you can write data to ThingSpeak channels using UMTS (Universal Mobile Telecommunications System) technology...
10 days 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...
10 days 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...
10 days 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...
10 days 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...
11 days 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...
11 days 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...
11 days 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...
11 days 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...
12 days 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 ...
12 days 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...
12 days 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 months 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 months 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...
5 months 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...
5 months 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...
5 months 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 ...
5 months 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 months 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 months 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...
6 months 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 months 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 months 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 months 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 months 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 months ago | 0
| accepted