Community Profile

photo

Ege Tunç


Last seen: casi 3 años hace Con actividad desde 2018

Estadísticas

  • Thankful Level 3

Ver insignias

Content Feed

Ver por

Pregunta


How to find differences of 2 matrices which contain other matrices as elements?
o1 = eye(3,3); o6=[1 -1 0; 1 0 0; 0 0 1]; o3=[0 -1 0;1 -1 0 ;0 0 1]; o2=[-1 0 0 ;0 -1 0; 0 0 1]; o3m=[-1 1 0; -1 0 0 ; 0 0 1...

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

2

respuestas

Pregunta


How to divide a part of array to the another part of it?
For example, i had a array has 28 numbers(non integer), and since these values depending on other variable and changing, i want ...

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

1

respuesta

Pregunta


How to connect dots on graph?
I have a code that holds some energy values for some n states(n=1,2,3,4,5... etc) I want to connect these values for same n numb...

casi 5 años hace | 1 respuesta | 0

1

respuesta

Pregunta


How to combine plots on subplot?
I need to plot 3 different plots with 4 different datas, however these plots must be subplot. But I cannot hold on them on corre...

casi 5 años hace | 1 respuesta | 0

1

respuesta

Pregunta


How can i shift plot?
I have a code i need to shift to right my plot by 1,2,3 and 5, respectively on x axis p=[1/6 1/6 1/6 1/6 1/6 1/6]; q= conv(p,p...

casi 5 años hace | 1 respuesta | 0

1

respuesta

Pregunta


MATLAB Help - Rolling Dice Simulation / Central Limit Theorem
I need to write a program which throw dices for 100 times and plot mean value/frequency of same numbers. For 1, 2, 3, 4, 5 and 6...

casi 5 años hace | 1 respuesta | 0

1

respuesta

Pregunta


How to curve fitting for array?
I have 2 arrays, i've plotted them, now i needed to curve fitting for them. I've checked this page: https://www.mathworks.com/he...

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

0

respuestas

Pregunta


Matlab should have give array but it gives a number. How to fix?
I have a code to calculate some lambda values then uses these values with our r values to find d values. However, these values a...

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

1

respuesta

Pregunta


How to convert 1x21 array to table
I have a code to calculate lambda as 1x21 array, I want to convert this array to a table. How can i do it? U=[10 9.7 9.4 9.1 8....

alrededor de 5 años hace | 2 respuestas | 0

2

respuestas

Pregunta


Finite Quantum Well Width issue
I have a code to solve Schrödinger equation for finite square well. However, when i change width of the well between 100-200 or ...

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

0

respuestas

Pregunta


How to fix "Undefined function 'sinc' for input arguments of type 'double'." Error
I found a code to use for my project far field diffraction generator however, I got an error called, Undefined function 'sinc' f...

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

1

respuesta

Pregunta


How to calculate far field diffractions of specific figures?
For our single/double slit experiment, TA wanted us to simulate diffractions of figures, like rectange, triangle and most import...

alrededor de 5 años hace | 0 respuestas | 1

0

respuestas

Pregunta


How to avoid stepping back on random 2D walker
for n = 1:N . A = randi(4); rr=rand; if rr < 1/4 A = 1+mod(A,4); elseif rr < 1/2 A = 1+...

alrededor de 5 años hace | 2 respuestas | 0

2

respuestas

Pregunta


Random Walk on 2D Modification
I have 2D random walk code part for neutrons. However, the code includes some conditions, 2 of them are: on the next step the n...

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

1

respuesta

Pregunta


How to Estimate the exponent a?
P=e^-aT in matlab?

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

1

respuesta

Pregunta


How to get Random numbers only from -1 1 and 2?
I need to create a random integer numbers generator which only creates -1,1 and 2 here is my code for 1 or 2: for m=1:100 A=r...

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

2

respuestas

Pregunta


A capacitor formed by two square metal cylinders
I need to create a 3D capacitor which is made by 2 nested different square metal cylinders. I don't have any idea to create 3D c...

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

0

respuestas