photo

Efe Berkay Yitim


Last seen: 10 months ago Active since 2023

Followers: 0   Following: 0

Statistics

MATLAB Answers

5 Questions
1 Answer

RANK
272,229
of 300,763

REPUTATION
0

CONTRIBUTIONS
5 Questions
1 Answer

ANSWER ACCEPTANCE
20.0%

VOTES RECEIVED
0

RANK
 of 21,082

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 170,923

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Discussions

AVERAGE NO. OF LIKES

Feeds

View by

Question


How to load an object of class 'sym' in a .mat file
Hello, I have a .mat file which contains objects of class 'sym'. When I try to open this .mat file, MATLAB 2023a gives me the...

2 years ago | 1 answer | 0

1

answer

Answered
Generate a random binary matrix with given rank by using minimum number of 1s
Found a way: k = 5; y = 20; w = 104; p = 0.2; A = randsrc(k*y, w, [0,1;1-p p]); while gfrank(A) ~= min(k*y, w) A = ra...

3 years ago | 0

| accepted

Question


Generate a random binary matrix with given rank by using minimum number of 1s
Hi, I am generating a random binary matrix with size ky x w with rank min(ky,w) with the code given below. However, because I a...

3 years ago | 1 answer | 0

1

answer

Question


delete the new line character at the end when using dlmwrite
I have a binary matrix m by n (which contains either 0 or 1) and I want to write each column as a string to a file without any d...

3 years ago | 1 answer | 0

1

answer

Question


Creating random binary 3D matrix with specified rank
I need to create k number of n by m binary matrixes (lets call each of them Hᵢ where i from 1 to k) where for each of these matr...

3 years ago | 1 answer | 0

1

answer

Question


Read int16 from hex file
Hi, I have a hex file containing 8-bit hex values which are actually 16-bit signed values. For example in the screenshot belo...

3 years ago | 1 answer | 0

1

answer