photo

Mishaal Aleem


The MathWorks, Inc.

Active since 2017

Followers: 0   Following: 0

Message

Statistics

MATLAB Answers

0 Questions
6 Answers

RANK
3.711
of 300.392

REPUTATION
14

CONTRIBUTIONS
0 Questions
6 Answers

ANSWER ACCEPTANCE
0.00%

VOTES RECEIVED
1

RANK
 of 20.934

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168.373

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

  • Knowledgeable Level 2
  • First Answer

View badges

Feeds

View by

Answered
Problem with inserting a line in a surface plot through command
In your provided code, you set the set the 'LineStyle' to '-.', which is a Dash-dot line line that has gaps. Try changing the 'L...

ongeveer 8 jaar ago | 0

Answered
How to open a .adf file in Matlab?
Can you use arcgridread? According to the <https://www.mathworks.com/help/map/ref/arcgridread.html arcgridread documentation>, a...

meer dan 8 jaar ago | 1

| accepted

Answered
How to create a stacked bar graph based on select table data
Based on your description and the provided attachment, the code below should help you achieve this goal. I am assuming you r...

meer dan 8 jaar ago | 0

Answered
In 2016b is there a way to get categories on the x-axis of a bar chart?
In R2016b, you can use 'xticklabels'. Please see the <https://www.mathworks.com/help/releases/R2016b/matlab/ref/xticklabels.html...

meer dan 8 jaar ago | 0

| accepted

Answered
Add 2 trendlines to scatter plot
Similar to how you use the fit command to find the exponential fit, you can use it to find the linear fit by using 'poly1' as th...

meer dan 8 jaar ago | 0

| accepted

Answered
How do I fit a spline to my scatter plot, without showing the scatter points in my plot?
Programmatically, assuming x and y are the vectors of your scatter plot, you can try the following xx = min(x):0.001:max(x)...

meer dan 8 jaar ago | 0