photo

Ghulam Murtaza


Last seen: 7 meses hace Con actividad desde 2016

Followers: 0   Following: 0

Estadística

  • Explorer
  • Thankful Level 1

Ver insignias

Feeds

Ver por

Pregunta


Hi, I want to draw graph in MATLAB with given data like given figure

casi 3 años hace | 2 respuestas | 0

2

respuestas

Pregunta


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) = ...

más de 3 años hace | 0 respuestas | 0

0

respuestas

Pregunta


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...

más de 3 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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...

más de 4 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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...

más de 7 años hace | 3 respuestas | 0

3

respuestas

Pregunta


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...

casi 8 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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...

casi 8 años hace | 0 respuestas | 0

0

respuestas

Pregunta


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...

casi 8 años hace | 0 respuestas | 0

0

respuestas

Pregunta


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)...

casi 8 años hace | 0 respuestas | 0

0

respuestas

Pregunta


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...

casi 8 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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...

alrededor de 8 años hace | 0 respuestas | 0

0

respuestas

Pregunta


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 .

alrededor de 8 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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...

alrededor de 8 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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...

alrededor de 8 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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...

alrededor de 8 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

alrededor de 8 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

alrededor de 8 años hace | 1 respuesta | 0

1

respuesta