Statistics
RANK
1,285
of 294,507
REPUTATION
52
CONTRIBUTIONS
1 Question
37 Answers
ANSWER ACCEPTANCE
100.0%
VOTES RECEIVED
12
RANK
of 20,119
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 151,819
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
Two Arduinos with Two Simulink Model
Hi @Min, It is my understanding that you are trying to connect the Arduino ‘Uno’ and ‘Due’ serially to send data from one to ot...
27 days ago | 1
| accepted
Recessionplot not including 2020
Hi @mpho bosupeng, It is my understanding that you are plotting recessions using the ‘recessionplot’ in MATLAB R2021a, but it i...
27 days ago | 1
| accepted
Problems with reward generation in reinforcement learning simulation
Hi @Aaron Bramhasta, It is my understanding that you are trying to train RL model, but the reward function is not updating as e...
27 days ago | 0
How to combine two algorithms in one by using optimization results as input for second optimization
Hi @YASSER, It is my understanding that you are trying to formulate your problem into two sequential Optimizations problems. ...
27 days ago | 0
Avoid Obstacles with DDPG Error in raycastInternal.m (line 102)
Hi @Omar Ramadan, It is my understanding that you are trying to run the example ‘robotics/AvoidObstaclesUsingReinforcementLearn...
29 days ago | 0
Global Fit larger dataset to nonlinear equation with one global variable , and N number of variables, better objective function needed
Hi @Velencia, To fit a large dataset to a non-linear equation, you can use the ‘lsqcurvefit’ function. It solves nonlinear curv...
1 month ago | 0
I need help on how to use continous time markov chain to find the recurrent areas in the forex market
Hi @marvin foo, You can refer to this research article discussing the theoretical calculations and methodological approach that...
1 month ago | 0
How to use LSTM to solve seq2seq problem in MATLAB?
Hi @YP, In Deep Learning models, ‘cell-arrays’ are used to manage input and output data. You can also use ‘dlarray’ object in...
1 month ago | 1
Update the custom storage class for package without restarting Matlab
Hi @Salvatore Maria Saccone, You can use the ‘Custom Storage Class Designer’ to create or edit storage classes that a data clas...
1 month ago | 0
strange bndyield function result vs excel
Hi @shlomo Kugler, The differences while calculating the bond yields are occurring due to mismatched parameters, especially ‘Ba...
1 month ago | 0
Error : Network: Incompatible input and output sequence lengths. The network must return sequences with the same length as the input data or data without a time dimension.
Hi @Koo, It is my understanding that you are trying to classify the motor fault conditions for every timesteps by modelling the...
1 month ago | 0
How to use a custom simscape battery model block in battery builder app?
Hi @Soham Dange, You can use the “buildBattery” function to build custom library blocks from battery objects. It generates one ...
1 month ago | 1
Python process terminated unexpectedly after snapping 100-150 photos
Hi @Bera, There may be a runtime dependency conflict between MATLAB and Python. In general, using out-of-process execution mod...
1 month ago | 0
FILTER BIG DATA SET
Hi @SAPTORSHEE KANTO, To filter your dataset in MATLAB based on specific entries in a particular variable, you can use logical ...
1 month ago | 1
How do I use quantization to achieve the impressionist of my picture?
Hi @Kevin, You can use the ‘imquantize’ function in MATLAB to quantize any image using specified quantization levels and output...
1 month ago | 0
How to change Fontcolor xticks and yticks
Hi @Arkadiusz Charuk, You can retrieve the X and Y tick-labels from the plot and customize them, such as changing font-colour, ...
1 month ago | 0
How do I run static analysis on custom classes?
Hi @Benjamin Cerjan, When you are typing in the MATLAB Editor, there are handy suggestions pop-up for objects, functions, varia...
1 month ago | 0
MISO rate Vs. MIMO rate in Rayleigh fading
Hi @ohood, When analysing the rate differences of wireless communication systems in Rayleigh fading environments, we need to co...
1 month ago | 0
Implementing Transfer Function In Simulink.
Hi @ImNotMalek, To implement a time-varying transfer function in Simulink using signals and blocks, you can follow these steps:...
1 month ago | 0
Variable Window Not Updating Automatically when code is executed
Hi @Cody Brown The MATLAB "Variables" window updates its contents whenever a script or function has finished executing, rather ...
2 months ago | 0
How can I use the Deep Neural Network function built by COMSOL?
Hi @hjxiang It seems like you're trying to integrate COMSOL functions into MATLAB. There have been many related discussions i...
2 months ago | 0
how to run two scripts (one MEX function and one that calls upon a digital library) in parallel using parfor and parallel pools?
Hi @Luiz To resolve the error, I've modularized the code into two functions and converted one into a MEX function. I've also ad...
2 months ago | 0
Code for GARCH-ARIMA
Hi Seemant, You can perform the GARCH-ARIMA modelling in MATLAB, using the Econometric Toolbox. The ‘arima’ function in MATLAB ...
2 months ago | 0
When an agent makes more than one action sometimes these actions have opposite effects rather than coordinating effects
Hi Huixin, These kinds of challenges are common in reinforcement learning applications. You can address the issues you face wit...
2 months ago | 0
| accepted
ARIMA in Econometric Modeler
Hi Alex, I fit your data and got an almost similar constant estimate of around 0.15. The difference in coeffic...
2 months ago | 0
MEX function is slower than matlab script. Profiling possiblilites?
Hi Jan, You can use the Profiler with the ‘-profile’ flag to track execution time of the MATLAB function in its corresponding M...
2 months ago | 0
Pixhawk 6c : monitor and tune error when using telemtry
Hi, This error has been extensively discussed in the community, and there have been numerous proposed workarounds. You may go ...
2 months ago | 0
The problem occurred when creating an accelerated MEX file for the model 'ActiveSupport_3DFIG'.
Hi Zhurui, I was also facing a similar error message when compiling my model. After thoroughly reviewing the documentation, I ...
2 months ago | 0
Issues with Converting Binary Array to Decimal Value in MATLAB DLL for C++ Integration
Hi Alexander, MATLAB Coder App can compile any MATLAB Function code into Dynamic Library (DLL) for dynamic linking to external ...
2 months ago | 0
Is it possible to change some parameters during a RL training?
Hi Leonardo, Custom training loops and callbacks can adjust the parameters dynamically during the training of supervised learni...
2 months ago | 1
| accepted