Community Profile

photo

Li Chng


Last seen: mehr als 3 Jahre vor Aktiv seit 2019

Followers: 0   Following: 0

Statistiken

  • Thankful Level 2
  • Thankful Level 1

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


relation between two variable
if Z = f(X,Y) if my raw data are the following, X | Y | Z 11 | 13 | 14 8 | 15 | 15 6| 17 | 16 3 | 19 | 14 1 | 22 | 14 ...

etwa 4 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


a Simple Matrix question
if i have two matrix_A = [ 200 201 130 150 202 203] Matrix_B = [ 255 255 130 150 255 255] how can i create Matrix_C such ...

mehr als 4 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


200 pixel to mm
Is there any correlation between how many pixel to mm^2? Scanned an image with an 200DPI scanner. Used MATLAB and was able to...

mehr als 4 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


imread, with inputdlg (Prompt user to enter filename and display it)
I would like to promt user to enter the filename (e.g pin.png) and subsequently display the image File = str2double(inputdlg ...

mehr als 4 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Sum Matrix excluding certain values
MatrixA = [1:10 ; 21:30 ; 8:17] how to sum all the elements inside matrix A, if the element is greater than 3?

mehr als 4 Jahre vor | 1 Antwort | 0

1

Antwort