photo

Shady Elsayed


Last seen: 5 years 前 自 2020 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

5 个提问
0 个回答

排名
22,136
of 299,759

声誉
2

贡献数
5 个提问
0 个回答

回答接受率
40.0%

收到投票数
2

排名
 of 20,794

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 165,756

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 2
  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


Counting the number of occurences for specific values in an array
I have an array that reads [ 1 2 3 4 5 5 4 3 2 1 ] and I want to count the number of occurences of each element so that it give...

5 years 前 | 1 个回答 | 0

1

个回答

提问


Comparing correspodning elements from two different matrices with different dimensions
I have these two tables and I'm trying to look up the price of each ID from table A to add it to table B in order to calculate t...

5 years 前 | 0 个回答 | 0

0

个回答

提问


Asking for filename of excel sheet then using xlsread to display
I'm trying to write a code in which the user is asked to input a filename then use xlsread to display it in the command now Ive...

5 years 前 | 2 个回答 | 0

2

个回答

提问


Error in XLS Read
Im am prompted to enter an excel sheet filename then use xlsread to display it on the matlab I have tried using F=input('Enter...

5 years 前 | 1 个回答 | 0

1

个回答

提问


Adding elements to a 2D array
Suppose matrix A=[ 1,2 ; 3,4 ; 5,6] Matrix B=[ 7 , 8 ] whever I use C=[A,B] I receive this error message Error using ==> horz...

5 years 前 | 1 个回答 | 2

1

个回答