Abhas
Followers: 0 Following: 0
Programming Languages:
Python, C++, C, Javascript, MATLAB, SQL, HTML, CSS
Spoken Languages:
English, Hindi
Pronouns:
He/him
Python, C++, C, Javascript, MATLAB, SQL, HTML, CSS
Spoken Languages:
English, Hindi
Pronouns:
He/him
Feeds
已回答
How to generate code that accepts Simulink block parameters as an argument to the model step function?
Hi @Mohammed Afandi, To modify the generated C++ code so that parameters are passed to the "Model_step" function as a structure...
How to generate code that accepts Simulink block parameters as an argument to the model step function?
Hi @Mohammed Afandi, To modify the generated C++ code so that parameters are passed to the "Model_step" function as a structure...
4 days 前 | 0
已回答
How to plot 3d version of rose plot?
Hi @Sahil Wani, To create a 3D rose plot in MATLAB, you need to calculate spherical coordinates and create a custom visualizati...
How to plot 3d version of rose plot?
Hi @Sahil Wani, To create a 3D rose plot in MATLAB, you need to calculate spherical coordinates and create a custom visualizati...
4 days 前 | 1
| 已接受
已回答
How can I configure the Matlab coder to generate very simple C-code?
Hi @Glen Tallarek, To simplify the generated code to make it more straightforward and closer to hand-written code here are some...
How can I configure the Matlab coder to generate very simple C-code?
Hi @Glen Tallarek, To simplify the generated code to make it more straightforward and closer to hand-written code here are some...
22 days 前 | 0
| 已接受
已回答
How to modify SliderGUI block behavior with spring action falling to zero when released ?
Hi @AK, To achieve the functionality you described using MATLAB App Designer in R2017b, you will need to set up a slider UI com...
How to modify SliderGUI block behavior with spring action falling to zero when released ?
Hi @AK, To achieve the functionality you described using MATLAB App Designer in R2017b, you will need to set up a slider UI com...
22 days 前 | 0
已回答
How do I extract data from MATLAB figures?
Hi @Famil, You may refer to the below MATLAB Answer discussion to know more about extracting data from MATLAB figures: https://...
How do I extract data from MATLAB figures?
Hi @Famil, You may refer to the below MATLAB Answer discussion to know more about extracting data from MATLAB figures: https://...
23 days 前 | 1
已回答
how to download the third party support package file "xilinx linux binaries"
Hi @KH, It looks like you're having trouble downloading the Xilinx Linux binaries. Based on the screenshot you shared, I sugges...
how to download the third party support package file "xilinx linux binaries"
Hi @KH, It looks like you're having trouble downloading the Xilinx Linux binaries. Based on the screenshot you shared, I sugges...
23 days 前 | 1
| 已接受
已回答
mkl compatible with pytorch
Hi @Mehdi Koochak, To resolve the compatibility issue between MATLAB and PyTorch due to different versions of the MKL library y...
mkl compatible with pytorch
Hi @Mehdi Koochak, To resolve the compatibility issue between MATLAB and PyTorch due to different versions of the MKL library y...
23 days 前 | 1
已回答
Unable to use Localizable/FileScope storage for signal state variables while generating C++ code generation. For C code generation I am able to use it.
Hi @Priyanka, I was also facing the issue while generating code in C++, and after going through the bug reports and documentati...
Unable to use Localizable/FileScope storage for signal state variables while generating C++ code generation. For C code generation I am able to use it.
Hi @Priyanka, I was also facing the issue while generating code in C++, and after going through the bug reports and documentati...
23 days 前 | 0
已回答
How can I use custom storage class for defining global variables in matlab code for code generation?
Hi @anamika kumari, To use a custom Storage Class in MATLAB, follow these steps: Open your Simulink model. Go to the C Code t...
How can I use custom storage class for defining global variables in matlab code for code generation?
Hi @anamika kumari, To use a custom Storage Class in MATLAB, follow these steps: Open your Simulink model. Go to the C Code t...
23 days 前 | 0
已回答
Plot 3-way anova for given variable
Hi @Elzbieta, To perform a three-way ANOVA in MATLAB and plot the results for each device separately, you can follow these step...
Plot 3-way anova for given variable
Hi @Elzbieta, To perform a three-way ANOVA in MATLAB and plot the results for each device separately, you can follow these step...
23 days 前 | 1
已回答
Importing large .csv by READTABLE gives wrong results
Hi @Weronika Huss, One way to fix this issue is to adjust the formatting of the CSV file. Some lines have an inconsistent numbe...
Importing large .csv by READTABLE gives wrong results
Hi @Weronika Huss, One way to fix this issue is to adjust the formatting of the CSV file. Some lines have an inconsistent numbe...
1 month 前 | 0
已回答
is it possible to perform a nested Batch?
Hi @Rub Ron, Upon going through the documentations, I found that running nested "batch" calls in MATLAB can be tricky because e...
is it possible to perform a nested Batch?
Hi @Rub Ron, Upon going through the documentations, I found that running nested "batch" calls in MATLAB can be tricky because e...
1 month 前 | 0
已回答
Problems with pulse and LEADING/LAGGING Tolerance in Test Manager
Hi @Claudio Ciciriello, As you noted, Simulink Test Manager applies "leading and lagging tolerances" to allow for acceptable ti...
Problems with pulse and LEADING/LAGGING Tolerance in Test Manager
Hi @Claudio Ciciriello, As you noted, Simulink Test Manager applies "leading and lagging tolerances" to allow for acceptable ti...
1 month 前 | 1
| 已接受
已回答
Why do I encounter that "rtw.connectivity.HostLauncher: stopped executable with host process identifier xx" when attempting to deploy the Simulink model on hardware?
Hi @昱颖 陈, I encountered a similar issue and, upon examining the documentation, I found the following bug report: https://www.ma...
Why do I encounter that "rtw.connectivity.HostLauncher: stopped executable with host process identifier xx" when attempting to deploy the Simulink model on hardware?
Hi @昱颖 陈, I encountered a similar issue and, upon examining the documentation, I found the following bug report: https://www.ma...
2 months 前 | 0
已回答
How can I define the additive process noise for optimal tuning?
Hi @Xinyu Yang, I understand your concern as when dealing with EKFs, tuning the process noise covariance matrix is crucial for ...
How can I define the additive process noise for optimal tuning?
Hi @Xinyu Yang, I understand your concern as when dealing with EKFs, tuning the process noise covariance matrix is crucial for ...
2 months 前 | 0
已回答
How do I plot an integral which is repeated over an interval?
Hi Mitchell, To save the values of "alpha_bar_s" as a vector and plot them against the wavelength, you need to store each compu...
How do I plot an integral which is repeated over an interval?
Hi Mitchell, To save the values of "alpha_bar_s" as a vector and plot them against the wavelength, you need to store each compu...
2 months 前 | 1
已回答
I am getting errors that I am using ".*" and "*" wrongly in my matrix multiplications in my code. I am poor at matrix algebra and don't know when to use each operator.
Hi William, It looks like you're encountering issues with using element-wise operations (.*) and matrix operations (*) in MATLA...
I am getting errors that I am using ".*" and "*" wrongly in my matrix multiplications in my code. I am poor at matrix algebra and don't know when to use each operator.
Hi William, It looks like you're encountering issues with using element-wise operations (.*) and matrix operations (*) in MATLA...
2 months 前 | 0
已回答
Highlight in model in testmanager
Hi, To highlight a specific step in "sltest.harness" from the results of "sltest.testmanager" you can follow these general step...
Highlight in model in testmanager
Hi, To highlight a specific step in "sltest.harness" from the results of "sltest.testmanager" you can follow these general step...
2 months 前 | 0
已回答
What is the method of interpolation in the function pdeinterpolant?
Hi Alex, The "pdeInterpolant" function in MATLAB is used to interpolate solutions of partial differential equations (PDEs) at a...
What is the method of interpolation in the function pdeinterpolant?
Hi Alex, The "pdeInterpolant" function in MATLAB is used to interpolate solutions of partial differential equations (PDEs) at a...
2 months 前 | 1
已回答
The make command returned an error of 2
Hi, The error "No rule to make target" is typically thrown by the make/gmake build automation tool because it can't find the in...
The make command returned an error of 2
Hi, The error "No rule to make target" is typically thrown by the make/gmake build automation tool because it can't find the in...
2 months 前 | 0
已回答
Table-based battery sometimes stops charging
Hi Diogo, When addressing such scenarios in which terminal voltage exceeds the maximum allowed value during the charging proces...
Table-based battery sometimes stops charging
Hi Diogo, When addressing such scenarios in which terminal voltage exceeds the maximum allowed value during the charging proces...
3 months 前 | 0
已回答
Arduino simulink gets wrong timing with pulse generator
Hi Francesco, It sounds like you're encountering a timing issue when trying to perform both LED blinking and serial communicati...
Arduino simulink gets wrong timing with pulse generator
Hi Francesco, It sounds like you're encountering a timing issue when trying to perform both LED blinking and serial communicati...
3 months 前 | 1
已回答
Mesh problems for large aspect ratio object
Hi John, When dealing with thermal modeling of a thin film heater, especially with high aspect ratios, ensuring that the mesh i...
Mesh problems for large aspect ratio object
Hi John, When dealing with thermal modeling of a thin film heater, especially with high aspect ratios, ensuring that the mesh i...
3 months 前 | 1
| 已接受
已回答
Pack (Generated Block) BatteryBuilder: How can I limit my SOC from 0 to 1
Hi Felix, When addressing such scenarios in which you could still charge the battery above the maximum voltage by applying a po...
Pack (Generated Block) BatteryBuilder: How can I limit my SOC from 0 to 1
Hi Felix, When addressing such scenarios in which you could still charge the battery above the maximum voltage by applying a po...
3 months 前 | 0
| 已接受
已回答
How to Generate a 3D Radiation Pattern Similar to Sensor Array Analyzer in MATLAB using code?
Hi Thibaut, To generate a 3D radiation pattern line-by-line in MATLAB, similar to the Sensor Array Analyzer app, you can use a ...
How to Generate a 3D Radiation Pattern Similar to Sensor Array Analyzer in MATLAB using code?
Hi Thibaut, To generate a 3D radiation pattern line-by-line in MATLAB, similar to the Sensor Array Analyzer app, you can use a ...
3 months 前 | 0
已回答
ROS2 Toolbox error when I try to add custom service/message
Hi Federico, The above error message may be caused by certain paths being present in your "PATH" variable and/or other environm...
ROS2 Toolbox error when I try to add custom service/message
Hi Federico, The above error message may be caused by certain paths being present in your "PATH" variable and/or other environm...
3 months 前 | 0
已回答
How to read input and output response graphs in the MPC Designer
Hi Sein, From the image you provided, the "input response graph" shows a step function that starts at zero, steps up to a certa...
How to read input and output response graphs in the MPC Designer
Hi Sein, From the image you provided, the "input response graph" shows a step function that starts at zero, steps up to a certa...
3 months 前 | 0
已回答
Sequence oder Featureinput layer ?
Hi Tobias, Instead of using a "sequenceInputLayer", you can use a standard "feedforwardnet" in MATLAB. You can follow the below...
Sequence oder Featureinput layer ?
Hi Tobias, Instead of using a "sequenceInputLayer", you can use a standard "feedforwardnet" in MATLAB. You can follow the below...
3 months 前 | 0
已回答
Getting warning in Model Advisor Exclusion
Hi Dipali, The new file "modelAdvisorExclusions_convertedForMA.xml" should be located in the same directory as your original "m...
Getting warning in Model Advisor Exclusion
Hi Dipali, The new file "modelAdvisorExclusions_convertedForMA.xml" should be located in the same directory as your original "m...
3 months 前 | 1
已回答
Is NPRACH Detection Example available only on R2024 version?
Hi Raj, To determine the availability of a specific tool or command, such as "lteNPRACHDetect", you can refer to the MathWorks ...
Is NPRACH Detection Example available only on R2024 version?
Hi Raj, To determine the availability of a specific tool or command, such as "lteNPRACHDetect", you can refer to the MathWorks ...
3 months 前 | 0
| 已接受