photo

Muhammed Emin Yavuzaslan


Last seen: 4 giorni fa Attivo dal 2022

Followers: 0   Following: 0

Statistica

All
MATLAB Answers

8 Domande
1 Risposta

Cody

0 Problemi
9 Soluzioni

RANK
254.424
of 300.753

REPUTAZIONE
0

CONTRIBUTI
8 Domande
1 Risposta

ACCETTAZIONE DELLE RISPOSTE
12.5%

VOTI RICEVUTI
0

RANK
 of 21.075

REPUTAZIONE
N/A

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
0 File

DOWNLOAD
0

ALL TIME DOWNLOAD
0

RANK
41.150
of 170.858

CONTRIBUTI
0 Problemi
9 Soluzioni

PUNTEGGIO
105

NUMERO DI BADGE
1

CONTRIBUTI
0 Post

CONTRIBUTI
0 Pubblico Canali

VALUTAZIONE MEDIA

CONTRIBUTI
0 Punti principali

NUMERO MEDIO DI LIKE

  • Thankful Level 1
  • Explorer
  • Solver
  • First Review

Visualizza badge

Feeds

Visto da

Domanda


UAV Path Following Path Switching Problem
Hi everyone , I'm trying to implement a path following algorithm for UAV (Carrot Chase) with matlab for a line-circle path. ...

10 mesi fa | 1 risposta | 0

1

risposta

Risposto
MIMO systems input/output response in Simulink
Hello Sir, @Shivam Gothi Thanks for replying my question. It's make sense. I just want to use one state space block for analy...

11 mesi fa | 0

Domanda


MIMO systems input/output response in Simulink
I'm trying to simulate a plant with step input. This plant have two inputs and two outputs each input. When i use 'step' comman...

11 mesi fa | 2 risposte | 0

2

risposte

Domanda


How can a validate the BLDC Motor Model
Hello everyone, In these days i'm modelling a BLDC Motor with simulink. I want to validate my model with real time test data ...

circa un anno fa | 1 risposta | 0

1

risposta

Domanda


Path Following Algorithm Line-Circle Path Path Switching Problem
Hi everyone , I'm trying to implement a path following algorithm for UAV (Carrot Chase) with matlab for a line-circle path. ...

oltre un anno fa | 1 risposta | 0

1

risposta

Domanda


Extracting unsolved data from ode45 function
Hi everyone, I'm trying to create a aircraft model and i have differential equations i have solved this equations with ode45 a...

oltre 2 anni fa | 0 risposte | 0

0

risposte

Domanda


Why do i recieve Dot indexing is not supported for variables of this type error when i call my function
I'm trying to implement a aircraft model. I created a struct for aircraft data's When i trying to implement my eom function i'...

oltre 2 anni fa | 2 risposte | 0

2

risposte

Risolto


Back and Forth Rows
Given a number n, create an n-by-n matrix in which the integers from 1 to n^2 wind back and forth along the rows as shown in the...

oltre 2 anni fa

Risolto


Determine whether a vector is monotonically increasing
Return true if the elements of the input vector increase monotonically (i.e. each element is larger than the previous). Return f...

oltre 2 anni fa

Risolto


Add two numbers
Given a and b, return the sum a+b in c.

oltre 2 anni fa

Risolto


Column Removal
Remove the nth column from input matrix A and return the resulting matrix in output B. So if A = [1 2 3; 4 5 6]; ...

oltre 2 anni fa

Risolto


Make a checkerboard matrix
Given an integer n, make an n-by-n matrix made up of alternating ones and zeros as shown below. The a(1,1) should be 1. Example...

oltre 2 anni fa

Risolto


Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...

oltre 2 anni fa

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

oltre 2 anni fa

Risolto


Triangle Numbers
Triangle numbers are the sums of successive integers. So 6 is a triangle number because 6 = 1 + 2 + 3 which can be displayed ...

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

oltre 2 anni fa

Domanda


why my code is running so slowly in the while loop
Hi, im new at Matlab and im trying to implement a guidance for Uav but my while loop running so slowly. Any suggestions for fix...

oltre 3 anni fa | 1 risposta | 0

1

risposta

Domanda


Solving motion equation using ODE45
I need the solve these equations with ODE45 or Euler. Anyone can help ?

quasi 4 anni fa | 1 risposta | 0

1

risposta