Thread Subject: Error using ctranspose

Subject: Error using ctranspose

From: Kayla

Date: 22 Dec, 2011 17:26:09

Message: 1 of 2

I'm new to matlab and I've been trying to adjust a code in order to produce an excel out put for x, y position coordinates. I continue to receive the following error:

??? Error using ==> ctranspose
Transpose on ND array is not defined.

Error in ==> runTracking3 at 95
    fishCoords_excel = fishCoords'; % Kayla 22-Dec-20011

Error in ==> LSRtrack>goBut_Callback at 292
runTracking3(handles);

Error in ==> gui_mainfcn at 96
        feval(varargin{:});

Error in ==> LSRtrack at 44
    gui_mainfcn(gui_State, varargin{:});

Error in ==>
@(hObject,eventdata)LSRtrack('goBut_Callback',hObject,eventdata,guidata(hObject))

 
??? Error while evaluating uicontrol Callback

Could anyone translate this error into laymans terms? Any suggestions you have would be greatly appreciated.

Thank you.

Subject: Error using ctranspose

From: Jan Simon

Date: 22 Dec, 2011 17:35:08

Message: 2 of 2

Dear Kayla,

The transpose and ctranspose operators need a matrix or vector as input. "ND array" means an N-dimensional array. Then you need PERMUTE instead.

Kind regards, Jan

Tags for this Thread

Add a New Tag:

Separated by commas
Ex.: root locus, bode

What are tags?

A tag is like a keyword or category label associated with each thread. Tags make it easier for you to find threads of interest.

Anyone can tag a thread. Tags are public and visible to everyone.

rssFeed for this Thread

Contact us at files@mathworks.com