Réponse apportée
How to show r square correlation and RMSE on a scatterplot
For those who is looking for a complete set of code; Just check this https://de.mathworks.com/matlabcentral/fileexchange/78703-...

plus de 5 ans il y a | 0

A soumis


Linear Regression plot with Confidence Intervals in MATLAB
Sample code to plot linear regression curve with confidence intervals.

plus de 5 ans il y a | 8 téléchargements |

4.0 / 5
Thumbnail

A soumis


CDF matching bias correction method in MATLAB
Cumulative Distribution Function (CDF) matching bias correction method for bias correcting the precipitation or soil moisture pr...

plus de 5 ans il y a | 2 téléchargements |

5.0 / 5
Thumbnail

A résolu


Kelvin to Fahrenheit
You can find a doc about it in here => https://www.rapidtables.com/convert/temperature/how-kelvin-to-fahrenheit.html x is kelvi...

plus de 5 ans il y a

A résolu


Convert Angstrom to Meters
Write a code that converts the angstrom unit to meters.(A is angstrom and m is meters.)

plus de 5 ans il y a

A résolu


GPA
Math's credit is 5 and you got x | Physics's credit 7 and you got y what is your GPA

plus de 5 ans il y a

A résolu


Mile to Kilometer
x is mile and y is km

plus de 5 ans il y a

A résolu


Watt
Ampere x Volt = Watt

plus de 5 ans il y a

A résolu


Bit to Gigabyte
1 bit = 1.25 × 10^-10 gigabytes | x is bit | y is gigabyte

plus de 5 ans il y a

A résolu


find the stepnumber?
you can find the stepnumber.

plus de 5 ans il y a

A résolu


sumdigits
function [p1,p2] = goldbach(n) for p1 = 1:n if isprime(p1) p2 = n - p1; if isprime(p2) re...

plus de 5 ans il y a

A soumis


Sentinel 1A image reading and displaying in MATLAB
This code shows how to read the Sentinel 1A satellite data in MATLAB.

plus de 5 ans il y a | 2 téléchargements |

5.0 / 5
Thumbnail

A résolu


Find the absolute value of c=a-b
Find the absolute value of c=a-b

presque 6 ans il y a

A résolu


Times 6
Try out this test problem first. Given the variable x as your input, multiply it by six and put the result in y. Examples:...

presque 6 ans il y a

A résolu


Times 7
Try out this test problem first. Given the variable x as your input, multiply it by seven and put the result in y. Example...

presque 6 ans il y a

A résolu


Times 8
Try out this test problem first. Given the variable x as your input, multiply it by eight and put the result in y. Example...

presque 6 ans il y a

A résolu


Times 9
Try out this test problem first. Given the variable x as your input, multiply it by nine and put the result in y. Examples...

presque 6 ans il y a

A résolu


Times 10
Try out this test problem first. Given the variable x as your input, multiply it by ten and put the result in y. Examples:...

presque 6 ans il y a

A résolu


Times 11
Try out this test problem first. Given the variable x as your input, multiply it by eleven and put the result in y. Exampl...

presque 6 ans il y a

A résolu


Times 12
Try out this test problem first. Given the variable x as your input, multiply it by twelve and put the result in y. Exampl...

presque 6 ans il y a

A résolu


Times 20
Try out this test problem first. Given the variable x as your input, multiply it by ninety and put the result in y. Exampl...

presque 6 ans il y a

A résolu


Times 3
Try out this test problem first. Given the variable x as your input, multiply it by three and put the result in y. Example...

presque 6 ans il y a

A résolu


Calculate the centroid of a triangle
Info: https://en.wikipedia.org/wiki/Centroid Example Input: x = [0 0 1]; % x-coordinate y = [0 1 0]; % y-coordinat...

presque 6 ans il y a

A résolu


Square
X is a number, write a code, where Y should be the square of X.

presque 6 ans il y a

A résolu


Square root
Given x (a matrix), give back another matrix, where all the elements are the square roots of x's elements.

presque 6 ans il y a

A résolu


Multiply pi
Multiply pi with x!

presque 6 ans il y a

A résolu


Divide pi
Divide pi by x!

presque 6 ans il y a

A résolu


Matrix problem for beginners
Make a matrix [0,0,0;1,1,1;2,2,2]. X=[0,1,2]

presque 6 ans il y a

A résolu


Matrix for beginners
Multiply x and y elemwise.

presque 6 ans il y a

A résolu


Newton's Motion Law
F is force, m is mass, and a is acceleration. Calculate the force for an object.

presque 6 ans il y a

Charger plus