Where can I get the License Agreement of MATLAB and Simulink Student Suite License?
8 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Muhammad Falakhul Insan
el 11 de Jul. de 2023
Comentada: Muhammad Falakhul Insan
el 11 de Jul. de 2023
Could I use the MATLAB and Simulink Student Suite to create a programme for an academic research of my Professor after which I get benefits from my Professor?
0 comentarios
Respuestas (2)
Divyam
el 11 de Jul. de 2023
Editada: Divyam
el 11 de Jul. de 2023
The student suite is intended for personal academic use by the students. The students can access MATLAB and Simulink for their learning, personal work, etc.
If you are using the student suite specifially to write code for your Professor's research, it may not align with the above intended use of the student suite.
Please look at the specific terms of your license or ask your Professor regarding this issue.
Walter Roberson
el 11 de Jul. de 2023
license_filename = fullfile(matlabroot, 'license_agreement.txt');
edit(license_filename)
If you would be getting academic credit, then you could probably argue that it would be within the scope of work required to complete your degree.
If you would be getting financial benefits instead of academic credit, then the answer would be NO, that would not be permitted with that license; however in that situation the university could loan you an Academic license.
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!