Community Profile

photo

Bersin Tekmen


Last seen: fast 2 Jahre vor Aktiv seit 2022

Followers: 0   Following: 0

Statistiken

  • Thankful Level 2

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


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

fast 2 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


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

fast 2 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

fast 2 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


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

fast 2 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

fast 2 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


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

etwa 2 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

etwa 2 Jahre vor | 2 Antworten | 0

2

Antworten