Community Profile

photo

Dipak Dulal


Last seen: 7 mesi fa Attivo dal 2021

Followers: 0   Following: 0

Statistiche

All
  • Solver
  • Thankful Level 1

Visualizza badge

Feeds

Visto da

Risolto


Matrix multiplication across rows
Given matrix m, return matrix n such that, rows of n are result of multiplication of the rows of the input matrix Example ...

oltre un anno fa

Risolto


Write a function man that takes a row vector v and returns a matrix H as follows..
Write a function called man that takes a row vector v as an input and returns a matrix H whose first column consist of the eleme...

oltre un anno fa

Risolto


Replace Nonzero Numbers with 1
Given the matrix x, return the matrix y with non zero elements replaced with 1. Example: Input x = [ 1 2 0 0 0 ...

oltre un anno fa

Risolto


Given a matrix, swap the 2nd & 3rd columns
If a = [1 2 3 4; 1 2 3 4; 1 2 3 4; 1 2 3 4]; then the result is ans = 1 3 2 4 1 3 2...

oltre un anno fa

Domanda


To usa counties and state mape and shade with different color
Hi, I am working on a project and basically, I'm trying to import a map of US with counties in deffernet states marked on it. m...

oltre 2 anni fa | 1 risposta | 0

1

risposta