![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
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...
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일 전 | 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...
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일 전 | 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...
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일 전 | 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...
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일 전 | 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 ...
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일 전 | 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...
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일 전 | 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...
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일 전 | 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...
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일 전 | 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...
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일 전 | 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...
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일 전 | 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...
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일 전 | 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...
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일 전 | 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...
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일 전 | 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...
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일 전 | 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 ...
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일 전 | 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...
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일 전 | 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...
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개월 전 | 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...
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개월 전 | 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...
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개월 전 | 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...
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개월 전 | 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...
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개월 전 | 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 ...
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개월 전 | 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,...
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개월 전 | 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...
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개월 전 | 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...
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개월 전 | 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...
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개월 전 | 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...
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개월 전 | 1
| 수락됨
답변 있음
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...
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개월 전 | 0
| 수락됨
답변 있음
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: ...
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개월 전 | 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...
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개월 전 | 0
| 수락됨