Feeds
提问
export data to txt file
Hi guys when i export my daa to a txt file, it exports the numbers with 4 digits after zero like 0.1256. How can i export my da...
9 years 前 | 1 个回答 | 0
1
个回答提问
Undefined function 'txt2mat' for input arguments of type 'cell'
Dear friends: I wrote a line of code to read the data from a txt file. My txt file is a combination of the numbers and text. Bu...
9 years 前 | 1 个回答 | 1
1
个回答提问
I am trying to plot the (Qt) but it gives me this error " If FUN is a MATLAB object, it must have an feval method." Qt is the function of the flow rate. I want to plot Qt vs time to check whether the fourie coefficients that i found are correct?
clc clear all close all load('rindexes_filt_sc.mat') Td=0.8; %(s) t_sc=Td/(551-303); % (s) t_v=[0:249]*t_sc; Q=4*0.00...
10 years 前 | 1 个回答 | 0
