-
When running `main.m` the following error is raised:
```matlab
Error: File: calibrate.m Line: 195 Column: 23
Identifier 'Beta' is not a function or a shared variable. To share 'Beta' with a neste…
-
If I try to execute the following MATLAB commands (MAT files are included for your convenience)
load(fullfile(Sdir,'target_responses.mat'));
load(fullfile(Sdir,'camera_responses.mat'));
[Mcor, sc…
-
**Describe the bug**
matRad does not recognize the DICOM files in the folder. When loading the folder, the following error message occures:
No DICOM files found in patient directory!
**To Reprodu…
-
I am working trajectory optimization. Is there any possibility that you will add ComDynamicsFullKinematicsPlanner class which is similar in Matlab version in the repo?
-
Recently , i am trying to convert some code from matlab to c and fmincon in matlab is very important part in my project. In the project fmincon is called with options "gradObj on" which means only …
-
Dear Sir and Madam,
I am working on my thesis. It deals with different types of cost functions of muscles. I have two questions.
1. Among my thesis I am applying different cost function to the ell…
-
I wanted to implement matRad on a Linux system but I realized that I cannot extract the objective value when implementing the Fluence Map Optimization. After investigation, I realized that It may be…
-
Hello I tried running the `test.m` directly and got the following error:
```
Error using optimoptions (line 124)
Invalid solver specified. Provide a solver name or handle (such as 'fmincon' or @…
-
I'm calling WEC-Sim from a separate matlab optimization function, exactly as described in issue #298 and trying to log the optimization path.
1) The fmincon function has a logging option described …
-
After editing /etc/paths to
> /usr/local/bin
> /usr/bin
> /bin
> /usr/sbin
> /sbin
> /Applications/MATLAB_R2020a.app/bin/
I still got the same error messages as initially, viz.
> CLEAN m…