Community Profile

bala k


Active since 2011

Statistics

  • First Review
  • Thankful Level 1

View badges

Content Feed

View by

Question


EXE file.
hi, How to create exe file in matlab. can you help me.

13 years ago | 2 answers | 0

2

answers

Question


milliseconds
how i calculate milliseconds from seconds

13 years ago | 1 answer | 0

1

answer

Question


array [10x8]
G(1,:)=[ 1 2 3 8 5 6 3 5]; for j = 1:10, for i = 1:8, n(j,i)=G(1,8); end end i need to calculate 10 rows and 8 colu...

13 years ago | 1 answer | 0

1

answer

Question


matlab guide tool
matlab gui exit button code..

13 years ago | 4 answers | 0

4

answers

Question


hue saturation intensity
I1 = imread('127.jpg'); >> I1 = imresize(I1, [256 256]); >> [h s i] = rgb2hsi(I1); ??? Undefined function or method 'rg...

13 years ago | 1 answer | 0

1

answer

Question


Euclidean distance of two vectors
Euclidean distance of two vector. I have the two image values G=[1x72] and G1 = [1x72]. I need to calculate the two image distan...

13 years ago | 2 answers | 6

2

answers