photo

Elie Elias


Active since 2018

Followers: 0   Following: 0

Statistics

MATLAB Answers

8 Questions
0 Answers

RANK
234,264
of 300,706

REPUTATION
0

CONTRIBUTIONS
8 Questions
0 Answers

ANSWER ACCEPTANCE
75.0%

VOTES RECEIVED
0

RANK
 of 21,045

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 170,244

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


Attempt to execute SCRIPT varargin as a function
when i run my function i get Attempt to execute SCRIPT varargin as a function: C:\Program Files\MATLAB\R2018a\toolbox\mat...

7 years ago | 2 answers | 0

2

answers

Question


cell to matrix with numerical and logical values
i have a cell array with numerical values and logical values and i want to transform it to a matrix with only numerical values. ...

7 years ago | 2 answers | 0

2

answers

Question


too many input arguments
Im using prctile() to find the 70th percentile of 1300 elements, but matlab returns error too many input arguments. How can i fi...

7 years ago | 1 answer | 0

1

answer

Question


how to delete rows in cell array
In my cell array, i have rows with random letters and numbers and rows where every element is 1.Those rows are randomly generate...

7 years ago | 2 answers | 0

2

answers

Question


how to randomly delete number
Hi, i create a 1x3 matrix by using : M=[0 0 0]; m=round((3-1)*rand(1)+1); M(m)=1; and i want to know how i can randoml...

7 years ago | 1 answer | 0

1

answer

Question


how to combine strings
<</matlabcentral/answers/uploaded_files/136551/Capture.PNG>> Hi I want to combine those strings into a single string and wit...

7 years ago | 1 answer | 0

1

answer

Question


different operations for same string
lets say i have a string (string=('aBcdEf')). how do i make something like that? output1= function on A to C (upper and lo...

7 years ago | 1 answer | 0

1

answer

Question


how to split strings equally with a rest
i want to split a string in equal parts like in this example:input='abcdefghijk' output='abc def ghi jk'

7 years ago | 1 answer | 0

1

answer