Statistics
0 Questions
25 Answers
RANK
2,623
of 298,292
REPUTATION
22
CONTRIBUTIONS
0 Questions
25 Answers
ANSWER ACCEPTANCE
0.00%
VOTES RECEIVED
4
RANK
of 20,560
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 160,775
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
How do I use arcpy module from within matlab?
Hi @Jeff Burkey, I understand that you are facing the “DLL load failed while importing _arcgisscripting” error while importing ...
21 days ago | 0
Error : Number of variables exceeds number of equations.
Hi @Nils, I understand that you are trying to create a custom Simscape component called “pelton_turbine” and facing the error: ...
22 days ago | 0
How to sweep simulink parameters without using script or Sim command
Hi @YASSER, I understand that you want to evaluate all the runs before proceeding with the parameter estimation. For this appro...
22 days ago | 0
optimize parameters of iterative simulink calls
Hi @YASSER, You can refer to the following MATLAB Answer link for parameter estimation for multiple runs using GUI: https://ww...
23 days ago | 1
How to sweep simulink parameters without using script or Sim command
Hi @YASSER, I have previously used the parameter estimation for a Simulink model for multiple runs with “Parameter Estimation” ...
23 days ago | 1
Preventing Instances of the subclasses from accessing each others protected methods
Hi @philly, I understand that you want to prevent the access of protected member functions in a subclass “A2” to be restricted ...
27 days ago | 0
Using findobj() on Heterogeneous handle object array
Hi @Lennart Scherz, I have faced a similar issue calling an unsealed function on an array of Heterogeneous objects. This issu...
28 days ago | 0
Class property empty after initialization
Hi @Sebastian Pietsch, After running the code, I've realized that some adjustments are necessary. I've observed that the p...
28 days ago | 0
Should I use a sequence input layer or an image input layer for a combined CNN/LSTM neural network?
Hi @Jade, I understand that you are trying to train a Deep Learning model to predict the viscosities of liquids from a series o...
29 days ago | 0
How to stop getting procedure entry point....could not be located in dynamic link library error?
Hi @Aashita, The error that you are facing can arise if MATLAB is loading another version of specified library from a wrong...
1 month ago | 0
How can i read real-time data from thingspeak into Simulink
Hi @Nonso, I understand that you want to fetch real-time data from ThingSpeak to Simulink directly instead of fetching ...
2 months ago | 0
How to change sting type in stateflow to C char type?
Hi @jack, I understand that you are trying to use a function defined in “C” file in Stateflow and getting error in conversion o...
2 months ago | 0
| accepted
How to define input data format string in Stateful Predict block for dlnetwork when input is N x 3 array (3 Channels, N measured data points)?
Hi @Markus, I see that you are trying to use the “Stateful Predict” Simulink block to make predictions with a trained ...
2 months ago | 0
Data overlay on image
Hi @Me, I understand that you are trying to verify if the graph object you have built matches the one in the image by overl...
2 months ago | 1
Increase the size of MATLAB logo inside Simulink block
Hi @Sania Gul, I see that you are aiming to increase the size of the built-in MATLAB logo/icon on the built-in Simulink...
2 months ago | 0
where do i pick this components in simulink library
Hi @Aklesh, I understand that you want a way to find the components used in a Simscape Model. If the original Simscap...
2 months ago | 1
| accepted
Kalman Filter - Activating or Enabling a matlab function block in simulink
Hi @Hussein, Given your situation where the 3 input signals are of different sample rates, “Rate Transition” block or a...
2 months ago | 0
| accepted
Can I substitute boundary conditions into a syms function?
Hi @Joe I, Based on the explanation I assume you are trying to substitute the assumptions from the solved equations int...
3 months ago | 0
Using symbolic subs in for loop
Hi @ben, I recognize that you are evaluating a symbolic expression with substituting multiple values for symbols in a ...
3 months ago | 0
Having trouble using subs
Hi @Bledar Ferati, After going through the code, I assume you are facing the issue while substituting a differential te...
3 months ago | 0
matlab symbolic subs() does not substitute expression
Hi @Peter Weigand, Based on the code and expression I understand that you are trying to replace a term of a symbolic ex...
3 months ago | 0
Substitute a differential expression for a variable subs()
Hi @Mario Miralles Delgado, Upon observing the given code, I have understood that you are trying to substitute the diff...
3 months ago | 0
Partial Derivatives Chain Rule
Hi @Sstuti Mehra, Based on the code given I understand that you are trying to replace the x& y symbols with their respe...
3 months ago | 0
NARX DNN: hidden layers and activation function
Hi, I am assuming by NARX DNN you are referring to the “narxnet” Network. From what I found in the MATLAB documentatio...
3 months ago | 0
How do I change number of hidden layer in nntraintool?
Hi @Yonten Dubjur, I have gone through the MATLAB documentation and found that the “nntraintool” function is a medium ...
3 months ago | 0