Community Profile

photo

Heraldo Tello


Last seen: 3 years ago Active since 2020

Statistics

  • Thankful Level 2
  • Thankful Level 1

View badges

Content Feed

View by

Question


Design an Input Signal
Hello everyone, I am tasked with creating a PRBS signal without using matlab shortcuts. Please see below. Once I create this PR...

3 years ago | 1 answer | 0

1

answer

Question


Create a transfer function that looks like a polynomial
Hello everyone I have a function called C C=inv(Psi'*Psi)*Psi'*E1; The challege I am having is creating a transfer function fr...

3 years ago | 2 answers | 0

2

answers

Question


Creating a Traffic Light using matlab code
Hello everyone, I have matlab 2015b. I wrote a code for an assignment that categorizes a dataset as healthy, aged, and replace....

3 years ago | 2 answers | 0

2

answers

Question


I need to create a visual dashboard on Simulink
Hello everyone, I have the following matlab code. It runs perfectly and I receive no error codes and does what I want it to do. ...

3 years ago | 0 answers | 0

0

answers

Answered
How to use previous points calculated from a function.
% Plotting the TestPoints on the graph for i = 1:size(TestPoints,1) X=TestPoints(i,2); Y=TestPoints(i,3); Delta1=lo...

3 years ago | 0

| accepted

Question


How to use previous points calculated from a function.
Hello I have the following function d=abs(B32 + A32*[X;Y]);sqrt(A32(1,1)^2+A32(1,2)^2); the answer (d) changes based on the r...

3 years ago | 2 answers | 0

2

answers

Question


how to plot only one datapoint at a time with a 1 second delay from a dataset
Hello everyone, I have a matrix made of 3 columns and a random number of rows (for example TestPoints=[1 4 6;2 1 4;3 2 3;4 1 5;...

3 years ago | 1 answer | 0

1

answer