Pregunta


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

casi 9 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

casi 9 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

casi 9 años hace | 0 respuestas | 0

0

respuestas

Pregunta


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

casi 9 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

casi 9 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

casi 9 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

casi 9 años hace | 2 respuestas | 0

2

respuestas

Pregunta


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

casi 9 años hace | 2 respuestas | 0

2

respuestas

Pregunta


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

casi 9 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

casi 9 años hace | 2 respuestas | 0

2

respuestas

Pregunta


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

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

1

respuesta

Pregunta


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

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

1

respuesta

Pregunta


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

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

1

respuesta

Pregunta


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

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

1

respuesta

Pregunta


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

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

1

respuesta

Pregunta


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

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

1

respuesta

Pregunta


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

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

1

respuesta

Pregunta


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

alrededor de 9 años hace | 3 respuestas | 0

3

respuestas

Pregunta


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

alrededor de 9 años hace | 3 respuestas | 0

3

respuestas

Pregunta


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

más de 9 años hace | 2 respuestas | 0

2

respuestas

Pregunta


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

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

1

respuesta

Pregunta


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

más de 9 años hace | 2 respuestas | 0

2

respuestas

Pregunta


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

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

3

respuestas

Pregunta


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

más de 9 años hace | 2 respuestas | 0

2

respuestas