Community Profile

photo

Erkin Karatas


Last seen: quasi 4 anni fa Attivo dal 2019

Followers: 0   Following: 0

Statistiche

  • Thankful Level 2
  • Thankful Level 1

Visualizza badge

Feeds

Visto da

Domanda


Find path between two points with X and Y coordinates
Hi all, I want to draw path between points, but the paths cannor be diagonal. Therefore the paths should have corners. Think it ...

oltre 4 anni fa | 1 risposta | 0

1

risposta

Domanda


Returning True if the Line Intersects with Any Rectangle
Hi all, I have a rectangles shown as below and also the code is attached. I want to return true if any line crosses any rectangl...

oltre 4 anni fa | 1 risposta | 0

1

risposta

Domanda


Finding Shortest Path Without Crossing Restricted Areas
I want to find the shortest path around the rectangles, for the obstacles I have the code which is shown below. clc clearvars ...

oltre 4 anni fa | 2 risposte | 0

2

risposte

Domanda


Finding Distance Between Each Point (not the diagonal distance)
Hi all, I am trying to calculate distance between 50 points. The coordinates of the points are given in the coordinates.xlsx exc...

oltre 4 anni fa | 2 risposte | 0

2

risposte

Domanda


Get Values From User using Edit Field Numeric in App Designer
Hi all, I want to get values from user for 4 parameters, then place them into the second part of the code. % Callback functi...

oltre 4 anni fa | 1 risposta | 0

1

risposta

Domanda


Changing Value with Slider in App Designer
function GenerateButtonPushed(app, event) global a global V_f global L global S global n ...

oltre 4 anni fa | 3 risposte | 0

3

risposte

Domanda


Intersecting Two Lines with Varying Angle
Hi all, I want to plot two intersecting lines, the most important point of the part is the angle of intersection. The angle bet...

oltre 4 anni fa | 1 risposta | 0

1

risposta

Domanda


Embedding video in gui
Hi all, I want to embed 2 videos in matlab gui, When I press "First Video" button it should show the first video and when I pr...

oltre 4 anni fa | 1 risposta | 0

1

risposta

Domanda


Animating While Trimming the Spikes of the Figure
clearvars; close all; clc; x = 0:50; y = rand(1,length(x)); plot(x,y); I want to trim the spikes of the figure at y=0.5,...

oltre 4 anni fa | 0 risposte | 0

0

risposte

Domanda


Solving System of Equations
Hi all, I want to solve equations, when I know the number of equations, this is how I normally do % syms a b c d eqn1 = 13*a...

oltre 4 anni fa | 2 risposte | 0

2

risposte

Domanda


Equations which depend on each other with unknown initial value
Hi all, I want to solve equations which depend on each other such as, 5*x_1 = 3*x_2 + 4 4*x_2 = 2*x_1 + 4*x_3 + 4 4*x_3 = 2*...

oltre 4 anni fa | 1 risposta | 0

1

risposta