photo

Rita Barnabé


Last seen: 1 year 前 自 2021 起处于活动状态

Followers: 0   Following: 0

统计学

  • Thankful Level 2
  • Thankful Level 1
  • First Answer

查看徽章

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...

2 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 ...

2 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...

2 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...

2 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...

2 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 ...

2 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; % ...

2 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...

2 years 前 | 0