photo

Elie Elias


自 2018 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

8 个提问
0 个回答

排名
75,687
of 300,829

声誉
0

贡献数
8 个提问
0 个回答

回答接受率
75.0%

收到投票数
0

排名
 of 21,088

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 171,210

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 3

查看徽章

Feeds

排序方式:

提问


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 前 | 2 个回答 | 0

2

个回答

提问


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 前 | 2 个回答 | 0

2

个回答

提问


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 前 | 1 个回答 | 0

1

个回答

提问


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 前 | 2 个回答 | 0

2

个回答

提问


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 前 | 1 个回答 | 0

1

个回答

提问


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 前 | 1 个回答 | 0

1

个回答

提问


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 前 | 1 个回答 | 0

1

个回答

提问


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 前 | 1 个回答 | 0

1

个回答