photo

ndiaye bara


Last seen: plus d'un an il y a Actif depuis 2012

Followers: 0   Following: 0

Message

Statistiques

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

Afficher les badges

Feeds

Afficher par

Réponse apportée
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...

environ 3 ans il y a | 0

Réponse apportée
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 ...

presque 5 ans il y a | 0

Réponse apportée
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% ...

plus de 12 ans il y a | 0

| A accepté