photo

Slawek


Last seen: 6 days 前 自 2025 起处于活动状态

Followers: 0   Following: 0

Experienced in developing and integrating automation systems using PLCs, SCADA, and embedded technologies. Skilled in programming languages such as C#, C++, Ladder Logic. I enjoy bridging the gap between hardware and software to create robust, future-ready automation solutions.

Programming Languages:
C#
Spoken Languages:
English
Pronouns:
He/him
Professional Interests:
Control Systems

统计学

Cody

0 个问题
242 个答案

排名
N/A
of 300,417

声誉
N/A

贡献数
0 个提问
0 个回答

回答接受率
0.00%

收到投票数
0

排名
 of 20,961

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名
619
of 168,731

贡献数
0 个问题
242 个答案

评分
3,130

徽章数量
15

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • CUP Challenge Master
  • MATLAB Central Treasure Hunt Finisher
  • Introduction to MATLAB Master
  • Community Group Solver
  • Solver

查看徽章

Feeds

排序方式:

已解决


Linear Motion 5
A robot moving down an incline for 3 seconds undergoes a uniform acceleration of a ft/s2. If the robot has an initial velocity o...

6 days 前

已解决


Create an n-by-n null matrix and fill with ones certain positions
The positions will be indicated by a z-by-2 matrix. Each row in this z-by-2 matrix will have the row and column in which a 1 has...

6 days 前

已解决


Find last zero for each column
Given a numeric array of arbitrary size, return the row index of the last zero for each column. If a column contains all nonzero...

6 days 前

已解决


How many digits are there?
Input(s) - any string Output(n) - number of digits within string s

7 days 前

已解决


Let's get back to school, and create multiplication tables
For a given range, create multiplication tables. (start is always < endno) Example start = 17 endno = 19 Then, ...

7 days 前

已解决


Sudoku square
We have a small Sudoku square, but one number is missing. x = [ 1 5 4 8 6 3 0 9 7 ] Make a function, wher...

7 days 前

已解决


Concatenate strings
concatenate a variable number of input strings to produce one outputstring

12 days 前

已解决


Solve the Sudoku Row
*Description* A simple yet tedious task occurs near the end of most Sudoku-solving algorithms, computerized or manual. The ta...

13 days 前

已解决


Minkowski distance

13 days 前

已解决


Bit calculation
Give me the count of numbers from 1 to n having their last two bits as 0. For example function y = ret_count(4) y = x...

13 days 前

已解决


Draw a '0' in a one matrix!

13 days 前

已解决


Is A the inverse of B?
Given a matrix A and a matrix B, is A the inverse of B? >>A=[2,4;3,5]; >>B=[-2.5,2;1.5,-1]; >>isInverse...

13 days 前

已解决


Rotate Matrix @180 degree
Rotate Matrix @180 degree Example A=[8 1 6; 3 5 7; 4 9 2], then answer would be [2 9 4;...

13 days 前

已解决


to the 2 all elements
to the 2 all elements

13 days 前

已解决


calculate the length of matrix
input 1 array, calculate the length

13 days 前

已解决


Double all elements in the array
Duplicate all elements in the array

13 days 前

已解决


the average value of the elements
Calculate the average value of the elements in the array

13 days 前

已解决


Calculate the average value of the elements in the array
Calculate the average value of the elements in the array

13 days 前

已解决


Square root
Given x (a matrix), give back another matrix, where all the elements are the square roots of x's elements.

13 days 前

已解决


Find the max element of the array
Find the max element of the array

13 days 前

已解决


Converts numbers into characters
Converts numbers into characters

13 days 前

已解决


Alternating sum
Given vector x, calculate the alternating sum y = x(1) - x(2) + x(3) - x(4) + ...

13 days 前

已解决


Sum the 'edge' values of a matrix
Sum the 'edge' values of an input matrix (the values along the perimeter). Example [1 2 3 4 5 6 7 8 9] Output = ...

14 days 前

已解决


Calculate Engine Power
Calculate Engine Power (P) in kW given the values of Torque(M) in Nm and Engine Speed(n) in rpm

14 days 前

已解决


De-dupe
Remove all the redundant elements in a vector, but keep the first occurrence of each value in its original location. So if a =...

14 days 前

已解决


Flip the bit
Given an input character string (e.g. '1001'), return a character string with the bits flipped ('0110').

15 days 前

已解决


Guess Cipher
Guess the formula to transform strings as follows: 'Hello World!' --> 'Ifmmp Xpsme!' 'Can I help you?' --> 'Dbo J ifm...

18 days 前

已解决


Column Removal (★★★)
(copy of prob 7) Remove the nth column from input matrix A and return the resulting matrix in output B. So if A = [1 2...

18 days 前

已解决


row removal
Consider a matrix and remove the first row of the matrix.

18 days 前

已解决


Return unique values without sorting
If the input vector A is [42 1 1], the output value B must be the unique values [42 1] The values of B are in the same order a...

18 days 前

加载更多