Ghulam Murtaza
Followers: 0 Following: 0
Feeds
提问
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) = ...
4 years 前 | 0 个回答 | 0
0
个回答提问
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...
4 years 前 | 1 个回答 | 0
1
个回答提问
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...
5 years 前 | 1 个回答 | 0
1
个回答提问
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...
8 years 前 | 3 个回答 | 0
3
个回答提问
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...
8 years 前 | 1 个回答 | 0
1
个回答提问
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...
8 years 前 | 0 个回答 | 0
0
个回答提问
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...
8 years 前 | 0 个回答 | 0
0
个回答提问
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)...
8 years 前 | 0 个回答 | 0
0
个回答提问
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...
8 years 前 | 1 个回答 | 0
1
个回答提问
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 前 | 0 个回答 | 0
0
个回答提问
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 前 | 1 个回答 | 0
1
个回答提问
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 前 | 1 个回答 | 0
1
个回答提问
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 前 | 1 个回答 | 0
1
个回答提问
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 前 | 1 个回答 | 0
1
个回答提问
how we can plot whole the ans
ans = nPerRank: [1x51 double] rank: {1x51 cell} F: [1x1 struct]
8 years 前 | 1 个回答 | 0
1
个回答提问
how can i see the compete result
>> ans = nPerRank: [0 1] rank: {[] [14x1 double]} F: [1x1 struct]
8 years 前 | 1 个回答 | 0