photo

Dr. Murtaza Ali Khan


Ph.D., Keio University, Japan

Active since 2009

Followers: 2   Following: 0

Message

Dr. Murtaza Ali Khan has a strong academic background and is a highly competent researcher in the area of Computer Science (AI, Graphics, Design, Image/Video Processing). Dr. Khan has a solid educational foundation as well as a wealth of experience in teaching and doing research. He has contributed significantly to the area through his knowledge, initiative, and leadership. Dr. Khan obtained a Ph.D. in Engineering from Keio University, Japan in 2008, an M.S. in Computer Science from King Fahd University of Petroleum and Minerals (KFUPM) in 2001, and a B.E., in Electrical Engineering from N.E.D University of Engineering and Technology, Pakistan in 1995. At present, Dr. Khan is an Associate Professor in the Faculty of Computing and Information Technology at Sohar University, Oman. At Sohar University, he continues to inspire and mentor the next generation of computer scientists.

Statistics

All
MATLAB Answers

0 Questions
7 Answers

File Exchange

20 Files

RANK
2 971
of 300 338

REPUTATION
20

CONTRIBUTIONS
0 Questions
7 Answers

ANSWER ACCEPTANCE
0.00%

VOTES RECEIVED
10

RANK
115 of 20 926

REPUTATION
9 958

AVERAGE RATING
4.00

CONTRIBUTIONS
20 Files

DOWNLOADS
32

ALL TIME DOWNLOADS
97598

RANK

of 168 149

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

  • Personal Best Downloads Level 3
  • First Review
  • 5-Star Galaxy Level 5
  • First Submission
  • First Answer
  • Revival Level 1

View badges

Feeds

View by

Answered
MATRIX COFACTOR
A = [ 2 4 1 4 3 7 2 1 3 ] detA = det(A) invA = inv(A) cofactorA = transpose(detA*invA)

ungefär 6 år ago | 3

Answered
How can i resize image stored in imageDatastore
% % Resize images in data store using custom reader function clc, close all, clear all % % Read datastore already provided i...

ungefär 6 år ago | 3

Answered
color individual bar with different colors in bar plot
mydata=rand(1,10) color= ['r','g','b','k']; figure, hold on % % if data is more than colors then colors will be repeated m...

mer än 6 år ago | 0

Answered
How to change the color of individual bars in a bar chart?
mydata=rand(1,10) color= ['r','g','b','k']; figure, hold on % % if data is more than colors then colors will be repeated m...

mer än 6 år ago | 3

Answered
Bar plot with bars in different colors
mydata=rand(1,10) color= ['r','g','b','k']; figure, hold on % % if data is more than colors then colors will be repeated m =...

mer än 6 år ago | 1

Answered
Error using vision.internal.Kdtree/index Invalid input class.
I got the same error when my features matrix was of size M-by-1 in the custom feature extractor function. I changed it to size 1...

nästan 7 år ago | 0

Answered
how to display multiple images and view them one after another in one axes
The attached code may help someone with the same need. It navigates though sequence of loaded images via Next and Previous push ...

mer än 7 år ago | 0