Sri Kapali
Followers: 0 Following: 0
Feeds
提问
need help to convert to a dlnetwork
I have this existing code image = randi(255, [3,3,4]); % create adder only network inLayer = imageInputLayer(size(image), 'N...
1 year 前 | 1 个回答 | 0
1
个回答已回答
PLC Coder Timer Tia Portal
Hello, We added an option https://www.mathworks.com/help/plccoder/ug/plc-coder-interface.html#mw_1e9d7724-d4df-4702-a596-3d3f27...
PLC Coder Timer Tia Portal
Hello, We added an option https://www.mathworks.com/help/plccoder/ug/plc-coder-interface.html#mw_1e9d7724-d4df-4702-a596-3d3f27...
3 years 前 | 0
已回答
Adding support for yet another IDE platform in Simulink® PLC Coder™
Hi Pavel, We introduced a feature in R2021b where yoiu can add suport for plugin based IDEs. This topic/example shows you how t...
Adding support for yet another IDE platform in Simulink® PLC Coder™
Hi Pavel, We introduced a feature in R2021b where yoiu can add suport for plugin based IDEs. This topic/example shows you how t...
3 years 前 | 0
已回答
How to define timers with Structured text?
Hello Tapio, One option we have available is to use Stateflow and absolute time temporal logic constructs. When you specify tar...
How to define timers with Structured text?
Hello Tapio, One option we have available is to use Stateflow and absolute time temporal logic constructs. When you specify tar...
3 years 前 | 0
已回答
Can PLC Coder generate ST from "MATLAB Function"-Block that uses Classes?
Hello, My understanding is that you would like to generate code for MATLAB class definitions using Simulink PLC Coder. Simuli...
Can PLC Coder generate ST from "MATLAB Function"-Block that uses Classes?
Hello, My understanding is that you would like to generate code for MATLAB class definitions using Simulink PLC Coder. Simuli...
3 years 前 | 0
已解决
Crop an Image
A grayscale image is represented as a matrix in MATLAB. Each matrix element represents a pixel in the image. An element value re...
4 years 前
已解决
Calculate BMI
Given a matrix |hw| (height and weight) with two columns, calculate BMI using these formulas: * 1 kilogram = 2.2 pounds * 1 ...
4 years 前
已解决
Calculate a Damped Sinusoid
The equation of a damped sinusoid can be written as |y = A.ⅇ^(-λt)*cos(2πft)| where |A|, |λ|, and |f| ...
4 years 前
已解决
Solve a System of Linear Equations
*Example*: If a system of linear equations in _x₁_ and _x₂_ is: 2 _x₁_ + _x₂_ = 2 _x₁...
4 years 前
已解决
Verify Law of Large Numbers
If a large number of fair N-sided dice are rolled, the average of the simulated rolls is likely to be close to the mean of 1,2,....
4 years 前
已解决
Find the Oldest Person in a Room
Given two input vectors: * |name| - user last names * |age| - corresponding age of the person Return the name of the ol...
4 years 前
已回答
How to include a big constant matrix when using PLC Coder for TwinCAT 3?
Hello, My understanding is that the issue is the MATLAB function block for which code will be generated requires a large matr...
How to include a big constant matrix when using PLC Coder for TwinCAT 3?
Hello, My understanding is that the issue is the MATLAB function block for which code will be generated requires a large matr...
4 years 前 | 0
已回答
can add costumed VHDL Code to Simulink HDL coder?
Hello, My understanding is that you want to incude your custom VHDL or Verilog code as a part of your Simulink model and then...
can add costumed VHDL Code to Simulink HDL coder?
Hello, My understanding is that you want to incude your custom VHDL or Verilog code as a part of your Simulink model and then...
4 years 前 | 0
已回答
PLC export enum with values
Hello, My understanding is that your model contains enumerated data types, and when you generate code, the generated code doe...
PLC export enum with values
Hello, My understanding is that your model contains enumerated data types, and when you generate code, the generated code doe...
4 years 前 | 0
已回答
Plc simulink coder supports RSLogix 5000 compactlogix plc or only the controllogix
Hello, I understand that you are asking whether the code generated by Simulink PLC Coder supports ControlLogix PLCs only or Com...
Plc simulink coder supports RSLogix 5000 compactlogix plc or only the controllogix
Hello, I understand that you are asking whether the code generated by Simulink PLC Coder supports ControlLogix PLCs only or Com...
4 years 前 | 0
已解决
Convert from Fahrenheit to Celsius
Given an input vector |F| containing temperature values in Fahrenheit, return an output vector |C| that contains the values in C...
4 years 前
已解决
Calculate Amount of Cake Frosting
Given two input variables |r| and |h|, which stand for the radius and height of a cake, calculate the surface area of the cake y...
4 years 前
已解决
Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...
4 years 前