Rita Barnabé
Followers: 0 Following: 0
Feeds
提问
Save struct with struct
Hi! , i want to save my structs with structs inside and the last struct has fields, C025.NH.left =T_NH.C025.lef; C025.NH.right...
3 years 前 | 1 个回答 | 0
1
个回答提问
Create a cicle 'for' to create multiple fields
data.C028 = importdata('C028 S1.mat'); data.C028 = data.C028.data; ecg_C028 = data.C028(:,6); % File 2/5 ...
3 years 前 | 1 个回答 | 0
1
个回答提问
Change localization of files
Hi! I grouped the filenames according to a certain characteristic and now I wanted to save each file in a folder of the respecti...
3 years 前 | 1 个回答 | 0
1
个回答提问
read files from 1 dic
Hi, i want to read various files from 1 past but i have this error: Instead its type was struct. Error in interp (line 47) v...
3 years 前 | 1 个回答 | 0
1
个回答提问
Error: Unable to resolve the name load.MATLABDriveTag
I'm trying to read multiples files .txt from the folder S1 with this: clear, close all, clc path_dados_originais = "C:\U...
3 years 前 | 1 个回答 | 0
1
个回答提问
Separate values from one column
Hi In this matrix I have 5 groups of values that I want to join. Here is part of column: 26380 26381 26382 327207 327208 ...
3 years 前 | 2 个回答 | 0
2
个回答提问
Hi, how do I change all the values in a specific column ?
ecg = Data(:,6); % Original ECG values n = 9; % Number of bits of the channel (?) VCC = 3; % ...
3 years 前 | 1 个回答 | 0
1
个回答已回答
change specific col and row in a matrix
Hi, how do I change all the values in a specific column ? %Original values ecg = Data (:,6); n = 9; % Num...
change specific col and row in a matrix
Hi, how do I change all the values in a specific column ? %Original values ecg = Data (:,6); n = 9; % Num...
3 years 前 | 0