Feeds
답변 있음
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...
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...
대략 11년 전 | 0
질문
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 ...
대략 11년 전 | 답변 수: 1 | 0
1
답변질문
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 ,...
대략 11년 전 | 답변 수: 1 | 0
1
답변질문
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...
대략 11년 전 | 답변 수: 1 | 0
1
답변답변 있음
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=(...
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=(...
대략 11년 전 | 0
| 수락됨
질문
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...
대략 11년 전 | 답변 수: 2 | 0