Community Profile

photo

JaeHwang Jung


Last seen: 15 jours il y a Actif depuis 2020

Followers: 0   Following: 0

Statistiques

All
  • First Review
  • Solver

Afficher les badges

Feeds

Afficher par

A résolu


Find Closest Constant
Given a number x, return the value that is closest to x from this list of constants: 0, 1, , e, , (also known as ). For exampl...

plus d'un an il y a

A résolu


Matrix Quadrants
Write a function that takes N as the input, and outputs a matrix whose upper-left (NxN) quadrant contains all ones, the lower-ri...

plus d'un an il y a

Question


Does anyone know what this colormap is? (NASA microwave sky)
I want to copy this colormap: NASA microwave sky https://map.gsfc.nasa.gov/media/121238/index.html (I am sorry I could not at...

plus de 3 ans il y a | 1 réponse | 0

0

réponse

A résolu


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

environ 4 ans il y a

A résolu


Calculate inverse matrix in m by n matrix
x=(1:10)' y=roundn(2*x+7*rand(size(x)),-1) a*x=y Estimate a using inverse matrix calculation. This is principle of li...

environ 4 ans il y a