Community Profile

photo

Sulagna Chakraborty


Last seen: 대략 1개월 전 2022년부터 활동

Followers: 0   Following: 0

Spoken Languages:
English
Professional Interests:
MATLAB Coder, MATLAB Programming for Code Generation

통계

All
  • First Submission
  • Promoter
  • Commenter
  • Introduction to MATLAB Master
  • Community Group Solver
  • Solver

배지 보기

Feeds

보기 기준

제출됨


H BRIDGE SIMULATION
simulation of h bridge with r load

대략 2개월 전 | 다운로드 수: 3 |

Thumbnail

제출됨


Simulation of AC Motor Drive with SVPWM Control Technique
Simulation of AC Motor Drive with SVPWM Control Technique

7개월 전 | 다운로드 수: 3 |

Thumbnail

문제를 풀었습니다


Pizza!
Given a circular pizza with radius _z_ and thickness _a_, return the pizza's volume. [ _z_ is first input argument.] Non-scor...

거의 2년 전

문제를 풀었습니다


Temperature Conversion 3

거의 2년 전

문제를 풀었습니다


Temperature Conversion 2

거의 2년 전

문제를 풀었습니다


Temperature Conversion 1

거의 2년 전

문제를 풀었습니다


Total energy

거의 2년 전

문제를 풀었습니다


Potential energy calculation

거의 2년 전

문제를 풀었습니다


Kinetic energy calculation

거의 2년 전

문제를 풀었습니다


Laws of motion 1

거의 2년 전

문제를 풀었습니다


Laws of motion 2

거의 2년 전

문제를 풀었습니다


Laws of motion 3

거의 2년 전

문제를 풀었습니다


Laws of motion 4
Given the initial velocity 'u', final velocity 'v' and acceleration 'a', find the distance travelled.

거의 2년 전

문제를 풀었습니다


Laws of motion 5

거의 2년 전

문제를 풀었습니다


Laws of motion 6

거의 2년 전

문제를 풀었습니다


Dimensions of a rectangle
The longer side of a rectangle is three times the length of the shorter side. If the length of the diagonal is x, find the width...

거의 2년 전

문제를 풀었습니다


Is this triangle right-angled?
Given three positive numbers a, b, c, where c is the largest number, return *true* if the triangle with sides a, b and c is righ...

거의 2년 전

문제를 풀었습니다


Is this triangle right-angled?
Given any three positive numbers a, b, c, return true if the triangle with sides a, b and c is right-angled. Otherwise, return f...

거의 2년 전

문제를 풀었습니다


Triangle sequence
A sequence of triangles is constructed in the following way: 1) the first triangle is Pythagoras' 3-4-5 triangle 2) the s...

거의 2년 전

문제를 풀었습니다


Area of an equilateral triangle
Calculate the area of an equilateral triangle of side x. <<https://i.imgur.com/jlZDHhq.png>> Image courtesy of <http://up...

거의 2년 전

문제를 풀었습니다


Side of an equilateral triangle
If an equilateral triangle has area A, then what is the length of each of its sides, x? <<https://i.imgur.com/jlZDHhq.png>> ...

거의 2년 전

문제를 풀었습니다


Side of a rhombus
If a rhombus has diagonals of length x and x+1, then what is the length of its side, y? <<https://imgur.com/x6hT6mm.png>> ...

거의 2년 전

문제를 풀었습니다


Area of an Isoceles Triangle
An isosceles triangle has equal sides of length x and a base of length y. Find the area, A, of the triangle. <<https://imgur...

거의 2년 전

문제를 풀었습니다


Length of a short side
Calculate the length of the short side, a, of a right-angled triangle with hypotenuse of length c, and other short side of lengt...

거의 2년 전

문제를 풀었습니다


Vector creation
Create a vector using square brackets going from 1 to the given value x in steps on 1. Hint: use increment.

거의 2년 전

문제를 풀었습니다


Doubling elements in a vector
Given the vector A, return B in which all numbers in A are doubling. So for: A = [ 1 5 8 ] then B = [ 1 1 5 ...

거의 2년 전

문제를 풀었습니다


Create a vector
Create a vector from 0 to n by intervals of 2.

거의 2년 전

문제를 풀었습니다


Flip the vector from right to left
Flip the vector from right to left. Examples x=[1:5], then y=[5 4 3 2 1] x=[1 4 6], then y=[6 4 1]; Request not ...

거의 2년 전

문제를 풀었습니다


Whether the input is vector?
Given the input x, return 1 if x is vector or else 0.

거의 2년 전

문제를 풀었습니다


Find max
Find the maximum value of a given vector or matrix.

거의 2년 전

더 보기