photo

Subhajyoti


Last seen: 2日 前 2024 年からアクティブ

Followers: 1   Following: 4

統計

  • Thankful Level 1
  • Knowledgeable Level 2
  • First Answer

バッジを表示

Feeds

表示方法

回答済み
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日 前 | 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日 前 | 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日 前 | 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 ...

3日 前 | 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...

3日 前 | 0

| 採用済み

回答済み
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...

16日 前 | 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...

16日 前 | 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 ...

18日 前 | 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 ...

18日 前 | 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 ...

19日 前 | 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...

20日 前 | 1

| 採用済み

質問


Friend Function implementation in MATLAB
Typically, the private properties of a class are not accessible by any other class or function from outside. But, a friend func...

24日 前 | 2 件の回答 | 0

2

回答

回答済み
The simulation time set by reinforcement learning is inconsistent with the training time
Hello Lin, The inconsistency between the simulation time set by reinforcement learning and the training time is expected due to...

約1ヶ月 前 | 0

| 採用済み

回答済み
limiting slider part motion distance of the prismatic joint in simulink
Hello Sila, The slider movement limits in a ‘prismatic joint’ can be tuned by configuring the following parameters. For the In...

約1ヶ月 前 | 1

回答済み
MILP: constraints on absolute value of difference
Hello Chiara, To efficiently solve the optimization, we can use a formulation that introduces auxiliary variables (say '') to m...

約1ヶ月 前 | 1

回答済み
Program to Change the least number of a given Matrix Elements to get a condition on the sum of the numbers from collated row digits of the Matrix
Hi Radu, Approach The intuitive solution to the problem is to get all possible matrices by changing the given matrix and sort ...

約1ヶ月 前 | 1

| 採用済み

回答済み
I read a 3d image in matlab and converts to a matrix of size 100036*3.Now i want to find correlation coefficient of this matrix separately in x,y &z direction in matlab
Hi Reet, To efficiently compute the correlation coefficients, we will shift the data along each direction and compute the corre...

約1ヶ月 前 | 1

| 採用済み

回答済み
I want to find and display the polynomial equation for degree 1 and 2 using Newton Forward Divided Difference but the system deos not recognize when n == 3.
Hi Azneen, The “size” function returns a tuple of number of rows and columns present in the input data-matrix. % Sample Data T...

約1ヶ月 前 | 1

回答済み
How to implement a multiple nested "nested loop" faster in MATLAB
Hi Moh, It is my understanding, that you want to optimize the iterations required to the reduce the running speed of the “Poin...

約2ヶ月 前 | 1