photo

Mariam Shahab


Last seen: oltre 2 anni fa Attivo dal 2022

Followers: 0   Following: 0

Statistica

MATLAB Answers

13 Domande
0 Risposte

RANK
164.167
of 300.369

REPUTAZIONE
0

CONTRIBUTI
13 Domande
0 Risposte

ACCETTAZIONE DELLE RISPOSTE
69.23%

VOTI RICEVUTI
0

RANK
 of 20.936

REPUTAZIONE
N/A

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
0 File

DOWNLOAD
0

ALL TIME DOWNLOAD
0

RANK

of 168.436

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

  • Thankful Level 3

Visualizza badge

Feeds

Visto da

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

oltre 2 anni fa | 1 risposta | 0

1

risposta

Domanda


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

quasi 3 anni fa | 2 risposte | 0

2

risposte

Domanda


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

quasi 3 anni fa | 2 risposte | 0

2

risposte

Domanda


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

quasi 3 anni fa | 2 risposte | 0

2

risposte

Domanda


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

quasi 3 anni fa | 1 risposta | 0

1

risposta

Domanda


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

circa 3 anni fa | 1 risposta | 0

1

risposta

Domanda


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

circa 3 anni fa | 2 risposte | 0

2

risposte

Domanda


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);...

circa 3 anni fa | 1 risposta | 0

1

risposta

Domanda


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

circa 3 anni fa | 1 risposta | 0

1

risposta

Domanda


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 3 anni fa | 1 risposta | 0

1

risposta

Domanda


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 3 anni fa | 1 risposta | 0

1

risposta

Domanda


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 3 anni fa | 2 risposte | 0

2

risposte

Domanda


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 3 anni fa | 1 risposta | 0

1

risposta