Community Profile

photo

Antonio Jayena


Active since 2015

Followers: 0   Following: 0

Statistics

Feeds

View by

Question


Add values to a Matrix
Hello! I have the following code: p=0; num=0:1:3; cont=0; i=0; b=0; n=0; for k=1:num(end) cad...

9 years ago | 1 answer | 0

1

answer

Question


Error by using csvread
Hi, when I use this code: k=0; num=0:1:400; for k=1:num(end) cad = []; cad = 'scope_%d_1.csv';...

9 years ago | 1 answer | 0

1

answer

Question


CSV files sweep [Script]
Hi everyone. I have a script thats loads one CSV per time. i=0; cont=0; s = csvread('scope_1_1.csv', 2, 0); [f...

9 years ago | 1 answer | 0

1

answer

Answered
Script for CSV processing
Im trying to go in other way, but I'm faling in the sintax j=1 i=1 for i=1:30 s=csvread('scope_0_1.csv',2,0)...

9 years ago | 0

Question


Script for CSV processing
Hi friends. First of all I apologize for my bad English. I tell you my problem. I was working with an osciloscope and I t...

9 years ago | 2 answers | 0

2

answers