photo

Piet


2014 年からアクティブ

Followers: 0   Following: 0

統計

All
  • First Answer
  • Solver

バッジを表示

Feeds

表示方法

解決済み


Column Removal
Remove the nth column from input matrix A and return the resulting matrix in output B. So if A = [1 2 3; 4 5 6]; and ...

8年以上 前

解決済み


Find all elements less than 0 or greater than 10 and replace them with NaN
Given an input vector x, find all elements of x less than 0 or greater than 10 and replace them with NaN. Example: Input ...

8年以上 前

解決済み


Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...

8年以上 前

解決済み


Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...

8年以上 前

回答済み
Convert Mathlab to c/c++ convert issue
I think it is because a and b are undefined. Usually you call it like for example sum_of_two_numbers(4,7). Just like the C code:...

10年以上 前 | 0

質問


How can I model an air-core transformer in Simulink and also remove the second winding with a switch?
I want to model an air-core transformer in Simulink in which I can also "switch off and on"the secondary winding so that only th...

10年以上 前 | 1 件の回答 | 0

1

回答