photo

Salam Ismaeel


Ryerson University

Last seen: 3 years 前 自 2018 起处于活动状态

Followers: 0   Following: 0

消息

Salam Ismaeel has obtained his PhD degree from the School of Computer Science at Ryerson University, Toronto, Canada in 2020. Currently his is working as a Senior Data Scientist at Ontario Government, Canada. Ismaeel served in academic positions for more than 15 years at the University of Technology, University of Baghdad, Future University, Syrian Private University and Ryerson University. He was the dean of the Faculty of Computer and Informatics Engineering in SPY. He received the B.S. and M.S. in Computer and System Engineering form University of Technology, Iraq in 1995 and 1997 respectively. He received his 1st Ph.D. degree in Computer Engineering from Al-Nahrain University in 2003. His research interests span various topics in the areas of Cloud Computing, Energy-Aware Computing, Big Data modelling and analysis. He is an IEEE member; reviewer in Applied Soft Computing Journal; and member in IEEE International Humanitarian Technology committee.

统计学

All
MATLAB Answers

0 个提问
6 个回答

Cody

0 个问题
45 个答案

排名
1,642
of 299,905

声誉
42

贡献数
0 个提问
6 个回答

回答接受率
0.00%

收到投票数
20

排名
 of 20,832

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名
10,588
of 166,501

贡献数
0 个问题
45 个答案

评分
560

徽章数量
3

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Explorer
  • Introduction to MATLAB Master
  • Community Group Solver
  • Solver
  • 3 Month Streak
  • First Answer

查看徽章

Feeds

排序方式:

已回答
How do I count the number of zeros in a matrix?
% for a vector sum(A == 0) % for a 2D matrix sum(sum(A == 0)

5 years 前 | 0

已回答
How can i correctly write an if "yes or no" statement?
Just for genral use, not necessary for this case only. I create this function: %*********************************************...

6 years 前 | 1

已回答
How to stop further execution of M-script by using command?
Just use: return anywhere in your code.

6 years 前 | 10

已回答
mink and maxk functions
% function [B BIndex RestVector]= maxk2(A, k) % Find k largest elements in a Vector A % B : Vector with all max elements...

7 years 前 | 0

已回答
Find n minimum values in an array?
use: mink() command for R2018a https://www.mathworks.com/help/matlab/ref/mink.html

7 years 前 | 9