Community Profile

photo

JaeHwang Jung


Last seen: 8 giorni fa Attivo dal 2020

Statistiche

All
  • First Review
  • Solver

Visualizza badge

Content Feed

Visto da

Risolto


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

oltre un anno fa

Risolto


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

oltre un anno fa

Domanda


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

oltre 3 anni fa | 0 risposte | 0

0

risposte

Risolto


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

circa 4 anni fa

Risolto


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

circa 4 anni fa