photo

Barbaros Teoman Kosoglu


Istanbul Technical University

Last seen: en dag ago Active since 2022

Followers: 0   Following: 0

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

Statistics

MATLAB Answers

5 Questions
0 Answers

RANK
225 349
of 300 331

REPUTATION
0

CONTRIBUTIONS
5 Questions
0 Answers

ANSWER ACCEPTANCE
80.0%

VOTES RECEIVED
0

RANK
 of 20 920

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168 124

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

  • Thankful Level 2

View badges

Feeds

View by

Question


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

3 månader ago | 1 answer | 0

1

answer

Question


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

ungefär ett år ago | 3 answers | 0

3

answers

Question


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

nästan 3 år ago | 1 answer | 0

1

answer

Question


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

ungefär 3 år ago | 2 answers | 0

2

answers

Question


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

ungefär 3 år ago | 2 answers | 0

2

answers