photo

Sri Kapali

Last seen: environ un mois il y a Actif depuis 2021

Followers: 0   Following: 0

Statistiques

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

Afficher les badges

Feeds

Afficher par

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

environ un an il y a | 1 réponse | 0

1

réponse

Réponse apportée
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...

presque 3 ans il y a | 0

Réponse apportée
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...

presque 3 ans il y a | 0

Réponse apportée
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...

presque 3 ans il y a | 0

Réponse apportée
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...

presque 4 ans il y a | 0

A résolu


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

presque 4 ans il y a

A résolu


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

presque 4 ans il y a

A résolu


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

presque 4 ans il y a

A résolu


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

presque 4 ans il y a

A résolu


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

presque 4 ans il y a

A résolu


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

presque 4 ans il y a

Réponse apportée
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...

presque 4 ans il y a | 0

Réponse apportée
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...

presque 4 ans il y a | 0

Réponse apportée
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...

presque 4 ans il y a | 0

Réponse apportée
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...

presque 4 ans il y a | 0

A résolu


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

presque 4 ans il y a

A résolu


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

presque 4 ans il y a

A résolu


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

presque 4 ans il y a