license simulink Coder issue

4 次查看(过去 30 天)
Hello everybody, I have a problem within my license bundle. I'm using a student license of MATLAB provided by my school. In this bundle I get the following software when executing the order 'ver':
>> ver
-----------------------------------------------------------------------------------------------------
MATLAB Version: 9.5.0.944444 (R2018b)
MATLAB License Number: 9XXXXX
Operating System: Microsoft Windows 10 Home Version 10.0 (Build 17134)
Java Version: Java 1.8.0_152-b16 with Oracle Corporation Java HotSpot(TM) 64-Bit Server VM mixed mode
-----------------------------------------------------------------------------------------------------
MATLAB Version 9.5 (R2018b)
Simulink Version 9.2 (R2018b)
Aerospace Blockset Version 4.0 (R2018b)
Aerospace Toolbox Version 3.0 (R2018b)
Audio System Toolbox Version 1.5 (R2018b)
Bioinformatics Toolbox Version 4.11 (R2018b)
Communications Toolbox Version 7.0 (R2018b)
Computer Vision System Toolbox Version 8.2 (R2018b)
Control System Toolbox Version 10.5 (R2018b)
Curve Fitting Toolbox Version 3.5.8 (R2018b)
DSP System Toolbox Version 9.7 (R2018b)
Data Acquisition Toolbox Version 3.14 (R2018b)
Database Toolbox Version 9.0 (R2018b)
Datafeed Toolbox Version 5.8 (R2018b)
Deep Learning Toolbox Version 12.0 (R2018b)
Econometrics Toolbox Version 5.1 (R2018b)
Embedded Coder Version 7.1 (R2018b)
Financial Instruments Toolbox Version 2.8 (R2018b)
Financial Toolbox Version 5.12 (R2018b)
Fixed-Point Designer Version 6.2 (R2018b)
Fuzzy Logic Toolbox Version 2.4 (R2018b)
Global Optimization Toolbox Version 4.0 (R2018b)
HDL Coder Version 3.13 (R2018b)
Image Acquisition Toolbox Version 5.5 (R2018b)
Image Processing Toolbox Version 10.3 (R2018b)
Instrument Control Toolbox Version 3.14 (R2018b)
Lucas-Nülle Version 4.1 (R2014a)
MATLAB Coder Version 4.1 (R2018b)
MATLAB Compiler Version 7.0 (R2018b)
MATLAB Compiler SDK Version 6.6 (R2018b)
MATLAB Report Generator Version 5.5 (R2018b)
Mapping Toolbox Version 4.7 (R2018b)
Model Predictive Control Toolbox Version 6.2 (R2018b)
Optimization Toolbox Version 8.2 (R2018b)
Parallel Computing Toolbox Version 6.13 (R2018b)
Partial Differential Equation Toolbox Version 3.1 (R2018b)
Phased Array System Toolbox Version 4.0 (R2018b)
RF Toolbox Version 3.5 (R2018b)
Robotics System Toolbox Version 2.1 (R2018b)
Robust Control Toolbox Version 6.5 (R2018b)
Signal Processing Toolbox Version 8.1 (R2018b)
SimBiology Version 5.8.1 (R2018b)
SimEvents Version 5.5 (R2018b)
Simscape Version 4.5 (R2018b)
Simscape Driveline Version 2.15 (R2018b)
Simscape Electrical Version 7.0 (R2018b)
Simscape Fluids Version 2.5 (R2018b)
Simscape Multibody Version 6.0 (R2018b)
Simulink 3D Animation Version 8.1 (R2018b)
Simulink Check Version 4.2 (R2018b)
Simulink Coder Version 9.0 (R2018b)
Simulink Control Design Version 5.2 (R2018b)
Simulink Coverage Version 4.2 (R2018b)
Simulink Design Optimization Version 3.5 (R2018b)
Simulink Desktop Real-Time Version 5.7 (R2018b)
Simulink PLC Coder Version 2.6 (R2018b)
Simulink Real-Time Version 6.9 (R2018b)
Simulink Report Generator Version 5.5 (R2018b)
Simulink Requirements Version 1.2 (R2018b)
Spreadsheet Link Version 3.4 (R2018b)
Stateflow Version 9.2 (R2018b)
Statistics and Machine Learning Toolbox Version 11.4 (R2018b)
Symbolic Math Toolbox Version 8.2 (R2018b)
System Identification Toolbox Version 9.9 (R2018b)
Text Analytics Toolbox Version 1.2 (R2018b)
Vehicle Network Toolbox Version 4.1 (R2018b)
Wavelet Toolbox Version 5.1 (R2018b)
As you can see I get a lot of applications. The issue I'm having is with the use of the SIMULINK_Coder. When I'm trying to test my license I get the following:
>> license('test','SIMULINK_Coder')
ans =
0
Does this mean I have the software installed on my computer, but I don't have the license to use it? I know this could be an easy question, but I'm pretty new in the world of MATLAB.
Thanks in advance!

采纳的回答

Walter Roberson
Walter Roberson 2019-2-14
编辑:Walter Roberson 2019-2-14
The name you need to test for Simulink Coder is Real-Time_Workshop .
By the way: you are not using a Student license. Student licenses say "STUDENT" instead of a license number, and they do not have access to a number of the products you have. You are probably using an Education license.
  1 个评论
Gauthier Mervillie
Gauthier Mervillie 2019-2-14
I tried using the test that you proposed:
>> license('test','Real-Time_Workshop')
ans =
1
I guess I do have a Simulink coder in my package if I have to believe the answer of my MATLAB here above. Thank you for helping me out Walter Roberson. I wanted to know this because I have an issue where licenses could be the problem: https://nl.mathworks.com/matlabcentral/answers/444582-why-do-i-get-an-error-when-running-this-gui?s_tid=mlc_ans_email_view#comment_671168
And indeed you are right It's indeed an Eduction License I just heared. Thank you for all the help you are providing!

请先登录,再进行评论。

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Simulink Coder 的更多信息

标签

产品


版本

R2018b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by