Community Profile

photo

abuzer


Last seen: oltre un anno fa Attivo dal 2012

asdad

Statistiche

All
  • First Review
  • Thankful Level 3
  • Revival Level 1
  • Knowledgeable Level 1
  • First Answer
  • Solver

Visualizza badge

Content Feed

Visto da

Risposto
Counting lines on the y axis
hi, Convert your data to binary image, and than you can count edges.

circa 6 anni fa | 0

Domanda


Export Detected Edges on Geotiff image to shapefile format
Dear all, I am looking a way for export detected edges on image. There is lots of way to find edges on image but no way or ex...

circa 7 anni fa | 0 risposte | 0

0

risposte

Risposto
Filtering a 3D point cloud
Maybe too late but someone need for answer. Latest Matlab has Point cloud processing toolbox. <http://www.mathworks.co...

oltre 7 anni fa | 0

Risposto
How to create points set on 2D polyline
I have found the solution. Linear interpolation is ok for this purpose. data= [0 0; 1 1; 2 2; 3 2;...

quasi 8 anni fa | 1

| accettato

Risposto
Hi, i have a classification problem where i classify certain crop classes over satellite images, Could any one help me plz?
You should specify problem and give an example code, then we could be able to help you.

quasi 8 anni fa | 0

| accettato

Risolto


Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...

quasi 8 anni fa

Risolto


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

quasi 8 anni fa

Domanda


How to create points set on 2D polyline
Dear All, I would like to write a code which creates point feature or matrix on the line with specific sampling interval. ...

quasi 8 anni fa | 1 risposta | 1

1

risposta

Domanda


Blending quiver on real georeferenced orthophoto
Dear all, I am trying to blend my quiver plot on the orthophoto. I have looked at this link <http://uk.mathworks.com/help/map/...

quasi 9 anni fa | 1 risposta | 0

1

risposta

Domanda


How to find maximum values in large dataset
hello everyone, I have one large data set as a one column matrix and the size (3386718 x 1) and I need to filter some maximum va...

quasi 10 anni fa | 1 risposta | 0

1

risposta

Domanda


how to create a function for loading data
Dear all, I have question about how to create a function for loading data from file. for example: I have a code, but I im...

quasi 10 anni fa | 1 risposta | 0

1

risposta

Risposto
Is that possible to draw a scale bar in figure?
I think this function needs grid references, but I need simple one, I've just reference coordinates and their displacements. how...

oltre 10 anni fa | 0

Domanda


Is that possible to draw a scale bar in figure?
I am using quiver function with scale factor 1. But for understand the differences between the points or precisely show the dist...

quasi 11 anni fa | 3 risposte | 0

3

risposte

Risposto
Quiver scale variables differently?
you should cahnge the scale parameter. scale=1; axis equal; hold on plot(x,y,'o'); h=quiver(x, y, v, u, scale);

quasi 11 anni fa | 0

Domanda


Is it possible to show point id in figure
When we imported the data in Matlab as matrix with (point id, x,y) data is include coordinates. How to show point id's in figure...

quasi 11 anni fa | 1 risposta | 0

1

risposta

Domanda


Setting matrix with functions or for loop
I have a matrix as A=[1 3 5 8; 9 10 12 25; 32 21 45 65; 2 3...

circa 12 anni fa | 1 risposta | 0

1

risposta