photo

Shaarif Zia

MathWorks

Active since 2014

Followers: 0   Following: 0

Message

I am a Software Engineer by profession.

In my spare time I love to hike, try out new adventure sports, travel to new places and cook.
Professional Interests: Software Backend Development, Big Data

Statistics

MATLAB Answers

0 Questions
4 Answers

RANK
10,386
of 300,331

REPUTATION
4

CONTRIBUTIONS
0 Questions
4 Answers

ANSWER ACCEPTANCE
0.00%

VOTES RECEIVED
2

RANK
 of 20,920

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168,124

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

  • Revival Level 1
  • First Answer

View badges

Feeds

View by

Answered
Interactive plot: updateSystem not recognised
I reproduced the issue on MATLAB 2013a. It seems like a bug. However, I executed the same piece of code in MATLAB 2014a and it w...

11 years ago | 0

Answered
Can anyone plz help regarding svmtrain in matlab?
A grouping variable must have the same number of observations (rows) as the table, data set array, or numeric array you are grou...

11 years ago | 0

Answered
How to run libsvm on matlab?
Here are the steps to run libsvm on MATLAB: # Download it from <http://www.csie.ntu.edu.tw/~cjlin/libsvm/#download here> # A...

11 years ago | 2

Answered
how to plot the shadow in a 3D plot (plot3)
You can simply plot the shadow points using plot3 and making one of the axes as zeroes. For example: plot3(A,B,...

11 years ago | 0