Ege Tunç
Followers: 0 Following: 0
Statistik
17 Fragen
0 Antworten
RANG
28.767
of 295.569
REPUTATION
1
BEITRÄGE
17 Fragen
0 Antworten
ANTWORTZUSTIMMUNG
52.94%
ERHALTENE STIMMEN
1
RANG
of 20.247
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 154.105
BEITRÄGE
0 Probleme
0 Lösungen
PUNKTESTAND
0
ANZAHL DER ABZEICHEN
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Frage
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...
fast 4 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
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 ...
fast 5 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
mehr als 5 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
mehr als 5 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
mehr als 5 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
mehr als 5 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
mehr als 5 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
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...
mehr als 5 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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....
mehr als 5 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
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 ...
mehr als 5 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
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...
mehr als 5 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
mehr als 5 Jahre vor | 0 Antworten | 1
0
AntwortenFrage
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+...
fast 6 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
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...
fast 6 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
fast 6 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
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...
fast 6 Jahre vor | 0 Antworten | 0