Statistics
0 Questions
3 Answers
RANK
6,100
of 295,673
REPUTATION
4
CONTRIBUTIONS
0 Questions
3 Answers
ANSWER ACCEPTANCE
0.00%
VOTES RECEIVED
0
RANK
of 20,262
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 154,257
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
Feeds
FFT of vibration data, please help
Hello , Try this code %% clear; close all; clc data = readtable('TEK0000.csv') ; t = data.Var4; amp = data.Var5; am...
3 years ago | 0
How to convert TOFD image to signal..?
Dear Peter, I mean you want to do like following: With this type of BScan TOFD image: You want to plot AScan signal of the ...
5 years ago | 0
saving variables in a single .mat file
Try this code m=zeros(3800000,360); for k=1:360, eval(sprintf('load F*_%d.mat',k)); % F*=name of all your files .mat% ...
12 years ago | 0
| accepted