photo

BP


Last seen: 3 years ago Active since 2021

Followers: 0   Following: 0

Programming Languages:
MATLAB
Spoken Languages:
English

Statistics

MATLAB Answers

13 Questions
4 Answers

RANK
93,364
of 300,379

REPUTATION
0

CONTRIBUTIONS
13 Questions
4 Answers

ANSWER ACCEPTANCE
38.46%

VOTES RECEIVED
0

RANK
 of 20,931

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168,299

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Thankful Level 2
  • Thankful Level 1

View badges

Feeds

View by

Question


Print a value on a plot
I am measuring and ploting the 10 to 90% risetime of a pulse. I need to put the value of the risetime on the plot. Below is my c...

3 years ago | 1 answer | 0

1

answer

Question


How Do I Remove Scientific Notation From X/Y Axes on Plot
I do not want MATLAB to put the X10 scientific notation at the top of the Y axis ao at the right side of the X axis. I have tri...

3 years ago | 2 answers | 0

2

answers

Question


Sgolay filter is reducing the peal pulse too much.
I am using a Sgolay filter to smooth a pulse signal. It smooths the signal well but reduces the peak of the pulse 10.5%. A pulse...

3 years ago | 1 answer | 0

1

answer

Answered
How to shifting or move the time axis to the left in a MATLAB plot.
Each csv spreadsheet consist of five columns. The first three columns are general information (location, date and time). Column...

4 years ago | 0

Question


How to shifting or move the time axis to the left in a MATLAB plot.
I have a matlab plot with two signals. The time axis is slightly different on one. How can I shift or move the time axis on the ...

4 years ago | 2 answers | 0

2

answers

Question


Using a variable to help fill in the legend line on a plot
I have a variable that is named in the first lines of my program. It changes each day. I need the variable to fill in a part of ...

4 years ago | 1 answer | 0

1

answer

Question


Printing a variable in a fprintf
I set this varaible number first thing at the top of the scrip. VTL="5kV"; After it does the calculation, I want to use a fpr...

4 years ago | 1 answer | 0

1

answer

Question


Arrays have incompatible sizes for this operation.
I have the for loop shown below. It is giving me this error: "Arrays have incompatible sizes for this operation. Error in EMP_...

4 years ago | 1 answer | 0

1

answer

Question


Error using hafmax command,
I am trying to find the full width at half max of a pulse, I have the code below and it gives the following error. What is it te...

4 years ago | 1 answer | 0

1

answer

Question


I am trying to use the "findpeaks" function to find the peak in a set of data.
I am trying to use the "findpeaks" function to find the peak in a set of data. I want to better understand how the function work...

4 years ago | 1 answer | 0

1

answer

Question


I need to get a data value of a 1X2 array and print it on the screen.
I have a 1 by 2 array with two values stored from a previous calculation. How do I access them? Can I use a fprintf to display...

4 years ago | 1 answer | 0

1

answer

Answered
How to find the fall time of a voltage pulse.
It prints the correct data in the following form. hafmax = 722.4474 180.6118 xm = -2.2256e-06 9.72e-05 xm = 1...

4 years ago | 0

Answered
How to find the fall time of a voltage pulse.
The csv file is attached.

4 years ago | 0

| accepted

Question


I am trying to find the full width at half max value and plot the waveform with markers
I have a voltage waveforn captured using an osciloscope and saved in a csv file. I am trying to find the full width at half max ...

4 years ago | 1 answer | 0

1

answer

Question


How to find the fall time of a voltage pulse.
I have a waveforn captured using an osciloscope and saved in a csv file. I am trying to find the 20% to 80% fall time value and ...

4 years ago | 2 answers | 0

2

answers

Answered
I am new to MATLAB. I am trying to create a simple program to find and display the risetime of pulse data in a .csv file. The program works for some files but not for other
I set a breakpoint at line 255. It will run to that point with no issues. I get the error below after line 255. I have attached ...

4 years ago | 0

Question


I am new to MATLAB. I am trying to create a simple program to find and display the risetime of pulse data in a .csv file. The program works for some files but not for other
I need to find the value and display a plot of the risetime for the data in a .csv file. The program works for some files but no...

4 years ago | 1 answer | 0

1

answer