Community Profile

photo

yonatan s


Last seen: presque 3 ans il y a Actif depuis 2017

Statistiques

  • First Review
  • Thankful Level 3

Afficher les badges

Content Feed

Afficher par

Question


Misalignment between subplots when plotting with logarithmic scale
Hi, I plot two subplots, but their y-axis (which I want to be logarithmic) is not aligned between the two. Sample code: ax(1...

environ 3 ans il y a | 1 réponse | 0

0

réponse

Question


viscircles - How to flip dashed line?
Hi, I'm using viscircles to draw a circle with the dashed line property. The problem is one specific dash line interefers with ...

environ 3 ans il y a | 1 réponse | 0

1

réponse

Question


Add titles over rows in subplots
Hi, I have a figure with 8 subplots, arranged in two rows. I need to generate an automated code adding a centered title above e...

environ 3 ans il y a | 1 réponse | 0

1

réponse

Question


Convert cell array of syms to double
Hello, after running the following code (where f(1), f(2) are constants, and u is a vector), X ends up being a u-sized cell arra...

plus de 3 ans il y a | 1 réponse | 0

1

réponse

Question


How to change the position of a shared axis label in a TiledChartLayout?
Hi, Given T is a handle to a TiledChartLayout, I tried: T.XLabel.Position=[val val val val] but since there is no Position ...

plus de 3 ans il y a | 1 réponse | 0

1

réponse

Question


Plotting high-dimensional discreted data on two-dimensional plot
I wish to plot 6D data on a 2D plot. I envision something like in the attached figure. The axes are two dimensions, the color a...

plus de 3 ans il y a | 1 réponse | 0

1

réponse

Question


Calculate radius from scatter plot
Hi, I need to calculate the radius of a circle, ignoring all surrounding particles (image attached). The circle itself consists...

presque 4 ans il y a | 3 réponses | 0

3

réponses

Question


MATLAB equivalent to ls -l
Hi, what is MATLAB equivalent to ls -l?

environ 4 ans il y a | 1 réponse | 0

1

réponse

Question


Missing file prevents uninstall
I want to unistall MATLAB R2018b but I recieve the following error: C:\Program Files\MATLAB\R2018b\help\5g\helpsearch\segments_...

plus de 4 ans il y a | 3 réponses | 1

3

réponses

Question


Extract partial data from vectors in structure
I have a structure containing multiple fields of size 1XN and 3XN. I'm looking for a simple way to extract partial data, e.g. th...

plus de 4 ans il y a | 1 réponse | 0

1

réponse

Question


Cluster central object orbited by many small objects
Hi, I want to cluster my data into 2 clusters: one central body in cluster #1, all other particles in cluster #2. Figures are...

plus de 4 ans il y a | 1 réponse | 0

0

réponse

Question


H5 - How to create attribute within a group?
EDIT: issue fixed- loc_id should be change to gid Hello, I am trying to create an attribute ('BoxSize') within a group ('Hea...

plus de 4 ans il y a | 1 réponse | 0

0

réponse

Question


Cluster by distance and limit number of clustered points
Hi, I want to cluster points by distance if they are close enough. I also want to demand no more than 2 objects in a cluster...

presque 5 ans il y a | 1 réponse | 0

0

réponse

Question


Create custom language with ocr
Hi, I want to decypher letters in an ancient text. I have a large database of letters (i.e. 22 letters with many samples of e...

environ 5 ans il y a | 1 réponse | 0

0

réponse

Question


merge non-intersecting polygons
Hi, I want to unite several not intersecting polygons together, and for the new polygon to include also the area between them. ...

environ 5 ans il y a | 1 réponse | 0

1

réponse

Question


An error occurred while trying to determine whether "readData" is a function name.
I've recently downloaded matlab2018 and I'm expriencing a reoccuring problem: I tried to run the matlab example: openExample(...

environ 5 ans il y a | 3 réponses | 1

3

réponses

Question


Can't reload 'C:\ProgramFiles\MATLAB\R2018b\bin\win64\sl_graphical_classes.dll'
hello, I've updated to matlab2018 recently (before I had 2017a) and I get the following error: Error using trainingOptions (...

environ 5 ans il y a | 1 réponse | 0

1

réponse

Question


how to create increasing number pyramid matrix?
hello, how do I create a matrix of the form: 1 2 3 4 5 6 7 8 0 0 9 10 0 0 0 11 0 0 0 0 in this example N=5. I need a ...

environ 5 ans il y a | 1 réponse | 0

1

réponse

Question


cftool and fit function returns different results
I fit data using both methods and am getting different results. The fitted function is: f(x)=a*x^(b). The results are: ...

plus de 5 ans il y a | 1 réponse | 0

0

réponse

Question


From what code the function was summoned?
hi, I have a function that can be summoned from numerous codes, and I want it to do different stuff depending on what code su...

plus de 5 ans il y a | 1 réponse | 0

0

réponse

Question


set times: Broken pipe error (scp -p -r)
I'm running a code on a cluster and download the outputs with Matlab. I get the following message in the command window upon dow...

presque 6 ans il y a | 1 réponse | 0

0

réponse

Question


reading part of a very large txt file
hi, I have a text file looking like this: x=1 y=2 1 2 3 4 *** x=4 y=2 4 2 *** x=3 y=1 2 ...

environ 6 ans il y a | 1 réponse | 0

1

réponse

Question


getappdata doesn't capture all handles
hi all, I'm using a uitable in order to mark specific points on another figure (upper left in the attached image). when I ...

environ 6 ans il y a | 1 réponse | 0

0

réponse

Question


azimuths between points on a plane
ola, I'm using now atan2d to calculate azimuths (relative to east) on a plane between two grids, sized 970X1144: for i=1...

environ 6 ans il y a | 1 réponse | 0

0

réponse

Question


shapes of clusters (linkage function)
a question about the linkage function, the shapes in the page 'Hierarchical Clustering' under linkage are a bit amorphic, an...

environ 6 ans il y a | 1 réponse | 0

0

réponse

Question


is there a way to know the running time retrospectively?
hi all, is there a way to know how much time it took for the code to run retrospectively? i had a code running over the weeke...

environ 6 ans il y a | 1 réponse | 0

0

réponse

Question


linear index to matrix index
ola, I have a matrix 1020x1294, and the linear index 475000. I can do the math by myself, but I'd like to know is there a f...

environ 6 ans il y a | 2 réponses | 0

2

réponses

Question


two data sets & two colorbars on same figure
I have a figure representing a topographic map. after plotting it, i want to change the values within the circle for values rang...

environ 6 ans il y a | 1 réponse | 0

1

réponse

Question


change variable storage format
i have a matrix with have all sorts of values, like 1.062e+03 or 7.5646546. i want to change the variable storage format to n...

environ 6 ans il y a | 1 réponse | 0

1

réponse

Question


Fit function - plot only line, without the data points
hi all, im using the fit function for exponential fiting, and i want the plot to be without the data points. thank you

plus de 6 ans il y a | 1 réponse | 0

1

réponse

Charger plus