-
**MISS_HIT Component affected**
Please choose one from:
* Style checker
**Your MATLAB/Octave environment**
* MATLAB
* R2023B
**Your operating system and Python version**
* Linux
* python 3…
-
This branch needs to be checked and maybe merged.
-
Hello there,
I wanted to use a Reinforcement learning toolbox to replace the baseline controller for the NREL 5MW wind turbine. I had created my environment and RL agent. But when I start training th…
-
As noted in issue #171 some properties of the Matlab `spinw` class cannot be easily accessed in Python. This is because the `spinw` class is has properties which are plain `struct`s and these get conv…
-
I would consider this an enhancement request.
There are cases where it is useful to test/troubleshoot code across release updates, but none of the dockerfiles have a means of installing a specific …
-
In older MATLAB versions, you could pass named arguments to a function as `foo("bar", 4)`. The function `foo` then knows that the argument `bar` has value `4`. As of MATLAB R2021a, there is a new, equ…
-
@SarahAlidoost
Dear Sarah,
I was trying to use the workflow you developed to 'Run the model with Docker'. What i managed so far is the following:
- Download Docker and install its desktop on Windo…
-
vl_contrib('compile', 'mcnSSD', 'contribUrl', 'github.com/albanie/matconvnet-contrib-test/') ;
202 if opts.enableGpu, ext = 'cu' ; else ext='cpp' ; end
vl_compilenn: CUDA: MEX config file: 'C:\Progr…
-
I got nonzero reference and assignment working in MATLAB (cf. cafe068433357186775bf53c17c5ebb7fc3c914c), but the syntax is not really natural IMO.
``` matlab
a = A{1}
B{4} = C
```
A better syntax wo…
-
We should check if the user is exporting from a version of MATLAB which supports the language being exported due to the following scenario:
- User is in older version of MATLAB which does not support …