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년 초과 전 | 답변 수: 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년 초과 전 | 답변 수: 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년 초과 전 | 답변 수: 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년 초과 전 | 답변 수: 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년 초과 전 | 답변 수: 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년 초과 전 | 답변 수: 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년 초과 전 | 답변 수: 2 | 0
