photo

Barbaros Teoman Kosoglu


Istanbul Technical University

Last seen: 1 giorno fa Attivo dal 2022

Followers: 0   Following: 0

Programming Languages:
Python, C++, C, MATLAB, HTML, CSS, Assembly
Spoken Languages:
English, German, Turkish
Pronouns:
He/him

Statistica

MATLAB Answers

5 Domande
0 Risposte

RANK
119.976
of 300.381

REPUTAZIONE
0

CONTRIBUTI
5 Domande
0 Risposte

ACCETTAZIONE DELLE RISPOSTE
80.0%

VOTI RICEVUTI
0

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 2

Visualizza badge

Feeds

Visto da

Domanda


Roadrunner wrong lane directions and anchors
Hello, I am trying to simulate a US highway, I80, in Roadrunner and MATLAB. I have drawn the road, of course the driving direct...

4 mesi fa | 1 risposta | 0

1

risposta

Domanda


MATLAB Plots *.tif According to Light
Hi, I am trying to plot a lunar terrain from a *.stl file. You can see the real image and plot in photos. MATLAB is plotting th...

circa un anno fa | 3 risposte | 0

3

risposte

Domanda


How can I create a for loop when the range is changing
Hello, I have a code as following. Code works as intended it sorts the elements as I want. After that I want to print the firs...

quasi 3 anni fa | 1 risposta | 0

1

risposta

Domanda


Tic toc without output
I want to use tic toc to calculate time. But when the matrix is getting bigger the command window becomes unreadable. So is ther...

circa 3 anni fa | 2 risposte | 0

2

risposte

Domanda


How can I nest a function in a function?
function AD = AD(n) A = zeros(n); for i=1:n for j=1:n A(i,j) = 1/(i+j-1); end end ...

circa 3 anni fa | 2 risposte | 0

2

risposte