Community Profile

photo

ahmed


Active since 2013

Statistics

  • First Review
  • First Answer

View badges

Content Feed

View by

Answered
with x calculated f(x)
if you mean function with input (ex:R) and output (ex:X) use this example : function [x] = cal(r) % This is an ex...

meer dan 10 jaar ago | 0

Question


avrgae and standDev... Data should be vector Problem??
I am trying to plot the average and stand Dev for my lab data, I have like 8 text files (results), I did a loop to get all of ...

meer dan 10 jaar ago | 1 answer | 0

1

answer

Question


Using more than one file directory path in the same script ?
I have my script like this way dataDirectory = 'files location '; allFilesDir = dir(fullfile(dataDirectory ,...

meer dan 10 jaar ago | 1 answer | 0

1

answer

Question


How to adjust the order of file sorting?
I am trying to evalute my Lab data, what are represtned into TXT files then plot the conntents of data. dataDirectory...

meer dan 10 jaar ago | 1 answer | 0

1

answer

Answered
Creat a loop to generate a a mean value of data which I got form TXT files then plot the results
I went to 3D array option then squeeze my results to get the results in this way result(:,:,n) G=(...

meer dan 10 jaar ago | 0

| accepted

Question


Creat a loop to generate a a mean value of data which I got form TXT files then plot the results
I trying to do script to evalute my lab data into matlab, I have lots of txt files for many samples, each sample has 30 txt f...

meer dan 10 jaar ago | 2 answers | 0

2

answers