문제를 풀었습니다


Variable_Addition
be able to add any variable to the number one

9년 초과 전

문제를 풀었습니다


square number
Square a number

9년 초과 전

문제를 풀었습니다


Array of Ones
Create a 100 X 100 array of ones.

9년 초과 전

답변 있음
I need automatic switch,but once it is turn ON and it should not be turn OFF
You can try with the file given in the link: https://www.mathworks.com/matlabcentral/fileexchange/59461-function-based-on-off-co...

9년 초과 전 | 0

답변 있음
how can I connect the solar cell block from sim electronics to block from sim power system library?
You cannot connect the simscape directly to the simpower systems. You need to use the simscape to simpower converter to get the ...

9년 초과 전 | 1

문제를 풀었습니다


find minimum
find the minimum from an array

9년 초과 전

문제를 풀었습니다


Add 7
Given an input variable x, output a variable y that is 7 greater than x. Example: Input x = 1 Output y is 8 Input ...

9년 초과 전

문제를 풀었습니다


Product of Array
Given an array of numbers. Get the product of the array.

9년 초과 전

문제를 풀었습니다


Divide by 4
Given the variable x as your input, divide it by four and put the result in y.

9년 초과 전

문제를 풀었습니다


Find the area of a triangle
Given a triangle with a base b and height h, return the triangle area.

9년 초과 전

문제를 풀었습니다


find the Area of a rectangle
length is x width is y what is the area of the rectangle?

9년 초과 전

문제를 풀었습니다


Number of problems
No, you don't read it wrong: this assignment is to return the number of this problem (and not the problem of this number).

9년 초과 전

문제를 풀었습니다


find the surface area of a cube
given cube side length x, find the surface area of the cube, set it equal to y

9년 초과 전

문제를 풀었습니다


Potential Energy
Calculate the potential energy of a rock.

9년 초과 전

문제를 풀었습니다


Area of a circle
Find the value for area of the circle if diameter is given

9년 초과 전

문제를 풀었습니다


Square a Number
Given an input x, return y, which is equal to the square of x.

9년 초과 전

문제를 풀었습니다


Matlab Basics - Create a row vector
Write a Matlab script to create a row vector of 10 consecutive numbers x = [1 2 3 4 5 6 7 8 9 10]

9년 초과 전

답변 있음
How to generate a switch fault in Mosfet/IGBT?
You can open the switch for considering the open switch fault and connect both the legs for a short circuit fault.

9년 초과 전 | 12

답변 있음
How do I implement a Zener diode in Simulink?
You can change the properties of a ordinary diode with respect to the barrier voltage level to get the zener diode.

9년 초과 전 | 12

답변 있음
How the level shift of carrier in PWM inverter can be done in power electronics simulation in matlab
You need to generate 4 carrier signals in which 2 are above the zero reference and 2 are below the zero reference for a single ...

9년 초과 전 | 11

답변 있음
What is data in regression plot in neural network?
The circled shaped in the input data which you have used for the training of neural network.

9년 초과 전 | 11

답변 있음
Error while running Simulink model in MATLAB 2015b?
May I know the process or application which you are dealing with. Also consider that the updated version has the licence pair of...

9년 초과 전 | 11

답변 있음
Can 2015 and 2016 be licensed on the same server?
Yes. You can

9년 초과 전 | 11

문제를 풀었습니다


Add two numbers
Given a and b, return the sum a+b in c.

9년 초과 전

문제를 풀었습니다


Arrange Vector in descending order
If x=[0,3,4,2,1] then y=[4,3,2,1,0]

9년 초과 전

문제를 풀었습니다


Create a row array using double colon operator
Create a row array from 9 to 1, using the double colon operator.

9년 초과 전

문제를 풀었습니다


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

9년 초과 전

제출됨


Function based ON/OFF control
The Embedded function will decide the ON/OFF control based on the variation in the input.

9년 초과 전 | 다운로드 수: 1 |

4.93333 / 5

답변 있음
Generating characteristics of power electronics devices
You can make use of mathematical models for the extraction of characteristics as similar to that of a solar cell in MATLAB

9년 초과 전 | 0

답변 있음
How to solve the optimization problem as follows
You can include this function as the objective functions and the related constraints as being real numbers. You can use either G...

9년 초과 전 | 10

| 수락됨