Ege Tunç
Followers: 0 Following: 0
Estadística
17 Preguntas
0 Respuestas
CLASIFICACIÓN
29.017
of 295.467
REPUTACIÓN
1
CONTRIBUCIONES
17 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
52.94%
VOTOS RECIBIDOS
1
CLASIFICACIÓN
of 20.234
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 153.912
CONTRIBUCIONES
0 Problemas
0 Soluciones
PUNTUACIÓN
0
NÚMERO DE INSIGNIAS
0
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
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...
casi 4 años hace | 2 respuestas | 0
2
respuestasPregunta
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 ...
casi 5 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
más de 5 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
más de 5 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
más de 5 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
más de 5 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
más de 5 años hace | 0 respuestas | 0
0
respuestasPregunta
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...
más de 5 años hace | 1 respuesta | 0
1
respuestaPregunta
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....
más de 5 años hace | 2 respuestas | 0
2
respuestasPregunta
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 ...
más de 5 años hace | 0 respuestas | 0
0
respuestasPregunta
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...
más de 5 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
más de 5 años hace | 0 respuestas | 1
0
respuestasPregunta
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+...
casi 6 años hace | 2 respuestas | 0
2
respuestasPregunta
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...
casi 6 años hace | 1 respuesta | 0
1
respuesta1
respuestaPregunta
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...
casi 6 años hace | 2 respuestas | 0
2
respuestasPregunta
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...
casi 6 años hace | 0 respuestas | 0