photo

ndiaye bara


Last seen: 3 years ago Active since 2012

Followers: 0   Following: 0

Message

Statistics

MATLAB Answers

0 Questions
3 Answers

RANK
6,100
of 300,527

REPUTATION
4

CONTRIBUTIONS
0 Questions
3 Answers

ANSWER ACCEPTANCE
0.00%

VOTES RECEIVED
0

RANK
 of 21,018

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 169,525

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

  • Explorer
  • Revival Level 1
  • Knowledgeable Level 1
  • First Answer

View badges

Feeds

View by

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

4 years ago | 0

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

6 years ago | 0

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

13 years ago | 0

| accepted