Community Profile

photo

Jannik Heusinger


TU Braunschweig

Last seen: 8 months ago Active since 2018

Statistics

All
  • First Submission
  • Solver

View badges

Content Feed

View by

Question


Why do F statistics of regress fitlm and coefTest functions differ?
I'm interested whether or not a linear trend exists in a dataset. Therefore, I've looked at the F statistics of the regress vs. ...

1 year ago | 0 answers | 0

0

answers

Submitted


DWD Datenfuchs
Vereinfacht das Herunterladen meteorologischer Daten des DWD.

2 years ago | 1 download |

Thumbnail

Solved


Remove any row in which a NaN appears
Given the matrix A, return B in which all the rows that have one or more <http://www.mathworks.com/help/techdoc/ref/nan.html NaN...

6 years ago

Solved


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

6 years ago

Solved


Elapsed Time
Given two date strings d1 and d2 of the form yyyy/mm/dd HH:MM:SS (assume hours HH is in 24 hour mode), determine how much time, ...

6 years ago

Solved


Find all elements less than 0 or greater than 10 and replace them with NaN
Given an input vector x, find all elements of x less than 0 or greater than 10 and replace them with NaN. Example: Input ...

6 years ago

Solved


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

6 years ago

Solved


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

6 years ago

Solved


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

6 years ago

Submitted


BRL_model(Latitude,Longitude,LT,TZ,days,Global)
Calculates diffuse radiation with global radiation as input

6 years ago | 1 download |