Programming Languages:
Python, C++, C, MATLAB, Arduino, Assembly
Spoken Languages:
English, Hindi
Pronouns:
He/him
Python, C++, C, MATLAB, Arduino, Assembly
Spoken Languages:
English, Hindi
Pronouns:
He/him
Feeds
답변 있음
How to convert a struct to an object?
Hi, A “gmdistribution” model object can be created using the “gmdistribution” function by specifying the distribution parameter...
How to convert a struct to an object?
Hi, A “gmdistribution” model object can be created using the “gmdistribution” function by specifying the distribution parameter...
8일 전 | 0
답변 있음
How can we generate a plot with multiple lines?
Hello, The MATLAB “hold” command is used to plot multiple plots on the same axes. The command “hold on” sets the axes hold stat...
How can we generate a plot with multiple lines?
Hello, The MATLAB “hold” command is used to plot multiple plots on the same axes. The command “hold on” sets the axes hold stat...
8일 전 | 0
답변 있음
is it possible to display the size of an image in MB or KB on matlab?????? if yes how??
Hi Pradeep, Yes, it is possible to display the size of an image in MB or KB in MATLAB. You can achieve this by calculating its...
is it possible to display the size of an image in MB or KB on matlab?????? if yes how??
Hi Pradeep, Yes, it is possible to display the size of an image in MB or KB in MATLAB. You can achieve this by calculating its...
9일 전 | 0
| 수락됨
답변 있음
changing git repository for version control
Hey @David Streng, Before using Git source control in MATLAB, it needs to be specifically set-up for MATLAB. There are seven r...
changing git repository for version control
Hey @David Streng, Before using Git source control in MATLAB, it needs to be specifically set-up for MATLAB. There are seven r...
9일 전 | 0
답변 있음
Superimpose a curve on a a image generated by 'imagesc' command, I need to keep two different Y-axis.
Hi prasad, To create plots with two y-axes, you can make use of the “yyaxis” function in MATLAB. Refer to this link for more i...
Superimpose a curve on a a image generated by 'imagesc' command, I need to keep two different Y-axis.
Hi prasad, To create plots with two y-axes, you can make use of the “yyaxis” function in MATLAB. Refer to this link for more i...
9일 전 | 0
답변 있음
How to get the error in two different curve ?
Hi, As the raw data is available in the form of matrices in the MAT-file, converting the plotted curves into images and then fi...
How to get the error in two different curve ?
Hi, As the raw data is available in the form of matrices in the MAT-file, converting the plotted curves into images and then fi...
15일 전 | 0
답변 있음
How can I convert sampled HDM data to PSD data?
Hello Philip, I am working under the assumption that “vibration data in HDM data acquisition system and converted into a MATLAB...
How can I convert sampled HDM data to PSD data?
Hello Philip, I am working under the assumption that “vibration data in HDM data acquisition system and converted into a MATLAB...
15일 전 | 0
답변 있음
How to read analog signal from Arduino in Matlab?
Hi Venkatesh Kumar, The first step is to check if the Arduino hardware being used is connected to the computer and is accessibl...
How to read analog signal from Arduino in Matlab?
Hi Venkatesh Kumar, The first step is to check if the Arduino hardware being used is connected to the computer and is accessibl...
16일 전 | 0
답변 있음
How to convert .xlsx file to .mat larger than 200 mb
Hello, The parameter “version” in the MATLAB function “save” can be used to specify the MAT-file version. This effects the maxi...
How to convert .xlsx file to .mat larger than 200 mb
Hello, The parameter “version” in the MATLAB function “save” can be used to specify the MAT-file version. This effects the maxi...
16일 전 | 0
답변 있음
What types of components should be connected to the interfaces of the fault(three-phase) module?
Hello Peter, The “Fault (Three-Phase)” block is a Simscape electrical block whose inputs are physical signals, which are differ...
What types of components should be connected to the interfaces of the fault(three-phase) module?
Hello Peter, The “Fault (Three-Phase)” block is a Simscape electrical block whose inputs are physical signals, which are differ...
17일 전 | 1
| 수락됨
답변 있음
Need some help learning Simulink
Hey, The “Clock” block in Simulink outputs the current simulation time at each simulation step. This block is useful for other ...
Need some help learning Simulink
Hey, The “Clock” block in Simulink outputs the current simulation time at each simulation step. This block is useful for other ...
17일 전 | 1
답변 있음
How to find example file in MATLAB
Hi, As per the release notes of MATLAB R2023b, starting from MATLAB R2023b, the function “openExample” must be used to open Sim...
How to find example file in MATLAB
Hi, As per the release notes of MATLAB R2023b, starting from MATLAB R2023b, the function “openExample” must be used to open Sim...
대략 1개월 전 | 0
| 수락됨
답변 있음
How to include text in m file as code?
Hi, There are a few methods to load “.txt” files into MATLAB arrays: 1.Using the “load” function: A “.txt” file can be loaded ...
How to include text in m file as code?
Hi, There are a few methods to load “.txt” files into MATLAB arrays: 1.Using the “load” function: A “.txt” file can be loaded ...
대략 1개월 전 | 1
답변 있음
Deploying MATLAB engine API for Python
Hi, To package a MATLAB function and deploy it as a Python application, follow the workflow described in the following link - ...
Deploying MATLAB engine API for Python
Hi, To package a MATLAB function and deploy it as a Python application, follow the workflow described in the following link - ...
대략 1개월 전 | 0
답변 있음
How to connect kit stm32f411e discovery with simulink
Hi John, To successfully establish connection between Simulink and STM32 targets, a few pre-requisite setup tasks need to be co...
How to connect kit stm32f411e discovery with simulink
Hi John, To successfully establish connection between Simulink and STM32 targets, a few pre-requisite setup tasks need to be co...
대략 1개월 전 | 0
답변 있음
Using Embedded code to generate bootable code- Aurix TC4x
Hi Archit, Regarding your first query, the “PWM” block in the Embedded Coder Support Package for “Infineon AURIX TC4x” Microcon...
Using Embedded code to generate bootable code- Aurix TC4x
Hi Archit, Regarding your first query, the “PWM” block in the Embedded Coder Support Package for “Infineon AURIX TC4x” Microcon...
대략 1개월 전 | 0
답변 있음
How to run simulink control and simscape model in different timming loops?
Hi, Integrating Simscape models with Simulink requires certain changes to Simulink defaults and consideration of physical simul...
How to run simulink control and simscape model in different timming loops?
Hi, Integrating Simscape models with Simulink requires certain changes to Simulink defaults and consideration of physical simul...
대략 1개월 전 | 0
| 수락됨
답변 있음
Facing error in this example openExample('whdl/WHDLOFDMTransmitterExample')
Hi, On running the shipped example “whdl/WHDLOFDMTransmitterExample” on MATLAB R2023b, I did not encounter the error mentioned...
Facing error in this example openExample('whdl/WHDLOFDMTransmitterExample')
Hi, On running the shipped example “whdl/WHDLOFDMTransmitterExample” on MATLAB R2023b, I did not encounter the error mentioned...
2개월 전 | 0
| 수락됨
답변 있음
xcpA2L error: Error using numel Bad subscripting index.
Hi Shannon, The issue you are facing seems to be due to a version mismatch in the A2L version. From the MATLAB R2021b release ...
xcpA2L error: Error using numel Bad subscripting index.
Hi Shannon, The issue you are facing seems to be due to a version mismatch in the A2L version. From the MATLAB R2021b release ...
2개월 전 | 0
답변 있음
How to make non inlined s-functions inlined for code generation
Hi Aubrey, Writing S-functions to be included in generated code involves requirements that go beyond writing S-functions used ...
How to make non inlined s-functions inlined for code generation
Hi Aubrey, Writing S-functions to be included in generated code involves requirements that go beyond writing S-functions used ...
2개월 전 | 1
답변 있음
Programmatically to get member data type in In Bus Element Block
Hi, To programmatically obtain the data type attribute value of an In Bus Element, the function “get_param” should be used. Th...
Programmatically to get member data type in In Bus Element Block
Hi, To programmatically obtain the data type attribute value of an In Bus Element, the function “get_param” should be used. Th...
2개월 전 | 0
답변 있음
SSIM calculation for RGB images
Hi, There is an operational difference in the function “ssim” when called without passing the name-value argument “DataFormat”...
SSIM calculation for RGB images
Hi, There is an operational difference in the function “ssim” when called without passing the name-value argument “DataFormat”...
2개월 전 | 0
답변 있음
How to treat 200 rows of data as an event when constructing a Timetable, as a piece of data, the size is 200*1
Hi Wensor, Using the “array2timetable” function, you can directly convert numeric data from arrays to a timetable. This can be ...
How to treat 200 rows of data as an event when constructing a Timetable, as a piece of data, the size is 200*1
Hi Wensor, Using the “array2timetable” function, you can directly convert numeric data from arrays to a timetable. This can be ...
2개월 전 | 0
답변 있음
Simulink generated code optimization - CPU Load
Hi Oldrich, The increase in CPU load when substituting manual code with generated code from the Simulink model can arise due to...
Simulink generated code optimization - CPU Load
Hi Oldrich, The increase in CPU load when substituting manual code with generated code from the Simulink model can arise due to...
2개월 전 | 0
| 수락됨
답변 있음
Calculating Power of Specific Spatial Frequencies of pictures
Hi Olivia, Please refer to this answer provided by a MathWorks staff member that describes in detail the workflow that uses Dis...
Calculating Power of Specific Spatial Frequencies of pictures
Hi Olivia, Please refer to this answer provided by a MathWorks staff member that describes in detail the workflow that uses Dis...
2개월 전 | 0
답변 있음
solving this maximization problem
Hi Fatemeh, Optimization of an equation with a two variable function can be solved using MATLAB’s optimization toolbox. Please ...
solving this maximization problem
Hi Fatemeh, Optimization of an equation with a two variable function can be solved using MATLAB’s optimization toolbox. Please ...
2개월 전 | 0
답변 있음
Transmit and receive at the exact time (start in parallel not in sequence)
Hi Abdelrahman, The functionality of a “parfor”-loop in MATLAB is to simplify repeated loop iterations by executing a series o...
Transmit and receive at the exact time (start in parallel not in sequence)
Hi Abdelrahman, The functionality of a “parfor”-loop in MATLAB is to simplify repeated loop iterations by executing a series o...
2개월 전 | 0
답변 있음
How to tune PI controllers of MIMO system?
Hello Chandu, A workflow to tune a MIMO Control System for Specified Bandwidth using PI controllers can be found in the MathWor...
How to tune PI controllers of MIMO system?
Hello Chandu, A workflow to tune a MIMO Control System for Specified Bandwidth using PI controllers can be found in the MathWor...
5개월 전 | 0
답변 있음
How can I differentiate a function in Simulink with respect to a variable included in the function itself?
Hello Mohamed, The first derivative of the function included in the post must be calculated, which is a linear equation. In the...
How can I differentiate a function in Simulink with respect to a variable included in the function itself?
Hello Mohamed, The first derivative of the function included in the post must be calculated, which is a linear equation. In the...
5개월 전 | 0
답변 있음
how to measure the average duty cycle in discrete domain
Hi Jayshree, I understand you are working on a model that calculates the duty cycle of a pulse. It seems like the model is perf...
how to measure the average duty cycle in discrete domain
Hi Jayshree, I understand you are working on a model that calculates the duty cycle of a pulse. It seems like the model is perf...
5개월 전 | 0