Community Profile

photo

Sri Kapali

Last seen: 10 giorni fa Attivo dal 2021

Statistiche

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

Visualizza badge

Content Feed

Visto da

Domanda


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 mesi fa | 1 risposta | 0

1

risposta

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

circa 2 anni fa | 0

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

circa 2 anni fa | 0

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

circa 2 anni fa | 0

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

circa 3 anni fa | 0

Risolto


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

circa 3 anni fa

Risolto


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

circa 3 anni fa

Risolto


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

circa 3 anni fa

Risolto


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

circa 3 anni fa

Risolto


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

circa 3 anni fa

Risolto


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

circa 3 anni fa

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

circa 3 anni fa | 0

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

circa 3 anni fa | 0

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

circa 3 anni fa | 0

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

circa 3 anni fa | 0

Risolto


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

circa 3 anni fa

Risolto


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

circa 3 anni fa

Risolto


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

circa 3 anni fa