Transposition is an operation that applies to matrices wherein the rows and columns are swapped
0
votes
1answer
14 views
Transposed stem in MATLAB with matlab2tikz
I have got a little problem regarding matlab2tikz and maybe you are so kind to help me:
I have a stem-plot in matlab and I want to transpose the plot, so that the stems are no longer perpendicular to ...
0
votes
1answer
40 views
How to transpose a table from columns to rows in Oracle sql [duplicate]
I have a table in sql which has a number of columns with the same type of data each column. I would like to transpose the table's columns into rows so that all of the data appears in 1 column. An ...
3
votes
2answers
55 views
Funky behavior with numpy arrays
Am hoping someone can explain to me the following behavior I observe with a numpy array:
>>> import numpy as np
>>> data_block=np.zeros((26,480,1000))
>>> ...
0
votes
1answer
35 views
transpose a subset columns in dataframe (not groupby, need to create new columns)
I've a table which has two columns, the first one is the indice of the site, and the second is the number of states per hour during 24 hours. Thus for each site, I've 24(lines)x2(columns) data. How ...
0
votes
2answers
26 views
Conjugate transpose in Matlab
In the legacy Matlab code that I need to translate to C I found the following string:
x=fminsearch(@pmveqf,[30 30]',[],pm);
Can somebody please explain the meaning of
[30 30]'
in Matlab?
I know ...
0
votes
3answers
25 views
Transposition of matrix not working
I am trying to transpose a int[,] matrix. But I do not get the correct output. I have done the transposition with two for-loops but I think I did a mistake there. I just can't point it out.
Here is ...
1
vote
0answers
19 views
Flatten table with large number of columns
I have a transactional table with 100+ columns and each row is uniquely identified by an id column. For a data export requirement, we need to make export the table flat - aka, ...
1
vote
2answers
46 views
Isabelle: proof for a equality of transposed matrix with a constant factor
I am facing problems with the following lemma, which I think should be correct. I can get the proof to work up to a certain point with small steps, however I haven't found a way to proof the entire ...
-1
votes
0answers
11 views
How to add,multiply,transpose a sparse matrix? [closed]
All default values are zero.
It should be generic class.
It should be immutable.(except mutator method)
I need Matrix constructor method, accessor method, mutator method, multiplication and addition ...
1
vote
1answer
68 views
Fast memory transpose with SSE, AVX, and OpenMP
I need a fast memory transpose algorithm for my Gaussian convolution function in C/C++. What I do now is
convolute_1D
transpose
convolute_1D
transpose
It turns out that with this method the filter ...
0
votes
0answers
16 views
Spreadsheet: dynamically added cells with functions partial containing transposed data
packages (sent out) finance inventory
| A | B | C | D | | A | B | C | D | E | | A | B | C |
1|sum|jan|feb|mar| 1|sum|debt|jan|feb|mar| 1|date|amount|price|
...
0
votes
1answer
25 views
Specific transpose in Excel 2010
I would like to transform this:
id brand color price
1 bmw white 100
2 fiat black 200
3 audi blue 300
into this
id value
1 bmw
1 white
1 100
2 fiat
2 black
2 200
3 audi
...
0
votes
0answers
21 views
XNA calculating a matrix its inverse-transposed matrix
Was wondering whether any of you know how to easily calculate the inverse-transposed matrix of a certain matrix (world-matrix in my case) in XNA. I figured there'd be a Matrix class, and there is, ...
0
votes
2answers
43 views
Python breaking and transposing a large list into smaller lists
I have a large list:
X= [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17]
that I want to transpose into smaller lists:
(x1- x5 are placeholders for remapping the data in X, for X=17, ...
1
vote
0answers
24 views
transpose same single column range from multiple worksheets onto single worksheet
I have an indefinite number of multiple worksheets from which I am trying to transpose a single column range (i.e., "C4" on down) from each onto a single summary worksheet. The column range is the ...
0
votes
0answers
30 views
m x n transpose matrix using cusparse
I am trying to run this
cusparseScsrmv(cusparseHandle, CUSPARSE_OPERATION_NON_TRANSPOSE, M, N, nz, &alp, descr, d_val, d_row, d_col, d_p, &bet, d2_Ax);
cusparseScsrmv(cusparseHandle, ...
1
vote
4answers
66 views
Is there an efficient way of transposing huge table in SAS
I have a data set in SAS that I need to transpose. It has the form
id date type value
and I need to convert it into
id date valueoftype1 valueoftype2 ...
Is there any efficient way of ...
0
votes
2answers
51 views
Create additional rows and transpose in R
Im handling some stock order data and am having a problem with what I suspect needs a transpose. The data frame lists the qty for each supply location across the row for each customer for each item ...
0
votes
3answers
51 views
python how to transpose lines to column for only 7 rows at a time in file
I am a very novice python user so please pardon if I am violating any user ettiquette. Please help, I have a text file that looks something like this:
ID: 000001
Name: John Smith
Email: ...
0
votes
0answers
9 views
xslt to transpose from xml to text
I have this xml and I would like to transform it using an xslt file into the text below. It is a sort of transposition. In short I would like the B100 element repeated for each of the element ...
0
votes
2answers
57 views
Excel VBA transpose with characters
I have a range with 918 cells (A1:A918). Each cell has one string. I need vba code to surround each cell with quotes (" ") and add a comma (,) at the end. Then Transpose the list. I cannot add those ...
4
votes
2answers
149 views
How do I more efficiently multiply transpose matrices?
I keep beating myself over the head with this. I have an SSE-based algorithm for multiplying matrix A by matrix B. I need to also implement the operations for where A, B, or both are transposed. I did ...
0
votes
0answers
115 views
How to transpose rows into dynamic columns in Oracle 10
I have a table called TEST_HIST that gets updated daily with a PASS/FAIL status for each test in a battery of 1800 tests. The table is in Oracle 10.
I need to produce the following report where each ...
-2
votes
1answer
93 views
Transposing select range of data in vba [closed]
I have some data that I would like to transpose using VBA, but I have little knowledge of how to use VBA. I am using VBA from excel 2007
My data looks like this:
Name Namex Namey Namez
Code Codex ...
0
votes
0answers
24 views
not able to do transpose function in excel [closed]
i have data in excel like:
A 1
A 2
A 3
A 4
B 5
B 6
B 7
C 8
C 9
C 10
C 11
C 12
I need to transpose data like:
A 1 2 3 4
B 5 6 7
C 8 9 10 11 ...
2
votes
3answers
63 views
Transpose a table of numbers in python
I need to write the data below in python,
student score
Bill 43
Suzy 54
Sally 41
but I have to flip it too look like
student Bill Suzy Sally
score 43 54 41
I have ...
0
votes
1answer
17 views
Converting a row into column keeping one field based on flags in Access
I am trying to find an answer to a question that I am trying to solve in Access. I can retrieve the following data from my input spreadsheet:
Recid Cat1 ...
0
votes
1answer
18 views
Transpose grouped dates with MySQL
I have a table with column date; it contains records for some months, but not continuously.
To see which months are present (present meaning 1 or more records in a specific month), I tried to make an ...
2
votes
1answer
128 views
Java Tetris - Using transpose to rotate a piece
I'm building Tetris in Java as a fun side project and am now working on rotations.
I was originally hard coding each rotation which was proving to be quite tedious.
That being said, I was then going ...
0
votes
2answers
773 views
SQL Server Transpose (maybe pivot?) multiple rows into one column
My situation is this:
I have a survey with 400 users (rows) answering 76 questions (columns). These users already have an ID in the database. I've created a table that contains the questions per ...
0
votes
2answers
37 views
“Invisible” error while manipulating 2d array. (0 errors, 0 warnings)
App crashes but I can't see the reason.
I've been examining the code for many times, but still there is a problem.
I have 2d array 'a'(NxM) and I have to transpose it. The new array is 'p'(MxN).
...
1
vote
2answers
86 views
Grab All Rows in ONE Column from One SQL Statement
I'm looking for a way, either via SQL or PHP, to return many columns from an SQL statement but be able to iterate through them one column at a time.
I have a query which gives me for example:
ID | ...
2
votes
2answers
63 views
How do I do a double transposition in SAS
Please can you help me take my data from this:
Name + Class + Teacher
-------+---------+-----------
Fred + Chem + Mr Blond
Fred + Chem + Mr Pink
Fred + Maths + Mr Blond
Barney + ...
0
votes
1answer
53 views
Transposition with aggregation of data.table [duplicate]
Suppose that we have data.table like that:
TYPE KEY VALUE
1: 1 A 10
2: 1 B 10
3: 1 A 40
4: 2 B 20
5: 2 B 40
I need to generate the following aggregated ...
1
vote
4answers
219 views
Efficient way to transpose a huge tab-delimited file (2.1TB) @ 8.5Kx39M
I have a few gigantic tab-delimited files @ ~2.1 TB each, ~8.5 K rows, ~39.3M columns. The first column is all string (ID) of variable length, the rest are non-negative fixed precision decimals at ...
1
vote
1answer
152 views
Get the first column of a matrix represented by a vector of vectors
Suppose I'm representing a matrix foo of values using std::vector:
int rows = 5;
int cols = 10;
auto foo = vector<vector<double>>(rows, vector<double>(cols));
Is there a ...
0
votes
4answers
82 views
how to read a matrix from a text file in matlab
I have a text file which has 500 columns and 500 rows, of numerical(integer) values . Every element in the row is separated by a tab. I want to read this file as a matrix in matlab. Example(my text ...
0
votes
1answer
26 views
Microsoft Excel Referencing data
I am trying to figure out how to look up a cell to see if it contains a name from a list I have specified, we will use "Hofmann Trucking" for example.
Using columns a,b and c where column a contains ...
1
vote
2answers
130 views
Issue with returning a 2 dimensional array
I was asked to write a program that gets a two dimensional array (a matrix), number of columns,and number of rows, and the program will return the transpose matrix (without using a [][], meaning only ...
2
votes
1answer
260 views
how do I load specific fields from a recordset into a combobox
I have the below code which essentially loads the first field of my recordset into my Emp ID combo box by using Transpose, and Recordset .GetRows.
If m_adoStaffRS.RecordCount > 0 Then
With ...
0
votes
2answers
86 views
Scanning values into a matrix without using [ ] C language
I have a problem. I was asked to write a program that transposes a matrix, without using []...for example, i know that if it was a one dimensional array, i could say that array[3] is the same as ...
0
votes
1answer
2k views
Pivot or transpose a table in SQL Server without GROUPING BY
I need to pivot a table in SQL Server with the following structure:
And I need the resulting table to look like this:
So the cells in "ColumnNumber" row are now the Column Names of the resulting ...
-2
votes
1answer
64 views
How to transpose file in unix?
I have one file
ColA ColB ColC
2.34 2.83 8.45
4.34 2.26 7.46
3.34 2.25 4.45
How can i transpose this file?
Regards
3
votes
5answers
64 views
Converting a n by m dataframe into a 1 by n*m dataframe in R
I have a dataframe that I call 'd' which is in the format as follows:
Date Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec
1 1895 12.63 2.47 2.69 2.43 3.10 1.65 0.13 ...
0
votes
0answers
67 views
transpose spectogram data
Sorry about the previous question, I forgot to include more details. So here we go.
There is this code file called mfccgram.m found if you search on google first result.
That would display ...
2
votes
1answer
153 views
Is it beneficial to transpose an array in order to use column-wise operations?
Assume that we are working with a language which stores arrays in column-major order. Assume also that we have a function which uses 2-D array as an argument, and returns it.
I'm wondering can you ...
0
votes
0answers
49 views
matlab code for spectogram sort data [closed]
I have a matlab code called mfccgram.m found if you search on google first result
but the output of that file produces data example, not real data below just example
1 2 3 4 5
6 7 8 9 10
and it has ...
1
vote
3answers
138 views
Crossword words (across and down) storage?
If I create a crossword puzzle, I'd want to store the words filled in on a 9 by 9 grid for example.
I considered a 2d array but can only store the Across words and not the Down words.
Even if each ...
0
votes
2answers
321 views
how to transpose different groups from column to row in R or excel
I searched a few answers but it seems none can answer my question
I have a data look like this (2 columns, 2 groups group"1" and group"2")
1 10
1 20
1 50
2 40
2 30
2 60
and I want to transpose it ...
2
votes
0answers
150 views
numpy.concatenate of two recarrays leads to transposed shape?
Suppose I have two numpy arrays x1 and x2 with the same dtype but different shape:x1.dtype = dtype([('fmv', '<f4'), ('delta', '<f4'), ('rho', '<f4', (5,))])
x2.dtype = dtype([('fmv', ...


