How to transpose a matrix without MATLAB's transpose tool -


I have an image that I have listed as a matrix. I want to transfer that image and then I want to display the image on the screen.

I would like to know how to do it "difficult" way, that is, without using MATLAB infection.

  function [b] = trans (a) [rc] = size (a); B = zero (C, R); For I = 1: R = C for J = 1: cb (j, i) = a (i, j) end and end    

Comments

Popular posts from this blog

excel vba - How to delete Solver(SOLVER.XLAM) code -

github - Teamcity & Git - PR merge builds - anyway to get HEAD commit hash? -

ios - Replace text in UITextView run slowly -