photo

Sri Kapali

Last seen: 26 dagar ago Active since 2021

Followers: 0   Following: 0

Statistics

All
  • Thankful Level 1
  • Revival Level 2
  • First Answer
  • Solver

View badges

Feeds

View by

Question


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...

ungefär ett år ago | 1 answer | 0

1

answer

Answered
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...

mer än 2 år ago | 0

Answered
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...

mer än 2 år ago | 0

Answered
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...

mer än 2 år ago | 0

Answered
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...

mer än 3 år ago | 0

Solved


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...

mer än 3 år ago

Solved


Calculate BMI
Given a matrix |hw| (height and weight) with two columns, calculate BMI using these formulas: * 1 kilogram = 2.2 pounds * 1 ...

mer än 3 år ago

Solved


Calculate a Damped Sinusoid
The equation of a damped sinusoid can be written as |y = A.ⅇ^(-λt)*cos(2πft)| where |A|, |λ|, and |f| ...

mer än 3 år ago

Solved


Solve a System of Linear Equations
*Example*: If a system of linear equations in _x&#8321_ and _x&#8322_ is: 2 _x₁_ + _x₂_ = 2 _x₁...

mer än 3 år ago

Solved


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,....

mer än 3 år ago

Solved


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...

mer än 3 år ago

Answered
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...

mer än 3 år ago | 0

Answered
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...

mer än 3 år ago | 0

Answered
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...

mer än 3 år ago | 0

Answered
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...

mer än 3 år ago | 0

Solved


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...

mer än 3 år ago

Solved


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...

mer än 3 år ago

Solved


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:...

mer än 3 år ago