Community Profile

photo

William Collants


Last seen: 1 year ago Active since 2020

Followers: 0   Following: 0

Message

Statistics

  • Thankful Level 3

View badges

Feeds

View by

Question


Finding Pattern in Array of Values 1-64
Hello World, so I've this 1-D Array of about 100k Elements, Ranging in Value from 1 to 64. Plotting various Sections of the A...

4 years ago | 0 answers | 0

0

answers

Question


Howto replace Element with Element from another Vector at the 1st Element's Position
Let's say I have a Vector with 100 integer Element between 1 & 100 in no particular Order. A = [1:100]; A = (randperm (length(...

4 years ago | 1 answer | 0

1

answer

Question


How do I Convert Cells containing Binary Values into Cells of Decimal Values and Decimal Values into Strings?
Hi Guys, Let's say I've a Matrix A with 5 Rows and 1000 Columns, consisting mostly of 0s and 1s. Maybe every ~50th or ~100th Co...

4 years ago | 1 answer | 0

1

answer

Question


Vertically Concatenating Matrices in UITable with "Padding" inbetween (App Designer)
Hi Guys, in MATLAB App Designer, I'm Writing several Matrices of equal dimensions ontop of eachother into a Table. For Read-ab...

4 years ago | 0 answers | 0

0

answers

Question


Can a Cell in a UITable contain multiple Lines/Rows (MATLAB App Designer)
Hi Guys, I'm displaying a Matrix with 10 Rows in a UITable in Malab App Designer. Makes Sense that each Element gets its own Ce...

4 years ago | 0 answers | 0

0

answers

Question


Write Arrays to a Table in an Interwoven/ interlaced fashion in App Designer
Let's say I have Matrices A B C D. all have equal dimensions. In App Designer, I'd like those Matrices displayed in a UITable i...

4 years ago | 0 answers | 0

0

answers

Question


Howto Replace Specified and Non-Specified Elements in Matrix with Strings
Hi Guys, In a given Matrix, I would like to replace/ substitute every Element equal to 0 with the String "zero" every Elemen...

4 years ago | 2 answers | 0

2

answers

Answered
How do I Interlace / Interleave 3 or more Matrices in MATLAB ?
I think I figured it out. If my 5 Matrices are A, B, C, D, E, then interlaced_by_column = reshape ([ A ; B ; C ; D ; E ], size(...

4 years ago | 2

Question


How to Automatically Shorten an Array so the number of Rows/Columns is divisible by 3
Hi Guys, when reshaping an Vector into a Matrix with 3 rows, I naturally have to make sure the number of Elements in the Vector...

4 years ago | 1 answer | 0

1

answer

Question


How do I Interlace / Interleave 3 or more Matrices in MATLAB ?
Let's say I've 5 Matrices, all with the same Number of Rows. How do I interlace the Columns of these Matrices, so that Colum...

4 years ago | 2 answers | 0

2

answers

Question


display dates and times of imported .csv file in Date Picker Menus in App Designer
In Matlab App Designer, I'm building an App which imports a .csv. The First Column of that imported Table contains Dates in the...

4 years ago | 1 answer | 0

1

answer

Question


Changing the Number of Rows in imported Table via Edit-Field in App Designer
in Matlab App Designer, I'm building an App which imports a .csv. I've added a Numeric Edit Field in which is displayed the Num...

4 years ago | 0 answers | 0

0

answers

Question


howto organize an array into groups of n-Elements
Let's say I have a Vector of length 100 x = 1:100 and want to reshape that Vector into a 5x20 Matrix. 20 Columns with 5 Ele...

4 years ago | 1 answer | 0

1

answer

Question


How can convert binary Numerical Values to Strings?
let's say I Have a Matrix M which contains only binary values of 0 and 1 M = de2bi (0:10) How can I convert that into a Matrix...

4 years ago | 2 answers | 0

2

answers