Borrar filtros
Borrar filtros

Hi, how do I change all the values ​​in a specific column ?

14 visualizaciones (últimos 30 días)
ecg = Data(:,6); % Original ECG values
n = 9; % Number of bits of the channel (?)
VCC = 3; % Operating voltage
Gecg = 1000; % Sensor gain
ecg_volts = (ecg/(2^n)-1/2)*VCC/Gecg;
and now i want to change the values of the 6 column from ecg to ecg_volts

Respuesta aceptada

Walter Roberson
Walter Roberson el 1 de Nov. de 2021
Data(:,6) = ecg_volts;

Más respuestas (0)

Categorías

Más información sobre Resizing and Reshaping Matrices en Help Center y File Exchange.

Productos


Versión

R2021b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by