Community Profile

photo

Masud Kaiser


Active since 2018

Statistics

  • Thankful Level 1

View badges

Content Feed

View by

Question


How can I get the C language code of the following script?
A=imread('E:\Masud Kaiser\Thesis\3750400-1.jpg'); B = rgb2gray( A ); figure surfc(B,'edgecolor','none') grid on rotate3d on...

5 years ago | 1 answer | 0

1

answer

Question


I have a 2D image and I have made some plots including surface plot of that image in MATLAB. Now I want to deploy this code in server and see those plots on android. Please instruct me how can I do that?
A=imread(Image Directory Here); B = rgb2gray( A ); figure surfc(B,'edgecolor','none') grid on rotate3d on figure surfc(...

5 years ago | 0 answers | 0

0

answers