Answered
How to make a function in script which can handle the bus inside bus inside bus signals and add the bus creator and bus selector pairs according to the signals ?
Hi Shiv, I understand that you want a recursive function written in script to create Bus_Selector and Bus_Creator pairs for a ...

1 year ago | 0

Answered
Is there a way for making one agent wait for other agents to reach their episode termination criteria in multi agent reinforcement learning?
Hi Mazbahur, I understand that you want a single episode to run till each robot either collides with an object or reach the des...

1 year ago | 1

| accepted

Answered
Is it correct that the Regression Learner Toolbox uses the best parameters for each model?
Hi, I understand that you want to know whether the result obtained by the parameters selected by the toolbox are the best resul...

1 year ago | 0

| accepted

Answered
How can I use a mask to switch between internal and external clock in a referenced subsystem?
Hi, I understand that while using "Clock Block" in your subsystem and calling it using a "Subsystem Reference" within a “Trigge...

1 year ago | 0

Answered
Cumulative reward in RLagent block is 100 times bigger than it should
Hi Enrico, I understand that you observed a change in the magnitude of the cumulitave reward by a factor of 100 when displayed...

1 year ago | 1

| accepted

Answered
Simulink Design Verifier Problem
Hi Mohammad, I understand that you are encountering the error , "Non-finite number is used" in Simulink Design Verifier. To r...

1 year ago | 0

Answered
2D wave equation- tsunami simulation
Hi Davide, I understand that you are able to solve the initial problem of using larger parameters in the comments itself, howeve...

1 year ago | 0

Answered
Moving skewness/kurtosis/rms/autocorrelation for time series. Fast Implementation.
Hi understand that you want to improve the speed of computing the moving window skewness for your time series data. You can con...

1 year ago | 0

Answered
How to lock code generation support for specific simulink models/subsystems?
Hi Simon, I understand you want to protect a simulink block/model so that it is only used during simulation and is not used whil...

1 year ago | 0

Answered
Select 3D ROI from three orthogonal projections of a 3D model in App Designer.
Hi Kai, I understand that the projections are not being updated when you are trying to modify a projection other than the one yo...

1 year ago | 0

| accepted

Answered
How to read values from Python Dictionary in Simulink Matlab Function Block?
Hi, I understand that you are trying to import Python dictionary in Simulink from MATLAB workspace. However from workspace Block...

1 year ago | 0

Answered
Aligning surfaces to find height difference
Hi , I understand that you are trying to find the height difference between multiple surfaces obtained via CMM. However aligning...

1 year ago | 0

Answered
SimulationInput cannot find my model
Hi, I understand that you want to run the Phc200.slx model located inside MODEL folder from a script that is located in the scri...

1 year ago | 0

Answered
Would it be possible to add an the epoch timestamp along with the duration based mode for ousterFileReader?
Hi, I understand that you need an "absoluteTime" property along with already exisiting "Duration" property for "ousterFileReader...

1 year ago | 0

Answered
How can I send and receive a lot of CAN messages with App designer ?
Hi, I understand that you are trying to build an app to communicate with a speed goat calculator via CAN messages. Creating a ...

1 year ago | 0

Answered
Simulink : Signal exchange between export-function via Ccaller
It seems like you are facing a blocking problem with the communication between different ports in your assembly, specifically wi...

1 year ago | 0

Answered
My AppDesigner (R2022a) has a model on the plot; I need to be able to click *anywhere* in the model/plot and store the coordinates of the click.
Hi, I understand that you are trying to store the x and y coordinate when clicking on the plot inside the App Designer To imp...

1 year ago | 0

Answered
projecting a circular image onto a hemisphere with bumps according to a mask
Hi, I understand you are trying to map a 2D image to a hemisphere and then create bumps on the same sphere based on the mask yo...

1 year ago | 0

Answered
How to compile a Matlab code developed using App Designer with batch run available
Hello, I understand that you want to compile the MATLAB code developed using App Designer with batch run. To compile your MATL...

1 year ago | 0

Answered
Creating plots in group of six plots for x number of plots
Hey, you can do so by making 10 tiled layouts and each graph you can use the hold property to plot 6 graphs in 1 plot this will ...

2 years ago | 0

Answered
Print figure into report
Hey! You can refer to this similar solution

2 years ago | 0

Answered
how to find the optimal path to catch a target when the target is moving using q-learning
You can try considering regions where your target currently is and where it isn't as states Say your target is at [4,5] so you...

2 years ago | 0

Answered
Creating multiple plots with for loop
Hey, if you want to plot and Display Multiple Axes in a Figure you can do so by tiledlayout(10,1) for i = 1:10 x= A(52...

2 years ago | 0

| accepted

Answered
Error loading MNIST Images
Hey I am not sure about your approch of creating a Neural Network, you can follow up this approch mentioned in the documentation...

2 years ago | 0

Answered
How to calculate the precision and recall for prediction deep learning
Hey, can you tell more about your output matrix ? if you want to do element wise comparision of the 3d matrix then you can simpl...

2 years ago | 0

| accepted

Answered
mat1(mat2) = mat1 assignment
Hey! Assuming by "Pattern" you want to understand the output. here initially your array t1 = [ 0 1 2 3 4 5 6 ] and t2 = [ 7 6 ...

2 years ago | 0

Answered
I want to export 5 columns from a huge text file with 16 columns and save it as a text file again
Hey , since you are reffering to columns I assume you have .csv instead of a .txt file , you can simply read the file and store ...

2 years ago | 0

Answered
Storing output of function file in workspace
Hey since your cfit variable is wrapped inside the ParameterEstimates function it cannot be saved to the workspace unless you sp...

2 years ago | 0