photo

Muhammed Emin Yavuzaslan


Last seen: 5일 전 2022년부터 활동

Followers: 0   Following: 0

통계

All
MATLAB Answers

8 질문
1 답변

Cody

0 문제
9 답안

순위
254,425
of 300,756

평판
0

참여
8 질문
1 답변

답변 채택
12.5%

획득한 표
0

순위
 of 21,077

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위
41,157
of 170,890

참여
0 문제
9 답안

점수
105

배지 수
1

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 1
  • Explorer
  • Solver
  • First Review

배지 보기

Feeds

보기 기준

질문


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개월 전 | 답변 수: 1 | 0

1

답변

답변 있음
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개월 전 | 0

질문


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개월 전 | 답변 수: 2 | 0

2

답변

질문


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

대략 1년 전 | 답변 수: 1 | 0

1

답변

질문


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

1년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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

2년 초과 전 | 답변 수: 0 | 0

0

답변

질문


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

2년 초과 전 | 답변 수: 2 | 0

2

답변

문제를 풀었습니다


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

2년 초과 전

문제를 풀었습니다


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

2년 초과 전

문제를 풀었습니다


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

2년 초과 전

문제를 풀었습니다


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

2년 초과 전

문제를 풀었습니다


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

2년 초과 전

문제를 풀었습니다


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

2년 초과 전

문제를 풀었습니다


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

2년 초과 전

문제를 풀었습니다


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

2년 초과 전

문제를 풀었습니다


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

2년 초과 전

질문


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

3년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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

거의 4년 전 | 답변 수: 1 | 0

1

답변