-
Hello, when I run the program in Datamake, I changed the path of the file according to your suggestion, but MATLAB has the following error, what is the reason? And I found the dirPlus file in the dirP…
-
Some MATLAB stuff that a participant (thanks, Gerrit Muller!) found during the course, may be helpful for future course participants:
Style guide:
https://de.mathworks.com/matlabcentral/fileexchan…
-
I tried to locate pathdef.m to notebook root or userpath of matlab but that doesn't affect to change path of the matlab kernel.
How can I automatically add custom path to a matlab kernel when the k…
-
Could you please re-write the text for the link at the end of the [openMINDS Matlab](https://openminds-documentation.readthedocs.io/en/latest/shared/supportive_tooling/matlab.html#openminds-matlab) do…
-
Hello! I'm trying to reproduce the result on CC-CCII and MM-WHS.
- For CC-CCII, what is the training-validation-testing setting? Is it a 3-fold cross-validation?
- For MM-WHS, is the testing don…
-
## Motivation
Adding a "Display Lounge" would give visibility to outstanding or recent projects created by the community, encouraging collaboration and inspiring new ideas. This section would highli…
-
Hi,
I'm trying to open a c3d file collected on a treadmetrix treadmill in matlab. When I run the matlab code it kicks out the message "Unexpected Standard exception from MEX file. What () is: Type…
-
Hello Gonzalo, I have a question regarding your project https://github.com/gonzafernan/Unitlab-RoboticsAR.
I have tried to connect your application and your matlab code with my ip address but can't…
-
inconsistent with manuscript?
inconsistent with MATLAB code?
-
I'm trying to write a vector of strings to a MATLAB structure using the following pseudo code:
TinyMATWriter_startStruct(...)
TinyMATWriter_writeStringVector(...)
TinyMATWriter_endStruct(...);
…