Community Profile

photo

Jens Richter


RWTH Aachen University

Last seen: 3 years 前 自 2013 起处于活动状态

Followers: 0   Following: 0

联系

PhD Student @ RWTH University

Visit me academically on
www.iph.rwth-aachen.de,
https://www.researchgate.net/profile/Jens_Richter9

Professional Interests: Photonics, Physics

If you like what you see buy me a coffee via:
https://ko-fi.com/A437HBY

统计数据

All
  • Personal Best Downloads Level 3
  • First Review
  • 5-Star Galaxy Level 5
  • GitHub Submissions Level 1
  • First Submission
  • First Answer
  • Solver

查看徽章

Feeds

排序方式:

已解决


Add two numbers
Calculate the sum of two numbers. Example input = [2 3] output = 5

7 years 前

已解决


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

7 years 前

已解决


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

7 years 前

已解决


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

7 years 前

已解决


Find the hypotenuse
Given a and b (the two sides of a right-triangle), find c, the hypotenuse.

7 years 前

已解决


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

7 years 前

已解决


Convert Fahrenheit to Celsius
Calculate the Celsius temperature C given the Fahrenheit temperature F. Examples: Input F = 90 Output C is 32.22 I...

7 years 前

已解决


Hard limit function
Classify x data as if x>=0 then y=1 if x<0 then y=0 Example x = [ -2 -1 0 1 2] y = [ 0 0 1 1 1]

7 years 前

已解决


Replace Vector Elements
Replace all elements in a vector which are equal to or smaller than zero with 0.1. Example: A = [1 2 3 -1 0 2 -3 -80]; ...

7 years 前

已解决


Determine if input is odd
Given the input n, return true if n is odd or false if n is even.

7 years 前

已解决


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

7 years 前

已解决


Is my wife right?
Regardless of input, output the string 'yes'.

7 years 前

已解决


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

7 years 前

已解决


Swap two numbers
Example Input: a = 10 b = 20 Output a = 20 b = 10

7 years 前

已解决


Remove All elements less than 5
Given an input vector x, remove all elements of x less than 5 . Example: Input x = [ 1 2 5 7 3 ] Output y is [ 5 7 ...

7 years 前

已提交


jrichter24/toPPT
toPPT is a powerful tool for generating powerpoint presentations programmatically defined in matlab.

7 years 前 | 5 次下载 |

Thumbnail

已提交


QR Code Generator 1.1 based on zxing
QR Code generator 1.1 can generatre QR-Codes based on the zxing library.

7 years 前 | 17 次下载 |

Thumbnail

已回答
Is there an example of using MATLAB to create PowerPoint slides?
Hey have a look on http://www.mathworks.de/matlabcentral/fileexchange/authors/my_fileexchange

10 years 前 | 0