解決済み


Basic Physics IV
Calculate the Work.

2ヶ月 前

解決済み


Basic Physics III
Calculate the Potential Energy (PE).

2ヶ月 前

解決済み


Basic Physics II
Get the Kinetic Energy (KE).

2ヶ月 前

解決済み


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

2ヶ月 前

解決済み


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

2ヶ月 前

問題


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

2ヶ月 前 | 0 | 30 個のソルバー

解決済み


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

2ヶ月 前

問題


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

2ヶ月 前 | 0 | 81 個のソルバー

解決済み


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

2ヶ月 前

問題


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

2ヶ月 前 | 0 | 53 個のソルバー

解決済み


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

2ヶ月 前

問題


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

2ヶ月 前 | 0 | 56 個のソルバー

解決済み


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

2ヶ月 前

問題


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

2ヶ月 前 | 1 | 62 個のソルバー

解決済み


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

2ヶ月 前

問題


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

2ヶ月 前 | 0 | 33 個のソルバー

解決済み


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

2ヶ月 前

問題


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

2ヶ月 前 | 0 | 24 個のソルバー

解決済み


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

2ヶ月 前

問題


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

2ヶ月 前 | 0 | 32 個のソルバー

問題


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.

2ヶ月 前 | 1 | 94 個のソルバー

問題


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

2ヶ月 前 | 1 | 64 個のソルバー

送信済み


Kidney Stone Detection
A Matlab app for kindey stone detection

1年以上 前 | ダウンロード 40 件 |

0.0 / 5
Thumbnail

送信済み


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

1年以上 前 | ダウンロード 10 件 |

0.0 / 5
Thumbnail

質問


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年以上 前 | 2 件の回答 | 0

2

回答

解決済み


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年弱 前

解決済み


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

3年弱 前

解決済み


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

3年弱 前

解決済み


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

3年弱 前

解決済み


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

3年弱 前

さらに読み込む