Community Profile

photo

JaeHwang Jung


Last seen: 14 días hace Con actividad desde 2020

Followers: 0   Following: 0

Estadísticas

All
  • First Review
  • Solver

Ver insignias

Feeds

Ver por

Resuelto


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

más de 1 año hace

Resuelto


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

más de 1 año hace

Pregunta


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

más de 3 años hace | 0 respuestas | 0

0

respuestas

Resuelto


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

alrededor de 4 años hace

Resuelto


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

alrededor de 4 años hace