photo

DhaniAri


Last seen: 10 months ago Active since 2018

Followers: 0   Following: 0

Statistics

  • Thankful Level 2
  • First Answer
  • Revival Level 1
  • Thankful Level 1

View badges

Feeds

View by

Question


Deploy application compiler result apps Mac into Ipad?
I build an app mac using Application compiler, How can I deploy my app mac into my Ipad ?

4 years ago | 0 answers | 0

0

answers

Answered
How to install AlexNet without internet connection? (Solved)
Hi, You can try to install manually : put the alexnet.mlpkginstall in your MATLAB folder open matlab application and go to MA...

5 years ago | 0

Answered
How to make a crop image with a white color result ?
Thank u for the help. I look for the white color over cropped partition

6 years ago | 0

Question


How to make a crop image with a white color result ?
%% Cropping column off 25% file=imread('Airplane.tiff'); CR1=imcrop(file,[128 0 512 512]); [x,y]=size(CR1); CRP1=zeros(M...

6 years ago | 3 answers | 0

3

answers

Question


How to make nested loop from 8x8 block for image size 512x512?
i have an image with size 512x512, then i make a 8x8 block so there is 4096 block, i want to calculate variance function in each...

6 years ago | 1 answer | 0

1

answer