
Aishwarya Shukla
MathWorks
Followers: 0 Following: 0
Feeds
已回答
Improve GPU utilization during regression deep learning
Hi @Adam Shaw It's hard to say exactly what's causing the low GPU utilization without more information, but here are a few pote...
Improve GPU utilization during regression deep learning
Hi @Adam Shaw It's hard to say exactly what's causing the low GPU utilization without more information, but here are a few pote...
2 years 前 | 0
已回答
Access to Source files List called by Model by Embedded Coder?
Hi @Quentin Coret, To automatically copy the necessary source files to your build directory, you can use the "Include files" op...
Access to Source files List called by Model by Embedded Coder?
Hi @Quentin Coret, To automatically copy the necessary source files to your build directory, you can use the "Include files" op...
2 years 前 | 0
已回答
Execute subsystem that will only last for a specific amount of clock cycles.
Hi @Noah B Damron It sounds like you are trying to implement a time-based control for the PWM signal that drives your inverter....
Execute subsystem that will only last for a specific amount of clock cycles.
Hi @Noah B Damron It sounds like you are trying to implement a time-based control for the PWM signal that drives your inverter....
2 years 前 | 0
已回答
How to centre an Image on a Figure with a Caption in Report Generator to Word?
Hi @Alex, To center an image with a caption in MATLAB report generator, you can use the following steps: Create a container t...
How to centre an Image on a Figure with a Caption in Report Generator to Word?
Hi @Alex, To center an image with a caption in MATLAB report generator, you can use the following steps: Create a container t...
2 years 前 | 0
已回答
Assertion error in Simulink model
Hi @Jio Nocon The error message indicates that there is an issue with the data types used in your model. Specifically, the erro...
Assertion error in Simulink model
Hi @Jio Nocon The error message indicates that there is an issue with the data types used in your model. Specifically, the erro...
2 years 前 | 0
| 已接受
已回答
Getting "LNK2019 unresolved external symbol _ ..." errors when compiling C++ program linked to MATLAB libraries
Hi @Anne Davenport The LNK2019 error indicates that the linker is unable to find the definitions for the functions you are tryi...
Getting "LNK2019 unresolved external symbol _ ..." errors when compiling C++ program linked to MATLAB libraries
Hi @Anne Davenport The LNK2019 error indicates that the linker is unable to find the definitions for the functions you are tryi...
2 years 前 | 0
已回答
how can i standize my data? sigma 1 integral 1
Hi @영훈 정 Yes, standardizing your data is a good idea when using Gaussian regression because it can improve the performance of t...
how can i standize my data? sigma 1 integral 1
Hi @영훈 정 Yes, standardizing your data is a good idea when using Gaussian regression because it can improve the performance of t...
2 years 前 | 0
| 已接受
已回答
Need 4 CANBUS Connections
Hi @John , Yes, it is possible to extend the number of virtual CAN channels in Simulink to support 4 separate CAN BUS connecti...
Need 4 CANBUS Connections
Hi @John , Yes, it is possible to extend the number of virtual CAN channels in Simulink to support 4 separate CAN BUS connecti...
2 years 前 | 1
已回答
simscape centrifugal pump (IL) flow rate error
Hi @ Aiden , It sounds like there might be a problem with the parameters you are using for your centrifugal pump. The error m...
simscape centrifugal pump (IL) flow rate error
Hi @ Aiden , It sounds like there might be a problem with the parameters you are using for your centrifugal pump. The error m...
2 years 前 | 0
| 已接受
已回答
Gathering data from two different instruments at the same time on Matlab2021b
Hi @Ege, Yes, it is possible to perform data acquisition and synchronization in MATLAB 2021b. You can use MATLAB's Data Acquisi...
Gathering data from two different instruments at the same time on Matlab2021b
Hi @Ege, Yes, it is possible to perform data acquisition and synchronization in MATLAB 2021b. You can use MATLAB's Data Acquisi...
2 years 前 | 0
已回答
try to upload 122*335 unit 16 *tif image to matlab piv
Hi @sanyogita sanyogita , To change the PIV Matlab window size to match your image size, you can use the figure and imshow fun...
try to upload 122*335 unit 16 *tif image to matlab piv
Hi @sanyogita sanyogita , To change the PIV Matlab window size to match your image size, you can use the figure and imshow fun...
2 years 前 | 0
已回答
How to connect a battery for an electric vehicle with four motors inside wheels in simulink?
Hi @Mohamed Abdullah In Simulink, if you connect multiple motors to the same battery, Simulink will understand that all the mot...
How to connect a battery for an electric vehicle with four motors inside wheels in simulink?
Hi @Mohamed Abdullah In Simulink, if you connect multiple motors to the same battery, Simulink will understand that all the mot...
2 years 前 | 0
| 已接受
已回答
How to access model data of Hybrid electric vehicle model in reference application projects?
Hi @Mohamed Abdullah, Hello! To access the parameters' data used in running Simulink models, you can follow these steps: Open...
How to access model data of Hybrid electric vehicle model in reference application projects?
Hi @Mohamed Abdullah, Hello! To access the parameters' data used in running Simulink models, you can follow these steps: Open...
2 years 前 | 0
| 已接受
已回答
SINR calculation for UAV
Hi @Moe Lwin Nang Swe Zin It's difficult to debug your code without seeing the error message that you're getting. However, I ca...
SINR calculation for UAV
Hi @Moe Lwin Nang Swe Zin It's difficult to debug your code without seeing the error message that you're getting. However, I ca...
2 years 前 | 0
已回答
How to install required add-ons when using matlab.addons.install
Hi @Alexander, Yes, you can query an mltbx for its "Required Add-ons" dependencies using MATLAB's matlab.addons.toolbox.toolbo...
How to install required add-ons when using matlab.addons.install
Hi @Alexander, Yes, you can query an mltbx for its "Required Add-ons" dependencies using MATLAB's matlab.addons.toolbox.toolbo...
2 years 前 | 1
| 已接受
已回答
fsolve in Matlab function block Simulink with two outputs
Hi @Roberto Tascioni, Based on the code you provided, it seems that you are using the fsolve function to solve a system of two...
fsolve in Matlab function block Simulink with two outputs
Hi @Roberto Tascioni, Based on the code you provided, it seems that you are using the fsolve function to solve a system of two...
2 years 前 | 0
已回答
How to define dependent dimensions in argument validation block
Hi @Besmir One approach to validate the size of the ColumnNames option is to use a custom validation function. This validation...
How to define dependent dimensions in argument validation block
Hi @Besmir One approach to validate the size of the ColumnNames option is to use a custom validation function. This validation...
2 years 前 | 0
| 已接受
已回答
How to convert an array of sltest.testmanager.TestCase to sltest.testmanger.TestSuite?
Hi @Montina, To convert an array of sltest.testmanager.TestCase objects to a sltest.testmanager.TestSuite, you can use the slt...
How to convert an array of sltest.testmanager.TestCase to sltest.testmanger.TestSuite?
Hi @Montina, To convert an array of sltest.testmanager.TestCase objects to a sltest.testmanager.TestSuite, you can use the slt...
2 years 前 | 0
已回答
Add IQ data signal to combine with existing signal
Hi @Fumihiko Sato, To answer your questions: Yes, you can import the IQ data into your workspace and combine it with the sig...
Add IQ data signal to combine with existing signal
Hi @Fumihiko Sato, To answer your questions: Yes, you can import the IQ data into your workspace and combine it with the sig...
2 years 前 | 0
| 已接受
已回答
How to find name of test result object?
Hi @php, To identify the correct data object to use in your code, you need to know the name of the output signal you are inter...
How to find name of test result object?
Hi @php, To identify the correct data object to use in your code, you need to know the name of the output signal you are inter...
2 years 前 | 0
已回答
Running two simulink model in close loop
Hi @Mukesh Pokaram Choudhary, I think your problem will get resolved by the solution given by @Dr. JANAK TRIVEDI in comments, s...
Running two simulink model in close loop
Hi @Mukesh Pokaram Choudhary, I think your problem will get resolved by the solution given by @Dr. JANAK TRIVEDI in comments, s...
2 years 前 | 0
已回答
Record screen video while running script
Hi @Lea, Yes, it is possible to record a video of your screen while running a psychtoolbox script. One way is to use the...
Record screen video while running script
Hi @Lea, Yes, it is possible to record a video of your screen while running a psychtoolbox script. One way is to use the...
2 years 前 | 0
| 已接受
已回答
Invalid constructor signature for CAN message transmit
Hi @mehul, It looks like there's a typo in your code. The variable messsage is misspelled and should be message. That's why MA...
Invalid constructor signature for CAN message transmit
Hi @mehul, It looks like there's a typo in your code. The variable messsage is misspelled and should be message. That's why MA...
2 years 前 | 0
已回答
Simulink Compiler errors out with matrix math
Hi @Wayne, It sounds like you are encountering a limitation with the Simulink Compiler when dealing with larger matrices. With...
Simulink Compiler errors out with matrix math
Hi @Wayne, It sounds like you are encountering a limitation with the Simulink Compiler when dealing with larger matrices. With...
2 years 前 | 0
已回答
.TimeZone data not applying to plot
Hi @Timothy, It sounds like the issue is that the plot is not updated correctly when the time zone input is changed. One way t...
.TimeZone data not applying to plot
Hi @Timothy, It sounds like the issue is that the plot is not updated correctly when the time zone input is changed. One way t...
2 years 前 | 0
已回答
Exportapp causing undefined function "printopt" error
Hi @StefanoM64, The error message "undefined function 'printopt' for input argument type matlab.ui.Root" suggests that there i...
Exportapp causing undefined function "printopt" error
Hi @StefanoM64, The error message "undefined function 'printopt' for input argument type matlab.ui.Root" suggests that there i...
2 years 前 | 0