![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/24562478_1635699053813_DEF.jpg)
Mariam Shahab
Followers: 0 Following: 0
Statistica
13 Domande
0 Risposte
RANK
118.460
of 297.016
REPUTAZIONE
0
CONTRIBUTI
13 Domande
0 Risposte
ACCETTAZIONE DELLE RISPOSTE
69.23%
VOTI RICEVUTI
0
RANK
of 157.725
CONTRIBUTI
0 Problemi
0 Soluzioni
PUNTEGGIO
0
NUMERO DI BADGE
0
CONTRIBUTI
0 Post
CONTRIBUTI
0 Pubblico Canali
VALUTAZIONE MEDIA
CONTRIBUTI
0 Punti principali
NUMERO MEDIO DI LIKE
Feeds
Domanda
How to change coordinates of the center of a radar plot?
Hi all, Im using the radarplot function. You can find the code for this function in the link below: https://www.mathworks.com/...
quasi 2 anni fa | 1 risposta | 0
1
rispostaDomanda
How do I scale every line by the same amount?
Hi all, I have a code that allows the user to pick 5 vertices of a polygon. An example of what the 5 vertices may look like, I ...
circa 2 anni fa | 2 risposte | 0
2
risposteDomanda
How to make lines at given angles?
Hi all, Im trying to make 5 lines at the following angles: 90, 180, 270, and 360 degrees. This is my code so far: angle=0; l...
circa 2 anni fa | 2 risposte | 0
2
risposteDomanda
How to make a line of fixed length?
Hi all, I want to make a line that has a fixed length and it has a partciular direction. I would appreciate any suggestions for...
circa 2 anni fa | 2 risposte | 0
2
risposteDomanda
How to find an array with all common elements?
Hi all, Suppose I have the following two arrays: a= [1 1 1 0 1]; b= [1 0 1 1 0]; I want to find an array that contains each ...
circa 2 anni fa | 1 risposta | 0
1
rispostaDomanda
How do I identify points within a user defined shape?
Hi all, I have the folliwing code: % genertae random data %initial parameters npoints= 300; xrange = [0 100]; yrange = [0 ...
oltre 2 anni fa | 1 risposta | 0
1
rispostaDomanda
Why am I not getting the m array?
Hi all, I have the following function: function [m,yinter] = radial_lines(X,Y,xi,yi) if X==Y m=inf; yinter= X; ...
oltre 2 anni fa | 2 risposte | 0
2
risposteDomanda
How to show selected points and connect first point to last point?
Hi all, I have the following code: [x,y]=ginput(); % user can chose any number of coordinates by clicking on graph plot(x,y);...
oltre 2 anni fa | 1 risposta | 0
1
rispostaDomanda
Identification of overlapping points
Hi all, I have the following code. hold on for r=10:5:24 % r is radius circles(r,17,12); % using circles function f...
oltre 2 anni fa | 1 risposta | 0
1
rispostaDomanda
What is the syntax for iterating over given coordinates, using a For loop?
I have the following code: X1= [10 12 14 23 24 23 18 16 12 10]; Y1= [20 20 18 15 8 7 8 6 12 20]; for i= X1 and j=Y1 %c...
oltre 2 anni fa | 1 risposta | 0
1
rispostaDomanda
How do I tell matlab to identify vertices within ROI?
I want matlab to identify all vertices of the hexagons that will be within an ROI. That ROI can be of any shape (it can be an ir...
oltre 2 anni fa | 1 risposta | 0
1
rispostaDomanda
I want MATLAB to identify the overlapping area.
I have a hexagonal grid. The following is its code: l=10; k=12; C=rand(l,k); xhex=[0 1 2 2 1 0]; yhex=[2 ...
oltre 2 anni fa | 2 risposte | 0
2
risposteDomanda
Can MATLAB do radial enlargements of plots?
I have attached an image to illustrate what I mean. I will gladly appreciate any advice on this. Many thanks. ...
oltre 2 anni fa | 1 risposta | 0