Question


repeating values in the loop
Hi to all, Can anyone please remove the error in the attached file . I want to make a loop in which theta_new = theta_initial...

presque 9 ans il y a | 1 réponse | 0

1

réponse

Question


Adding the elements to next element
Hi to all, my question is as follows initial_A = 0 Let A = [1 2 3 4 5 6] I want to add initial_A to A(1) the the sum will...

presque 9 ans il y a | 1 réponse | 0

1

réponse

Question


only one element satisfies the condition
Hi to all, In the attached program only one element satisfies the condition. I want when an element satisfies the condition it...

presque 9 ans il y a | 1 réponse | 0

0

réponse

Question


recalling the values as a row matrix
Hi to all, the program attached satisfy the conditions. now I want that the values which are obtained for theta can be seen all ...

presque 9 ans il y a | 1 réponse | 0

1

réponse

Question


Values being repeated for nmc times
Hi all, The initial values are calculated fine. Firstly, in the loop for first value of magnetic field, calculate zeeman energ...

presque 9 ans il y a | 1 réponse | 0

1

réponse

Question


Loop correction of program. Zeeman Energy
Attach please find the code for correction. All the details of errors are defined in the code for easy understanding. Graph resu...

presque 9 ans il y a | 1 réponse | 0

1

réponse

Question


generating n random matrices
Hi to all , I want to generate matrices with the following code. nmc = 1000 matrices(1:nmc) = rand(3,3,nmc) I want...

presque 9 ans il y a | 2 réponses | 0

2

réponses

Question


fixing the values in matrix when it come between 0 and 1
Hi all,I want to fix the values in matrix which comes between 0 and 1 and the other values carry on till the time when all the v...

presque 9 ans il y a | 2 réponses | 0

2

réponses

Question


restricting the number between limits
clc clear all a = 10 b = rand(1) nmc = 100 for i = 1:nmc c = a - b if c < a a = c else a...

presque 9 ans il y a | 1 réponse | 0

1

réponse

Question


Random no matrix for 1 & -1
I want to generate a random matrix for which if element is < 0.5 it is equal to -1 and if >=0.5 its equal to 1 . kindly correct...

presque 9 ans il y a | 2 réponses | 0

2

réponses

Question


making smooth curve of M-B
Kindly update that why it doesnt give a smooth curve starting from zero to net_magnetization......Regards......... Code file an...

environ 9 ans il y a | 1 réponse | 0

1

réponse

Question


How to run a program for three different values
Hi to all the Users, My question is that I made a program and calculated the value with some temperature T=20 got the graph a...

environ 9 ans il y a | 1 réponse | 0

1

réponse

Question


reducing an angle from 30 degree to 20 degree and increasing angle form 280 degree to 20
consider that there are two vectors A and B , A is at angle of 30 degree to x axis and B is at an angle of 280 degree to x axis....

environ 9 ans il y a | 1 réponse | 0

1

réponse

Question


each value calculation for Mag Field
Hi all, Kindly check this code. for each value of magnetic field there is value of angle alpha. I want to calculate zeeman energ...

environ 9 ans il y a | 1 réponse | 0

1

réponse

Question


Making the loop continuous
Hi all Matlab users,........ hope you all are fine. Check my m file and attached picture. the result of the code should be like ...

environ 9 ans il y a | 1 réponse | 0

1

réponse

Question


1 and 0 matrix
Hi All,.. I want to generate a n by n matrix with 1 and 0 . this matrix should have 10 percent zeros.... in some we cant get ...

environ 9 ans il y a | 1 réponse | 0

1

réponse

Question


sum of random matrix = to zero
Dear All, I want to generate a=6 X 6 random matrix but the sum(sum(a)) = zero. Help in this regard will be highly appreciate...

environ 9 ans il y a | 1 réponse | 0

1

réponse

Question


sum of rand matrix equal to zero
Dear All, I want to generate matrix A ,i.e. n by n random matrix but the sum(sum(A)) = zero. Help in this regard will be hig...

environ 9 ans il y a | 3 réponses | 0

3

réponses

Question


-1 and 1 matrix
Hello All, I want to create a n X n matrix with 1row 1, 2nd row -1, 3rd row 1 , 4th row -1 and so on..... can anyone please...

environ 9 ans il y a | 3 réponses | 0

3

réponses

Question


sum of all anges is zero
Hi all , Hope all is fine, I want to generate a n X n matrix of angle but the condition is that sum of all the angles is equa...

plus de 9 ans il y a | 2 réponses | 0

2

réponses

Question


matrix operation by element of other matrix
Hi All, Hope all going fine...... I need your help please....... THANKS IN ADVANCE FOR TAKING OUT TIME.............. Consider...

plus de 9 ans il y a | 1 réponse | 0

1

réponse

Question


subtraction ele by ele
hi all, consider any two matrix A and B of 3X3 . i want to subtract every element of A from each element of B one by one. ki...

plus de 9 ans il y a | 2 réponses | 0

2

réponses

Question


rand matrix for FM
Hi all,I want to generate a random matrix so that the sum of all the elements is zero. I mean the random numbers are so selected...

plus de 9 ans il y a | 3 réponses | 0

3

réponses

Question


Hi All, My question to all is that .......... I have to add the elements with in the matrix.........
2 1 2 1 1 1 1 1 1 i want to add a(1,2)and a(2,1) and then multiply it with a(1,1) and so on for ...

plus de 9 ans il y a | 2 réponses | 0

2

réponses