photo

Zee


Last seen: 3 years ago Active since 2022

Followers: 0   Following: 0

Statistics

MATLAB Answers

7 Questions
0 Answers

RANK
108,026
of 300,379

REPUTATION
0

CONTRIBUTIONS
7 Questions
0 Answers

ANSWER ACCEPTANCE
71.43%

VOTES RECEIVED
0

RANK
 of 20,931

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168,299

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Thankful Level 3

View badges

Feeds

View by

Question


How to perform repmat function to repeat rows of a matrix
A=[1,0,0,0,1;2,0,0,0,2;3,0,0,0,3] I would like to repeat each row for n times and get output something like this when n is 2: ...

3 years ago | 6 answers | 0

6

answers

Question


Import and export excel data having combined number and text in a single cell.
I have following subset of data of size (3x1) stored in an excel file. I would like to import this data and write into another e...

3 years ago | 1 answer | 0

1

answer

Question


Writing 3D array to excel sheet
Hello, I would like to write Matlab output having dimension 2040x5x174 to an excel sheet. xlswrite function is restricted for 2...

3 years ago | 1 answer | 0

1

answer

Question


concatenate string with array
Hello, I have the following data which I need to bring to a certain format. A= [23.5567, 5.34567, 23.1] B= [-13.5357, 6.254, ...

3 years ago | 2 answers | 0

2

answers

Question


Concatenate str and int and store it as a vector
Hello, I have two arrays which I would like to concatenate with a string and save it as vector for the following data. A= [761...

3 years ago | 2 answers | 0

2

answers

Question


2-D interpolation with extrapolation value for out of range data.
Hello, I would like to do 2-D polar interpolation for the points shown in the file. For the interpolation, I considered azimuth...

3 years ago | 1 answer | 0

1

answer

Question


How to read a text file and save it as different variables
Hi, I have a text file in the following format: String line String line .Sample 1 0 0 0 5441.45 5454.52 5425.85 742.95 512...

3 years ago | 1 answer | 0

1

answer