How to choose between different licenses in MATLAB Online?
3 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Stephan
el 31 de En. de 2023
Comentada: Cris LaPierre
el 2 de Feb. de 2023
Im taking part in some online courses using Matlab. For this courses there is a license for Matlab online to work through the course. For the new course i have taken, i need to use the license, since there is 'Text Anlalytics Toolbox' included only in this one. How do i choose this license when starting Matlab online? At the moment it always starts with the license from the first course i have taken - so that i cannot proceed:
Can anyone tell me how to choose between the licenses?
best regards
Stephan
3 comentarios
Rik
el 1 de Feb. de 2023
What dpb mentioned notwithstanding, if you get a reply, please post it as an answer, since I do consider this relevant information for this forum.
Respuesta aceptada
Cris LaPierre
el 2 de Feb. de 2023
Can you confirm that there is an actual error message? As Isaac said, MATLAB Online should grant you access to all toolboxes you have a license for.
Please try running this code in MATLAB Online and let us know if it works.
filename = "sonnetsPreprocessed.txt";
str = extractFileText(filename);
textData = split(str,newline);
documents = tokenizedDocument(textData);
figure
wordcloud(documents);
3 comentarios
Más respuestas (1)
Isaac Bruss
el 1 de Feb. de 2023
Hi Stephan.
If you have multiple licenses with different toolboxes attached to your account, then you should have access to the full inclusive list of them. "Switching" licenses not not required.
Based on the screenshot you've shared, there appears to be an issue with your account. I've engaged with customer support.
Ver también
Categorías
Más información sobre Startup and Shutdown en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!