![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/7957354_1522124118833_DEF.jpg)
Ghulam Murtaza
Followers: 0 Following: 0
Statistics
17 Questions
0 Answers
RANK
74,541
of 297,016
REPUTATION
0
CONTRIBUTIONS
17 Questions
0 Answers
ANSWER ACCEPTANCE
17.65%
VOTES RECEIVED
0
RANK
of 20,419
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 157,725
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
Hi, I want to draw graph in MATLAB with given data like given figure
3 years ago | 2 answers | 0
2
answersQuestion
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 ago | 0 answers | 0
0
answersQuestion
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 ago | 1 answer | 0
1
answerQuestion
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 ago | 1 answer | 0
1
answerQuestion
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 ago | 3 answers | 0
3
answersQuestion
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 ago | 1 answer | 0
1
answerQuestion
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 ago | 0 answers | 0
0
answersQuestion
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 ago | 0 answers | 0
0
answersQuestion
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 ago | 0 answers | 0
0
answersQuestion
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 ago | 1 answer | 0
1
answerQuestion
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
answersQuestion
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
answerQuestion
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
answerQuestion
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
answerQuestion
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
answerQuestion
how we can plot whole the ans
ans = nPerRank: [1x51 double] rank: {1x51 cell} F: [1x1 struct]
9 years ago | 1 answer | 0
1
answerQuestion
how can i see the compete result
>> ans = nPerRank: [0 1] rank: {[] [14x1 double]} F: [1x1 struct]
9 years ago | 1 answer | 0