Community Profile

photo

Ghulam Murtaza


Last seen: 4 months ago Active since 2016

Followers: 0   Following: 0

Statistics

  • Explorer
  • Thankful Level 1

View badges

Feeds

View by

2

answers

Question


indices of neighbor points and their replacement
Hi, I have matrix A=[3,4,8,6;1,6,9,0;2,5,7,1], and code to find neighbors of central points is as: M = zeros(size(A)); M(2,2) = ...

3 years ago | 0 answers | 0

0

answers

Question


Neighbor and center points of matrix
Hi, I have matirx of 256 \times 256. I want to find and save indices of nine neighbors of each center point in 1D matrix or in 2...

3 years ago | 1 answer | 0

1

answer

Question


Generate hash value of images in MATLAB
Please tell me the set of codes or commands to compute the hash value of a grey/color images using SHA-256 hash in MATLAB R2016a...

4 years ago | 1 answer | 0

1

answer

Question


Changing matrix into order pairs
Hi, I have a matrix A=[1 2;1 3; 2 1;5 6;1 7;6 7],how I can change 'A' like this A=[(1 2);(1 3);(2 1);(5 6);(1 7);(6 7)] or like...

7 years ago | 3 answers | 0

3

answers

Question


how I can finish randomly repeated values in a matrix
Hi I have a matrix A=[1 0; 1 3; 2 8; 2 3; 1 8; 5 6; 6 5; 5 9; 6 9] , ho...

7 years ago | 1 answer | 0

1

answer

Question


Generating points on flattened sphere
hi i am new in matlab I have a flattened sphere x1^2+0.01*x2^2+x3^2=1; I have code but it does not give exact results. f...

7 years ago | 0 answers | 0

0

answers

Question


classification of data with classifier
If I ha two classes like C = 0.0165 -0.0472 0.0060 -0.0491 0.0084 -0.0400 0.0046 -0.049...

7 years ago | 0 answers | 0

0

answers

Question


evaluating polynomials on given data
Hi I have code x=[1:5;1:5]; y=x' V1=x1+x2+1 V2=x1+x2x1+x2-8 for i=1:5; M=subs(V1,[x1 x2],[y(i,1) y(i,2)...

7 years ago | 0 answers | 0

0

answers

Question


Constructing Matrix from for loop
hi i have code x=[1:5;1:5]; y=x' V1=x1+x2+1 for i=1:5; M=subs(V1,[x1 x2],[y(i,1) y(i,2)]) end i got valu...

7 years ago | 1 answer | 0

1

answer

Question


finding points on polynomials
hi suppose i have points on circle of the form c=<100x2 double> and i have four polynomials p1,p2,p3,p4, then how i can evaluate...

8 years ago | 0 answers | 0

0

answers

Question


numbering of matrices generation
hi if i have for j=1:3; B=[A(j,1); A(j,1)] end; then how i got the matrices B1 B2 B3 instead of only B .

8 years ago | 1 answer | 0

1

answer

Question


how I solve this
hi if i have polynomial like p1 = x^2+x*y+y^2-2 p2 = x+y+x*y and set of points like S= {(1,0),(1,-1),(5,7),...,(-1,-8...

8 years ago | 1 answer | 0

1

answer

Question


HOW I GET RESULT ONLY NOT ANS
I have a code [x,y,n]=pc(v,c,b); when i run the code i got ans not x,y,n as variable, I mean x y n not appear in workplac...

8 years ago | 1 answer | 0

1

answer

Question


how we can find intersection of sphere and cylinder????
hi i am new in programming . i have sphere x1^2+0.1*x2^2+x3^=1 and a cylinder x1^2+x3^2=1.4. how i can find intersection of thes...

8 years ago | 1 answer | 0

1

answer

Question


how we can plot whole the ans
ans = nPerRank: [1x51 double] rank: {1x51 cell} F: [1x1 struct]

8 years ago | 1 answer | 0

1

answer

Question


how can i see the compete result
>> ans = nPerRank: [0 1] rank: {[] [14x1 double]} F: [1x1 struct]

8 years ago | 1 answer | 0

1

answer