photo

Slawek


Last seen: 2日 前 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 問題
374 解答

ランク
N/A
of 301,555

評判
N/A

コントリビューション
0 質問
0 回答

回答採用率
0.00%

獲得投票数
0

ランク
 of 21,323

評判
N/A

平均評価
0.00

コントリビューション
0 ファイル

ダウンロード
0

ALL TIME ダウンロード
0

ランク
388
of 175,367

コントリビューション
0 問題
374 解答

スコア
4,550

バッジ数
17

コントリビューション
0 投稿

コントリビューション
0 パブリック チャネル

平均評価

コントリビューション
0 ハイライト

平均いいねの数

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

バッジを表示

Feeds

表示方法

解決済み


Maximum Power Transfer
Engineers at Texas Instruments design circuits for maximum efficiency. Internal resistance = 4 Ω Find load resistance for maxi...

約2ヶ月 前

解決済み


Kirchhoff’s Loop Law
Engineers at ISRO design spacecraft circuits. Battery = 10 V Total resistance = 2 Ω Find current in loop.

約2ヶ月 前

解決済み


Drift Velocity in Conductor

約2ヶ月 前

解決済み


Power Loss in Transmission Lines
Electricity transmitted by Power Grid Corporation of India experiences power loss due to resistance. Current = 10 A Resistance...

約2ヶ月 前

解決済み


Car Battery Internal Resistance
Engineers at Tata Motors test a car battery with: EMF = 12 V Internal resistance = 1 Ω External resistance = 5 Ω Find curren...

約2ヶ月 前

解決済み


Parallel Circuit in Home Wiring
Home appliances connected in parallel in a house in Gurgaon have resistances of 6 Ω and 3 Ω. Find equivalent resistance.

約2ヶ月 前

解決済み


Series Circuit in Street Lights
Street lights installed by the Delhi Electricity Distribution Company use three resistors of 2 Ω, 3 Ω, and 5 Ω in series. Find ...

約2ヶ月 前

解決済み


Mobile Charging Cable Resistance

約2ヶ月 前

解決済み


Electric Heater Safety Test
Engineers at Havells test a heater connected to 220 V supply. The heater resistance is 44 Ω. They need to calculate power consu...

約2ヶ月 前

解決済み


Emergency Torch in a Power Cut
During a power outage in Lucknow, Riya uses an emergency torch powered by a battery of 6 V connected to a bulb with resistance 3...

約2ヶ月 前

解決済み


Plot Line Specifications
Create a line plot for function cos(x) where x is a vector of linearly spaced values going from 0 to input N with an increment o...

3ヶ月 前

解決済み


Make a Plot with Functions
Make a plot and test

3ヶ月 前

解決済み


Draw a 'Z'.
Given _n_ as input, generate a n-by-n matrix like 'Z' by _0_ and _1_ . Example: n=5 ans= [1 1 1 1 1 0 0 0 1 ...

4ヶ月 前

解決済み


Draw a 'N'!
Given n as input, generate a n-by-n matrix 'N' using 0 and 1 . Example: n=5 ans= [1 0 0 0 1 1 1 0 0 1 1 0 ...

4ヶ月 前

解決済み


Draw 'O' !
Given n as input, generate a n-by-n matrix 'O' using 0 and 1 . example: n=4 ans= [1 1 1 1 1 0 0 1 ...

4ヶ月 前

解決済み


Draw 'J'
Given n as input, generate a n-by-n matrix 'J' using 0 and 1 . Example: n=5 ans= [0 0 0 0 1 0 0 0 0 1 0 0 ...

4ヶ月 前

解決済み


Draw 'H'
Draw a x-by-x matrix 'H' using 1 and 0. (x is odd and bigger than 2) Example: x=5 ans= [1 0 0 0 1 1 0 0 0 1 ...

4ヶ月 前

解決済み


Draw 'F'
Draw a x-by-x matrix 'F' using 1 and 0. (x is odd and bigger than 4) Example: x=5 ans= [1 1 1 1 1 1 0 0 0 0 ...

4ヶ月 前

解決済み


Draw 'E'
Draw a x-by-x matrix 'E' using 1 and 0. (x is odd and bigger than 4) Example: x=5 ans= [1 1 1 1 1 1 0 0 0 0 ...

4ヶ月 前

解決済み


Draw 'D'.
Draw a x-by-x matrix 'D' using 0 and 1. example: x=4 ans= [1 1 1 0 1 0 0 1 1 0 0 1 1 1 1 0]

4ヶ月 前

解決済み


Draw 'C'.
Given x as input, generate a x-by-x matrix 'C' using 0 and 1. example: x=4 ans= [0 1 1 1 1 0 0 0 ...

4ヶ月 前

解決済み


Draw 'B'
Draw a x-by-x matrix 'B' using 1 and 0. (x is odd and bigger than 4) Example: x=5 ans= [1 1 1 1 0 1 0 0 0 1 ...

4ヶ月 前

解決済み


Matrix Construction I
Given n, construct a matrix as shown in the example below. Example For n=8, the output should look like this: 1 2 3 4 ...

4ヶ月 前

解決済み


frame of the matrix
Given the matrix M, return M without the external frame.

5ヶ月 前

解決済み


subtract central cross
Given an n-by-n square matrix, where n is an odd number, return the matrix without the central row and the central column.

5ヶ月 前

解決済み


Given a matrix, swap the 2nd & 3rd columns
If a = [1 2 3 4; 1 2 3 4; 1 2 3 4; 1 2 3 4]; then the result is ans = 1 3 2 4 1 3 2...

5ヶ月 前

解決済み


Determine if given number is perfect
A number is perfect if it is equal to the sum of its factors, excluding itself. Example The number 6 is perfect since its fact...

6ヶ月 前

解決済み


square of a number
find square of a given number

6ヶ月 前

解決済み


Watt
Ampere x Volt = Watt

6ヶ月 前

解決済み


Signed Magnitude
For a given input vector, return the value that is furthest from zero. For example, if x = [1 2 -12] return -12.

6ヶ月 前

さらに読み込む