Community Profile

photo

Houghton


2015년부터 활동

Followers: 0   Following: 0

연락

통계

Feeds

보기 기준

답변 있음
How to call python3 in MATLAB?
I installed python version 3.5.2

7년 초과 전 | 0

질문


How to call python3 in MATLAB?
Hi, I am using python3. I need to call python3 in MATLAB. I found this page http://www.mathworks.com/help/matlab/getting-star...

7년 초과 전 | 답변 수: 2 | 0

2

답변

질문


function estimateUncalibratedRectification
function estimateUncalibratedRectification from page http://www.mathworks.com/help/vision/ref/estimateuncalibratedrectification...

8년 초과 전 | 답변 수: 0 | 0

0

답변

질문


I used plot3. when I try to rotate the 3D image, it is too slow to rotate for each time.
hFig = figure('name','3D Plotting_Solve_Pyramid','numbertitle','off'); hold on; set(gcf,'Renderer','OpenGL'); % might i...

8년 초과 전 | 답변 수: 1 | 0

1

답변

질문


how to change the background in imshow from black to white
get(0,'Factory'); set(0,'defaultfigurecolor',[1 1 1]); whitebg(figure); set(gcf,'color','white'); set(gca,'color','none'); ...

8년 초과 전 | 답변 수: 2 | 0

2

답변

질문


I want to plot 3D color image from data in array by using Plot3
I have x,y,z and RGB in array. objectpoint_x_array=zeros(hightl,widthl,1); objectpoint_y_array=zeros(hightl,widthl,...

8년 초과 전 | 답변 수: 1 | 0

1

답변