photo

marc kahwaji


2014년부터 활동

Followers: 0   Following: 0

메시지

통계학

  • Thankful Level 1

배지 보기

Feeds

보기 기준

질문


how can i remove the blue color?
code: close all; clear all; P = @(x,y,c,w) exp(-((x-repmat(c(1),size(x,1),size(x,2))).^2 + (y-repmat(c(2),size(y,1),si...

거의 10년 전 | 답변 수: 3 | 0

3

답변

질문


how can i draw a circle?
this is my serial data code clear all; delete(instrfind); s = serial('COM6'); instrfind set(s, 'InputBufferSize'...

거의 10년 전 | 답변 수: 2 | 0

2

답변

질문


i need to add an image as background?
here is my code close all; clear all; P = @(x,y,c,w,a) a.*exp(-((x-repmat(c(1),size(x,1),size(x,2))).^2 + (y-repmat(c(2)...

거의 10년 전 | 답변 수: 1 | 0

1

답변

질문


how to draw peaks in specific locations?
i need to draw peaks in specific coordinations how can i do it ?

거의 10년 전 | 답변 수: 1 | 0

1

답변

질문


how to color circles on an image? the color should varies with the variation of the serial data
i have a microcontroller connected to a force sensor and sending serial data. i'm putting these data in a matrix i need to dr...

거의 10년 전 | 답변 수: 3 | 0

3

답변