Feeds
已解决
Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...
4 years 前
提问
Inpolygon - wrong classification for points lcoated on boundary
Hello everybody, I have a question regarding the inpolygon function. I have to classify points which are located on the boun...
5 years 前 | 2 个回答 | 0
2
个回答提问
Image processing: Find similar object in multiple images and determine its height
Hello everybody, I have the following problem: I have several thousands of images of a camera which is located outdoor and...
6 years 前 | 0 个回答 | 0
0
个回答已回答
Inpolygon 3D Array Processing
Sorry for this stupid question :) Simply do: for i=1:size(A,3) t=A(:,:,i); m=mean(t(in)); s=mean(t(in)); end May...
Inpolygon 3D Array Processing
Sorry for this stupid question :) Simply do: for i=1:size(A,3) t=A(:,:,i); m=mean(t(in)); s=mean(t(in)); end May...
6 years 前 | 0
提问
Inpolygon 3D Array Processing
Hello everybody, I am facing some problems related to the processing of a time series of geospatial data (satellite data). ...
6 years 前 | 1 个回答 | 0
1
个回答提问
Sum specific intervals of rows for a matrix
Hello everybody, I know there are some similar posts regarding the topic but I was not able to solve my problem. I have a ...
7 years 前 | 2 个回答 | 0
2
个回答提问
Problem with monthly datetime array (calmonths)
Hello everybody, I am facing some strange problem when I want to create a monthly datetime array. When I start matlab and crea...
7 years 前 | 0 个回答 | 0
0
个回答提问
Problem with plot of one reversed bar and one standard plot
Hello everybody, I have some problems to plot 2 graphs or in particular to display the legend of one of these graphs in an ap...
7 years 前 | 1 个回答 | 0
1
个回答提问
Find indices in cell array
Hello everybody, I have some problems to get the indices of a certain value, in this case -1, within a cell array. The str...
7 years 前 | 3 个回答 | 0
3
个回答提问
Store Data in Cell-Array
Hello everybody, I have a matrix with 1 row of data like you can see below and wanted to extract each block of numbers which...
7 years 前 | 1 个回答 | 0
1
个回答提问
Read many data blocks from text file
Hello everybody, I tried to read certain data blocks of different text files (as well as .lila files). The data within the fi...
7 years 前 | 1 个回答 | 0