Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding path of T_classProb.mat in diffusion_maps.m and updating README #19

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

rakaar
Copy link

@rakaar rakaar commented Jun 30, 2023

Adding path of T_classProb.mat in diffusion_maps.m

When run('diffusion_maps.m') runs from VocalMat.m, it gave an error at the line T_classProb(strcmp(T_classProb.DL_out,'noise_dist'),:)=[]; %Remove noise
telling dot indexing is not supported. It turns out that T_classProb was a matrix not a table. So, I loaded the table from the saved matfile.

README

In README, added Control System Toolbox

P.S The code works well in MATLAB 2022b. Thank you for open sourcing the code ❤️

rakaar added 2 commits June 30, 2023 13:31
Without this running VocalMat returns an error "Dot indexing is not supported" when diffusion_maps is tried to run using run command
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant