Ege Tunç
Followers: 0 Following: 0
Statistics
17 Questions
0 Answers
RANK
28.767
of 295.569
REPUTATION
1
CONTRIBUTIONS
17 Questions
0 Answers
ANSWER ACCEPTANCE
52.94%
VOTES RECEIVED
1
RANK
of 20.247
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 154.105
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
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...
bijna 4 jaar ago | 2 answers | 0
2
answersQuestion
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 ...
bijna 5 jaar ago | 1 answer | 0
1
answerQuestion
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...
meer dan 5 jaar ago | 1 answer | 0
1
answerQuestion
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...
meer dan 5 jaar ago | 1 answer | 0
1
answerQuestion
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...
meer dan 5 jaar ago | 1 answer | 0
1
answerQuestion
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...
meer dan 5 jaar ago | 1 answer | 0
1
answerQuestion
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...
meer dan 5 jaar ago | 0 answers | 0
0
answersQuestion
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...
meer dan 5 jaar ago | 1 answer | 0
1
answerQuestion
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....
meer dan 5 jaar ago | 2 answers | 0
2
answersQuestion
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 ...
meer dan 5 jaar ago | 0 answers | 0
0
answersQuestion
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...
meer dan 5 jaar ago | 1 answer | 0
1
answerQuestion
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...
meer dan 5 jaar ago | 0 answers | 1
0
answersQuestion
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+...
bijna 6 jaar ago | 2 answers | 0
2
answersQuestion
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...
bijna 6 jaar ago | 1 answer | 0
1
answerQuestion
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...
bijna 6 jaar ago | 2 answers | 0
2
answersQuestion
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...
bijna 6 jaar ago | 0 answers | 0