Hossam Elshahaby - MATLAB Central
photo

Hossam Elshahaby


Last seen: 7 months 前 自 2018 起处于活动状态

Followers: 0   Following: 0

消息

统计学

MATLAB AnswersFrom 06/18 to 04/25Use left and right arrows to move selectionFrom 06/18Use left and right arrows to move left selectionTo 04/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

4 个提问
2 个回答

排名
12,901
of 298,086

声誉
4

贡献数
4 个提问
2 个回答

回答接受率
25.0%

收到投票数
2

排名
 of 20,530

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 160,316

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • First Review
  • Thankful Level 1
  • First Answer

查看徽章

Feeds

排序方式:

已回答
Why does Matlab crash when selecting specific actxcontrols in guide?
Hello All, I had the same issue and I fixed it as follows: assuming Windows 10 x64 , Matlab x64 By default , when I add wind...

6 years 前 | 0

提问


Use RNN to detect key frames in a video
Hello Mr/Ms, I want to use RNN network to get sequence of frames and output another sequence of key frames. How can I ach...

6 years 前 | 1 个回答 | 0

1

个回答

提问


Combining CNN and RNN together to improve performance
Hello Mr/Ms, I got an error when I tried to combine CNN with RNN in the same network . I want to use CNN to extract feat...

6 years 前 | 0 个回答 | 0

0

个回答

提问


Helping with Matlab error Invalid training data. Predictors must be a cell array of sequences. The data dimension of all sequences must be the same.
Hello Mr/Ms, I have the following code to create a data set from 131 video each has 2000 images where each of them has size 4...

6 years 前 | 2 个回答 | 0

2

个回答

提问


How can I resolve Error in trainNetwork function saying Predictors must be a cell array of sequences ?
Hello All, I have a data set containing images where X (predictor) is 131 * 2000 * 40 * 2000 matrix and Y(response) is a 131*...

6 years 前 | 0 个回答 | 0

0

个回答

已回答
In try~catch, can I use multiple catch like JAVA?
Hi Kim, You can make nested try catch x = magic(2); try a = x+magic(3); catch ME try switch ME...

7 years 前 | 2