photo

Bersin Tekmen


Last seen: 3 years 前 自 2022 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

7 个提问
0 个回答

排名
267,524
of 300,908

声誉
0

贡献数
7 个提问
0 个回答

回答接受率
57.14%

收到投票数
0

排名
 of 21,110

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 171,639

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 2

查看徽章

Feeds

排序方式:

提问


Index in position 1 is invalid. Array indices must be positive integers or logical values.
Hi. close all; clear variables; %Files and Pics data_list = dir('*.bmp'); %Zugreifen auf Ordner und BIlder und Namen zuwe...

3 years 前 | 2 个回答 | 0

2

个回答

提问


How to multiply 22x1 double with scalar?
Hi I want to multiply like in the following code: delta_x(i) = dx(i).*1.5; type of dx is 22x1 double. 1.5 is scalar as you ca...

3 years 前 | 1 个回答 | 0

1

个回答

提问


Index in position 1 is invalid. Array indices must be positive integers or logical values.
Hi. following mistake message: Index in position 1 is invalid. Array indices must be positive integers or logical values. ...

3 years 前 | 0 个回答 | 0

0

个回答

提问


Snipping interesting area of the picture
Hi, for i = 1:length(name) picture = imread(name{i}); %Einlesen des Bildes in Matrix current_name = name{i}; ...

3 years 前 | 1 个回答 | 0

1

个回答

提问


Unable to perform assignment because the left and right sides have a different number of elements.
Does anyone know why I get that failure: "Unable to perform assignment because the left and right sides have a different number ...

3 years 前 | 2 个回答 | 0

2

个回答

提问


numerical integration using trap()
Hi. I am trying to solve the functions below numerically using MATLAB this is how I did it using trapz() %1.Moment [row...

3 years 前 | 1 个回答 | 0

1

个回答

提问


Fitting Curve with scattered dots
Hi, I have to plot the beam propagation of a Laser. I can plot the scattered dots, which we have measured in our experiments. N...

3 years 前 | 2 个回答 | 0

2

个回答