photo

Ege Tunç


Last seen: oltre 4 anni fa Attivo dal 2018

Followers: 0   Following: 0

Statistica

MATLAB Answers

17 Domande
0 Risposte

RANK
28.824
of 300.381

REPUTAZIONE
1

CONTRIBUTI
17 Domande
0 Risposte

ACCETTAZIONE DELLE RISPOSTE
52.94%

VOTI RICEVUTI
1

RANK
 of 20.941

REPUTAZIONE
N/A

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
0 File

DOWNLOAD
0

ALL TIME DOWNLOAD
0

RANK

of 168.477

CONTRIBUTI
0 Problemi
0 Soluzioni

PUNTEGGIO
0

NUMERO DI BADGE
0

CONTRIBUTI
0 Post

CONTRIBUTI
0 Pubblico Canali

VALUTAZIONE MEDIA

CONTRIBUTI
0 Punti principali

NUMERO MEDIO DI LIKE

  • Thankful Level 3

Visualizza badge

Feeds

Visto da

Domanda


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

quasi 5 anni fa | 2 risposte | 0

2

risposte

Domanda


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

quasi 6 anni fa | 1 risposta | 0

1

risposta

Domanda


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

oltre 6 anni fa | 1 risposta | 0

1

risposta

Domanda


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

oltre 6 anni fa | 1 risposta | 0

1

risposta

Domanda


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

oltre 6 anni fa | 1 risposta | 0

1

risposta

Domanda


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

oltre 6 anni fa | 1 risposta | 0

1

risposta

Domanda


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

oltre 6 anni fa | 1 risposta | 0

1

risposta

Domanda


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

oltre 6 anni fa | 1 risposta | 0

1

risposta

Domanda


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

oltre 6 anni fa | 2 risposte | 0

2

risposte

Domanda


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

oltre 6 anni fa | 0 risposte | 0

0

risposte

Domanda


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

oltre 6 anni fa | 1 risposta | 0

1

risposta

Domanda


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

oltre 6 anni fa | 0 risposte | 1

0

risposte

Domanda


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

quasi 7 anni fa | 2 risposte | 0

2

risposte

Domanda


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

quasi 7 anni fa | 1 risposta | 0

1

risposta

Domanda


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

quasi 7 anni fa | 1 risposta | 0

1

risposta

Domanda


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

quasi 7 anni fa | 2 risposte | 0

2

risposte

Domanda


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

quasi 7 anni fa | 0 risposte | 0

0

risposte