Domanda


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

circa 9 anni fa | 1 risposta | 0

1

risposta

Domanda


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

circa 9 anni fa | 1 risposta | 0

1

risposta

Domanda


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

circa 9 anni fa | 0 risposte | 0

0

risposte

Domanda


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

circa 9 anni fa | 1 risposta | 0

1

risposta

Domanda


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

circa 9 anni fa | 1 risposta | 0

1

risposta

Domanda


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

circa 9 anni fa | 1 risposta | 0

1

risposta

Domanda


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

circa 9 anni fa | 2 risposte | 0

2

risposte

Domanda


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

circa 9 anni fa | 2 risposte | 0

2

risposte

Domanda


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

circa 9 anni fa | 1 risposta | 0

1

risposta

Domanda


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

circa 9 anni fa | 2 risposte | 0

2

risposte

Domanda


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

oltre 9 anni fa | 1 risposta | 0

1

risposta

Domanda


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

oltre 9 anni fa | 1 risposta | 0

1

risposta

Domanda


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

oltre 9 anni fa | 1 risposta | 0

1

risposta

Domanda


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

oltre 9 anni fa | 1 risposta | 0

1

risposta

Domanda


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

oltre 9 anni fa | 1 risposta | 0

1

risposta

Domanda


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

oltre 9 anni fa | 1 risposta | 0

1

risposta

Domanda


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

oltre 9 anni fa | 1 risposta | 0

1

risposta

Domanda


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

oltre 9 anni fa | 3 risposte | 0

3

risposte

Domanda


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

oltre 9 anni fa | 3 risposte | 0

3

risposte

Domanda


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

oltre 9 anni fa | 2 risposte | 0

2

risposte

Domanda


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

oltre 9 anni fa | 1 risposta | 0

1

risposta

Domanda


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

oltre 9 anni fa | 2 risposte | 0

2

risposte

Domanda


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

oltre 9 anni fa | 3 risposte | 0

3

risposte

Domanda


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

oltre 9 anni fa | 2 risposte | 0

2

risposte