Solved


Basic Physics IV
Calculate the Work.

1 month ago

Solved


Basic Physics III
Calculate the Potential Energy (PE).

1 month ago

Solved


Basic Physics II
Get the Kinetic Energy (KE).

1 month ago

Solved


Basic Physics I
Calculate the energy by the famous formula of Albert Einstein.

1 month ago

Solved


MATLAB 101: Conditional Product or Sum Calculator
Write a MATLAB function that accepts two integer numbers. If the product of the two numbers is less than or equal to 1000, retur...

1 month ago

Problem


MATLAB 101: Conditional Product or Sum Calculator
Write a MATLAB function that accepts two integer numbers. If the product of the two numbers is less than or equal to 1000, retur...

1 month ago | 0 | 16 solvers

Solved


MATLAB 101: Wye to Delta Impedance Converter
n electrical network analysis, transforming a Wye (Y) configuration of impedances (Z1, Z2, Z3) into an equivalent Delta (Delta) ...

1 month ago

Problem


MATLAB 101: Wye to Delta Impedance Converter
n electrical network analysis, transforming a Wye (Y) configuration of impedances (Z1, Z2, Z3) into an equivalent Delta (Delta) ...

1 month ago | 0 | 34 solvers

Solved


MATLAB 101: Delta to Wye Impedance Converter
In electrical network analysis, transforming a delta (Delta) configuration of components into a wye (Y) configuration is vital f...

1 month ago

Problem


MATLAB 101: Delta to Wye Impedance Converter
In electrical network analysis, transforming a delta (Delta) configuration of components into a wye (Y) configuration is vital f...

1 month ago | 0 | 35 solvers

Solved


MATLAB 101: Equivalent Resistance Calculator
Calculate the equivalent resistance R_eq for n resistors connected in Series or Parallel.

1 month ago

Problem


MATLAB 101: Equivalent Resistance Calculator
Calculate the equivalent resistance R_eq for n resistors connected in Series or Parallel.

1 month ago | 0 | 35 solvers

Solved


MATLAB 101: Area of an ellipse
Write a MATLAB function that accepts these two values a (major axis length), b (minor axis length) as inputs and returns the cal...

1 month ago

Problem


MATLAB 101: Area of an ellipse
Write a MATLAB function that accepts these two values a (major axis length), b (minor axis length) as inputs and returns the cal...

1 month ago | 1 | 39 solvers

Solved


MATLAB 101: Extracting Even/Odd Values
Given an array or a matrix, extract all elements that satisfy a specified parity condition ('even' or 'odd') and return them as ...

1 month ago

Problem


MATLAB 101: Extracting Even/Odd Values
Given an array or a matrix, extract all elements that satisfy a specified parity condition ('even' or 'odd') and return them as ...

1 month ago | 0 | 16 solvers

Solved


MATLAB 101: University Department Data Analyzer
You are given an array containing the number of students in various academic departments of a university, along with a parallel ...

1 month ago

Problem


MATLAB 101: University Department Data Analyzer
You are given an array containing the number of students in various academic departments of a university, along with a parallel ...

1 month ago | 0 | 12 solvers

Solved


MATLAB 101: Student Marks Analyzer
An array is given that contains the marks received by a group of students in their class test. Write a function that processes t...

1 month ago

Problem


MATLAB 101: Student Marks Analyzer
An array is given that contains the marks received by a group of students in their class test. Write a function that processes t...

1 month ago | 0 | 15 solvers

Problem


MATLAB 101: Area of a circle
Write a MATLAB function named circle_area that accepts the radius r as an input and returns the area of the circle.

1 month ago | 1 | 49 solvers

Problem


MATLAB 101: Basic Calculator
Write a MATLAB function named basic_calculator that accepts two input numbers, A and B, and returns four distinct outputs: The ...

1 month ago | 0 | 41 solvers

Submitted


Kidney Stone Detection
A Matlab app for kindey stone detection

1 year ago | 2 downloads |

0.0 / 5
Thumbnail

Submitted


Signals and System Playground
An Educational app to uderstand Signals and System basics

1 year ago | 1 download |

0.0 / 5
Thumbnail

Question


Matlab Dimpulse function documentaion not found
I was using the dimpulse function in one ofthe codes for digital signal processing. It is working properly. But I couldn't find ...

1 year ago | 2 answers | 0

2

answers

Solved


Sort a list of complex numbers based on far they are from the origin.
Given a list of complex numbers z, return a list zSorted such that the numbers that are farthest from the origin (0+0i) appear f...

2 years ago

Solved


give nth decimal place of pi
max 15th place after the decimal point is ok for now

2 years ago

Solved


Least common multiple of many numbers
1:6 -> 60

2 years ago

Solved


Sorted highest to lowest?
Return 1 if the input is sorted from highest to lowest, 0 if not. Example: 1:7 -> 0 [7 5 2] -> 1

2 years ago

Solved


Check if sorted
Check if sorted. Example: Input x = [1 2 0] Output y is 0

2 years ago

Load more