Borrar filtros
Borrar filtros

Info

La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.

Index exceeds matrix dimensions. Why?

1 visualización (últimos 30 días)
Nadiah Zainudin
Nadiah Zainudin el 12 de Nov. de 2017
Cerrada: MATLAB Answer Bot el 20 de Ag. de 2021
close all;
clear all;
clc;
%load data & display
dataset= xlsread('DSN OFFSET.xlsx','R0');
disp(dataset);
%read data
z = dataset(3:53,1);
x = dataset(1,2:53);
y = dataset(3:53,2:53);
  1 comentario
Orangelynx
Orangelynx el 12 de Nov. de 2017
don't want to be the jerk but how is anyone supposed to know what's wrong here? we have no clue about the data you are dealing with. for starters you may try
size(dataset)
to see what dimensionality the variable has and if it complies with what you expect it to be.

Respuestas (0)

La pregunta está cerrada.

Community Treasure Hunt

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

Start Hunting!

Translated by