Error: File: Unbalanced or unexpected parenthesis or bracket

BECAUSE THE ERROR IS GENERATED IF THE PARENTHESIS ARE CORRECT
% ******* PROCESOS PREVIOS**********
%1.- Carga el registro a procesar
filename = input('Open file: ', 's');
xc = load (filename);
xc = xc; % Para sismos se pone (+), para los puentes(-)
[N,~] = size(xc);
tc_max = N/sampling_rate;
tc = (delta_t:delta_t:tc_max)'; % Esto genera un vector tiempo
??? Error: File: Untitled2.m Line: 7 Column: 5
Unbalanced or unexpected parenthesis or bracket.

답변 (0개)

카테고리

도움말 센터File Exchange에서 Startup and Shutdown에 대해 자세히 알아보기

질문:

2020년 2월 17일

Community Treasure Hunt

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

Start Hunting!

Translated by