Feeds
已回答
Support for MSP-EXP432E401Y with Simulink Embedded Coder – Code Generation and Driver Blocks
Hi @Pasquale, I understand that you are planning to work with the MSP-EXP432E401Y LaunchPad, and using this together with Embed...
Support for MSP-EXP432E401Y with Simulink Embedded Coder – Code Generation and Driver Blocks
Hi @Pasquale, I understand that you are planning to work with the MSP-EXP432E401Y LaunchPad, and using this together with Embed...
2 hours 前 | 0
已回答
Save file to CIFS share not working - linux gvfs
Hi, CIFS shares can have complex permission and ownership semantics, especially when accessed from Linux. My assumption is ...
Save file to CIFS share not working - linux gvfs
Hi, CIFS shares can have complex permission and ownership semantics, especially when accessed from Linux. My assumption is ...
1 day 前 | 0
已回答
Is there any kind of firewall models and networking add-on available in simulink?
Hi @Muhammad Arsal, Below are two options that you can explore for modelling the networking components of your system in Simuli...
Is there any kind of firewall models and networking add-on available in simulink?
Hi @Muhammad Arsal, Below are two options that you can explore for modelling the networking components of your system in Simuli...
1 day 前 | 0
已回答
where is the error of following code to calculate confusionmat?
Hi @Rafid Mustafiz, I see you are encountering an error while using ‘confusionmat’. This issue arises because MATLAB’s ‘co...
where is the error of following code to calculate confusionmat?
Hi @Rafid Mustafiz, I see you are encountering an error while using ‘confusionmat’. This issue arises because MATLAB’s ‘co...
2 days 前 | 0
已回答
Why can't I remove reference to simulink in app?
Hello @Dan, When a Simulink component is added to the design view in App Designer, some additional lines of code are added in ...
Why can't I remove reference to simulink in app?
Hello @Dan, When a Simulink component is added to the design view in App Designer, some additional lines of code are added in ...
3 days 前 | 0
已回答
Can you plot the gradient for CNNs using trainNetwork?
Hello @Arjun Desai, I understand that you want to extract the gradient information while training a CNN and plot this over iter...
Can you plot the gradient for CNNs using trainNetwork?
Hello @Arjun Desai, I understand that you want to extract the gradient information while training a CNN and plot this over iter...
28 days 前 | 0
已回答
Invalid input data. Invalid size of channel dimension. Layer expects input with channel dimension size 3 but received input with size 1.
Hello @lakshmipriya premkumar, The error message indicates that the model ‘alexnet’ expects the input with 3 channels, but you...
Invalid input data. Invalid size of channel dimension. Layer expects input with channel dimension size 3 but received input with size 1.
Hello @lakshmipriya premkumar, The error message indicates that the model ‘alexnet’ expects the input with 3 channels, but you...
28 days 前 | 0
已回答
How to access gradients in Deep Learning Toolbox
Hello @John Smith, My understanding is that you want to access a model’s gradients at each component layer (custom as well as ...
How to access gradients in Deep Learning Toolbox
Hello @John Smith, My understanding is that you want to access a model’s gradients at each component layer (custom as well as ...
29 days 前 | 0
已回答
Understanding Action Dimension Formatting in MATLAB's DDPG with LSTM-Based Networks
Hello @Abdolrazzagh, I understand that you are trying to know how actions are formatted by the underlying mechanism when using ...
Understanding Action Dimension Formatting in MATLAB's DDPG with LSTM-Based Networks
Hello @Abdolrazzagh, I understand that you are trying to know how actions are formatted by the underlying mechanism when using ...
1 month 前 | 0
已回答
multi-step prediction in time-series data using 1D CNN model
Hello @jingoo lee, I understand that you’re trying to implement one-step and multi-step predictions using a 1D CNN model in MA...
multi-step prediction in time-series data using 1D CNN model
Hello @jingoo lee, I understand that you’re trying to implement one-step and multi-step predictions using a 1D CNN model in MA...
1 month 前 | 0
已回答
Making mex work with R2012b and MacOS 10.9.2
Hi @JC, I understand that you are trying to compile some MATLAB functions using Simulink model in R2012b, MacOS 10.9.2 and Xco...
Making mex work with R2012b and MacOS 10.9.2
Hi @JC, I understand that you are trying to compile some MATLAB functions using Simulink model in R2012b, MacOS 10.9.2 and Xco...
2 months 前 | 0
已回答
Generate a neural network with Simulink blocks
Hello @heof, I understand that you want to implement a neural network using blocks in Simulink such that all the involved para...
Generate a neural network with Simulink blocks
Hello @heof, I understand that you want to implement a neural network using blocks in Simulink such that all the involved para...
2 months 前 | 0
已回答
Unable to load simple shared library (.so) in simulink
Hi @Joshua, My understanding is that you are trying to create a custom shared library in version R2022a of Simulink/MATLAB usi...
Unable to load simple shared library (.so) in simulink
Hi @Joshua, My understanding is that you are trying to create a custom shared library in version R2022a of Simulink/MATLAB usi...
2 months 前 | 1
已回答
S-function error
Hello @Sun Ning, My understanding is that you are trying to simulate a control system using an ‘S-function’ in MATLAB and Simul...
S-function error
Hello @Sun Ning, My understanding is that you are trying to simulate a control system using an ‘S-function’ in MATLAB and Simul...
2 months 前 | 0
已回答
Outputs of the second layer in PNN neural network
Hello, In a Probabilistic Neural Network (PNN) created using MATLAB's ‘newpnn’ function, the layers are structured as follows: ...
Outputs of the second layer in PNN neural network
Hello, In a Probabilistic Neural Network (PNN) created using MATLAB's ‘newpnn’ function, the layers are structured as follows: ...
2 months 前 | 0
已回答
How to preallocate an 'lmi' (Yalmip class) array of known size
Hello, I understand that you are trying to solve linear matrix inequalities using YALMIP such that it executes efficiently for ...
How to preallocate an 'lmi' (Yalmip class) array of known size
Hello, I understand that you are trying to solve linear matrix inequalities using YALMIP such that it executes efficiently for ...
2 months 前 | 1
| 已接受
已回答
Access DataStore-Variables from s-function
Hello, I understand that you are trying to access DataStore Variables from S-functions in Simulink. Using the ‘mexGetVariableP...
Access DataStore-Variables from s-function
Hello, I understand that you are trying to access DataStore Variables from S-functions in Simulink. Using the ‘mexGetVariableP...
2 months 前 | 0
已回答
Can we customize the loss function of CNN in MATLAB 2018a
Hello, I understand that you want to build a custom loss function in MATLAB R2018a. In MATLAB R2018a, there is no direct suppo...
Can we customize the loss function of CNN in MATLAB 2018a
Hello, I understand that you want to build a custom loss function in MATLAB R2018a. In MATLAB R2018a, there is no direct suppo...
2 months 前 | 0
已回答
Bugfinder can support byte padding check?
Hi, I understand that you want to know whether Polyspace supports data type restrictions and uninitialized local variable check...
Bugfinder can support byte padding check?
Hi, I understand that you want to know whether Polyspace supports data type restrictions and uninitialized local variable check...
3 months 前 | 0
已回答
How to plot multiple graphs by changing parameters of the model?
Hi, I understand you are using MATLAB to plot the V-I and P-V characteristics of a solar PV module at various temperatures. T...
How to plot multiple graphs by changing parameters of the model?
Hi, I understand you are using MATLAB to plot the V-I and P-V characteristics of a solar PV module at various temperatures. T...
3 months 前 | 0
已回答
Problem with mvregress when working with cell arrays
Hi, I understand that you are encountering an issue with the 'mvregress' function. The error occurs because the 'mvregress' fu...
Problem with mvregress when working with cell arrays
Hi, I understand that you are encountering an issue with the 'mvregress' function. The error occurs because the 'mvregress' fu...
3 months 前 | 0
已回答
Least Frequent Words in document
Hi, I understand that you want to display the 10-least frequent words from a given set of words or sentences. This can be ach...
Least Frequent Words in document
Hi, I understand that you want to display the 10-least frequent words from a given set of words or sentences. This can be ach...
3 months 前 | 0
已回答
how to apply wavelet and extract the features from speech signal
Hi, I understand that you want to know how to apply wavelet transform and feature extraction on speech signals. This can be...
how to apply wavelet and extract the features from speech signal
Hi, I understand that you want to know how to apply wavelet transform and feature extraction on speech signals. This can be...
3 months 前 | 1
已回答
How can I extract data from a specific location?
Hello, I did go through the code that you provided, and the approach you’ve employed to calculate the distance (z) seems corre...
How can I extract data from a specific location?
Hello, I did go through the code that you provided, and the approach you’ve employed to calculate the distance (z) seems corre...
3 months 前 | 1