Feeds
질문
join close lines in one thicker
I have this image <</matlabcentral/answers/uploaded_files/95251/lines_paper.jpg>> How could I close the borders with just ...
대략 7년 전 | 답변 수: 2 | 0
2
답변질문
Cannot find hough all lines in this simple image
Hi, I´m trying to identify the lines present in the figure to figure it out after if it is a rectangle or not. I´m struggling, ...
대략 7년 전 | 답변 수: 0 | 0
0
답변질문
Count the number of white papers in image
Hi, What should be the best way to obtain to obtain the number of white papers in a classroom? I've been trying simple methods...
7년 초과 전 | 답변 수: 0 | 0
0
답변질문
How to make only the second plot changing in a loop?
I'm doing something like this: imagesc(pher_mat) hold on for i=1:5000 figure(1) plot(x,y) end But thi...
8년 초과 전 | 답변 수: 1 | 0
1
답변질문
Shearch in two vectors the index of 2 different values and then intersect the output
I'm doing this s=intersect(find(model.y==model.y(s)),find(model.x==model.x(s)+1)); This works I just wanna know if ther...
8년 초과 전 | 답변 수: 0 | 0
0
답변질문
Remove accent from struct
I have this info_circuitos.Name_circuito. I need to shearch in a name. but the struct have accents. a e i o u OR A E I O U. Coul...
대략 11년 전 | 답변 수: 2 | 0
2
답변질문
Help plot with cell array scale problem
The scale is not what I want scatter(NGPSLongitude{1,1},NGPSLatitude{1,1},'r','*') hold on it appears me only 2 poi...
대략 11년 전 | 답변 수: 2 | 0
2
답변질문
Sub-plot with cell array info
It´s giving me error in this part. A and I don´t know why. All variables are defined. This worked with struct, I change for c...
대략 11년 전 | 답변 수: 1 | 0
1
답변질문
Write a .txt file
I have information like: Coisas X 3.16 Y 1.53 Z 0.000000Lat 0.000000Long Cenas X...
대략 11년 전 | 답변 수: 1 | 0
1
답변답변 있음
Help to print cell array in command window
Thanks, I soved the problem from another way.
Help to print cell array in command window
Thanks, I soved the problem from another way.
대략 11년 전 | 0
질문
Help to print cell array in command window
maximos = {[] mx [] mxBrake mxLong mxLat mxfcomb mxvCar}; minimos = {[] mn [] [] [] [] [] mnvCar}; media = {[] md [] [] ...
대략 11년 전 | 답변 수: 2 | 0