Community Profile

photo

Sri Kapali

Last seen: alrededor de 1 mes hace Con actividad desde 2021

Followers: 0   Following: 0

Estadísticas

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

Ver insignias

Feeds

Ver por

Pregunta


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

7 meses hace | 1 respuesta | 0

1

respuesta

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

alrededor de 2 años hace | 0

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

alrededor de 2 años hace | 0

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

alrededor de 2 años hace | 0

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

alrededor de 3 años hace | 0

Resuelto


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

alrededor de 3 años hace

Resuelto


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

alrededor de 3 años hace

Resuelto


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

alrededor de 3 años hace

Resuelto


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

alrededor de 3 años hace

Resuelto


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

alrededor de 3 años hace

Resuelto


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

alrededor de 3 años hace

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

alrededor de 3 años hace | 0

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

alrededor de 3 años hace | 0

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

alrededor de 3 años hace | 0

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

alrededor de 3 años hace | 0

Resuelto


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

alrededor de 3 años hace

Resuelto


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

alrededor de 3 años hace

Resuelto


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

alrededor de 3 años hace