photo

Teo Protoulis


Last seen: 2년 초과 전 2017년부터 활동

Followers: 0   Following: 0

통계

All
MATLAB Answers

17 질문
0 답변

ThingSpeak

1 공개 채널

순위
14,697
of 300,851

평판
3

참여
17 질문
0 답변

답변 채택
47.06%

획득한 표
3

순위
 of 21,094

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 171,294

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
1 공개 채널

평균 평점
50

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 3

배지 보기

Feeds

보기 기준

질문


Solving Ordinary Differential Equations using Mass Matrix
I am simulating a system of 14 ODEs in the form of mass matrix representation. I have a function that computes the mass matrix b...

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

0

답변

질문


Store value of variable computed in ODE Solver at the specified time steps.
I am simulating a system using the ode15s(..) solver. Code is like this: tspan = 0:0.01:10; options = odeset('RelTol',1e-7,'Ab...

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

1

답변

질문


How to use ODE solvers for a 2nd order differential equation with a Mass Matrix ?
I would like to simulate a system which comes at the following form: where the Mass Matrix (M) is a 2x2 m...

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

1

답변

질문


Slope of Bode plot
Is there any way in order to add slope display for the magnitude plot of a system's bode diagram ?

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

1

답변

질문


How to store sequence of bits as a bit stream and use the least possible memory ?
I am implementing a huffman encoding procedure which for example encodes the decimal number -5 as '100010'. Until now I have imp...

대략 6년 전 | 답변 수: 3 | 1

3

답변

질문


Remove chattering from signal
I have the signal shown at the attached image. I want to remove the chattering which I think is high-frequency compared to the s...

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

1

답변

질문


How to plot PWM signal with specific duty cycle and frequency ?
Is there any way of plotting a PWM signal when the duty cycle and the frequency is known ?

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

1

답변

질문


ODE Solver with array value parameter
I need to solve the following differential equations: where x1 and x2 are the states of the system and y is the input of th...

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

1

답변

질문


Find out range of servo rotation
I am controlling a servo motor with Arduino and Matlab. The servo motor changes its position if the input values belong to the i...

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

1

답변

질문


Use values of matrix in ode function
I am using ode45() to solve a differential equation like this: [t,state] = ode45(@odefun,tspan,0); Now I want to solve another...

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

0

답변

질문


Convert points coordinates from camera screen to integer positions (pixels) of image.
I have to write a function which takes as inputs the size of the camera screen HxW, the size of the canvas MxN and the coordinat...

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

0

답변

질문


How to add arrows to the phase plane produced ?
I have the following matlab code that produces the phase plane for the state variables and I want to add arrows in order to show...

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

1

답변

질문


Keep getting this error and I cannot figure out why: Dimensions of arrays being concatenated are not consistent.
I have the following code trying to solve differential equation of second order: [t,X] = ode45(@(t,X) odefun_4(t,X,u), [0 ...

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

1

답변

질문


How to display multiple images on the same axis system ?
I have an Nx3 array with the coordinates of the vertices of N triangles which I have to color and then display the whole object ...

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

1

답변

질문


How to calculate product of two arrays in O(nlogn) ?
I have 3 arrays: u = randn(n,1); w = randn(m,1); T = toeplitz( u(m:n), u(m:-1:1) ); m,n follow this restriction: ...

거의 8년 전 | 답변 수: 0 | 0

0

답변

질문


Why do I keep getting errors: No such file or directory when I install Signal Processing toolbox ?
I am trying to install the Signal Processing Toolbox but I constantly get errors stating that: No such file or directory. I crea...

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

1

답변

질문


How can I draw a particular line pixel by pixel ?
I have the below code in order to draw the line: y = m*x + b. I want to draw the line pixel by pixel using the code below: ...

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

1

답변

채널


Temperature_Channel
Collecting Temperature with Arduino UNO R3 and an ESP8266 Wi-Fi Module connected to the Arduino and the local Wi-Fi Network.

거의 9년 전