photo

Barbaros Teoman Kosoglu


Istanbul Technical University

Last seen: 1 day 前 自 2022 起处于活动状态

Followers: 0   Following: 0

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

统计学

MATLAB Answers

5 个提问
0 个回答

排名
267,335
of 300,392

声誉
0

贡献数
5 个提问
0 个回答

回答接受率
80.0%

收到投票数
0

排名
 of 20,934

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 168,373

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 2

查看徽章

Feeds

排序方式:

提问


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 months 前 | 1 个回答 | 0

1

个回答

提问


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

1 year 前 | 3 个回答 | 0

3

个回答

提问


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

3 years 前 | 1 个回答 | 0

1

个回答

提问


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

3 years 前 | 2 个回答 | 0

2

个回答

提问


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

3 years 前 | 2 个回答 | 0

2

个回答