Community Profile

photo

Brave A


Last seen: 6 months ago Active since 2019

Statistics

  • Thankful Level 4

View badges

Content Feed

View by

Question


How to display specific values in xticks?
H there, I have this code and I need to show those values in x axss: xticks([0,1000,2000,3000]); but it's not working. cl...

1 year ago | 2 answers | 0

2

answers

Question


Plot different data in one figure
Hi there, I have this code where I have 3 datasets needs to be plot. I need to get one line for each data but it shows parall...

1 year ago | 1 answer | 0

1

answer

Question


take the length of each row
Hi I have this file whih has values and 30 rows. I need to take the average of the length of each row for the attached file. ...

1 year ago | 2 answers | 0

2

answers

Question


Curves disappear after plotting figures
Hi there, I have this code to generate a figure. It's good but when I took the figures as .eps into Overleaf , the curve disape...

1 year ago | 1 answer | 0

1

answer

Question


Plot the last value from each cell from excel file
Hi there, This is a following question for here: https://www.mathworks.com/matlabcentral/answers/1802250-extract-the-last-v...

1 year ago | 1 answer | 0

1

answer

Question


extract the last value from each cell in array?
Hi there, I have 20000 data(in attachment) and data is in groups of 20. so I need the last value from each group. For example...

1 year ago | 2 answers | 0

2

answers

Question


Import and reshape the data
I have 20000 data(in attachment) and data is in groups of 10 -- the data starts at 0 and returns to 0 each 10 entries. I needs ...

1 year ago | 1 answer | 0

1

answer

Question


Improve the design of figures
Hi There, I have this code which genertaes multiple curves. But I need to improve the whole figure to looks like this figure in...

1 year ago | 1 answer | 0

1

answer

Question


Getting Different plot values
Hi, I have this kind of data which is the position of each users (attached) but the problem when I plot them it's getting miss....

1 year ago | 1 answer | 0

1

answer

Question


Take average of 1000 to be 100 values
I have some data 1000 value way too big for what I want to see when I plot them. I want to be able to average them into 100 val...

1 year ago | 2 answers | 0

2

answers

Question


issues with plots with multiple information
I need to plot those information but it's show me "Error using plot Vectors must be the same length." All the information prov...

1 year ago | 1 answer | 0

1

answer

Question


Show Statistics in a Special Figure
Hi, How to implement/produce a figure like this? I need the code. Thanks in advance!

1 year ago | 2 answers | 0

2

answers

Question


ADD LATeX legends and labels in MATLAB figures
I tried to add represent LateX sympol in Legen of figures. legend({'Mean Energy Consumption', 'Mean of $u_{i}$ Value', ... ...

2 years ago | 1 answer | 0

1

answer

Question


Change from random Distribution to Normal/Poisson Distribution
Hello there , I have this code which distrbuted values of C and f_i as randome distrbutuons. I need to change this distrbu...

2 years ago | 1 answer | 0

1

answer

Question


MATLAB Figure and LATEX
Hi, I produced some figures using MATLAB but when I add them into (Latex documnet) , it looks very small. I tried to increas...

3 years ago | 1 answer | 0

1

answer

Question


Latex text in Y-Axis
Hi, I am trying to add text and D_i to y-axis, but it gives error. Could you please help? xlabelname = sprintf('Number of Sa...

3 years ago | 1 answer | 0

1

answer

Question


Merge two figures into one
Hi, I have two figures thier lines similar to each other, I want them in one figure. what is the good ways to represent them ...

3 years ago | 1 answer | 0

1

answer

Question


How to get Subplot without losing data
Hi, I am trying to plot 3 subbplot, but the problem is the sublplot delete some parts from figures like legend and some detai...

3 years ago | 1 answer | 0

1

answer

Question


Show numbers with Grouped Bars
I have this code and I want to improve it to make clear. Firstly, I want to show the numbers above each bar. Then show the n...

3 years ago | 1 answer | 0

1

answer

Question


Add Specific Numbers to x-axis
Hello I would like to add/show specific numbers in x-axis.Like numbers I showed here 52 and last number 142.

3 years ago | 1 answer | 0

1

answer

Question


Plot associate two numbers
Hi there, I am trying to plot those numbers below but i need to associate them. For example I want the line coming from 0.04 an...

3 years ago | 1 answer | 0

1

answer

Question


How to plot data contains only ones?
Hi How to plot data contains only ones? I have txt file contains 1 1 1 1 1 1 only ones. and I want to represent it like ...

3 years ago | 1 answer | 0

1

answer

Question


bar figure with stacked
y = [11 4 3;8 7 2;11 2 3;7 4 5; 12 2 2;10 3 3; 10 3 1; 7 5 2;11 1 1;4 5 3;7 3 1]; x = categorical({'Python','Java',' C++','Matl...

4 years ago | 1 answer | 0

1

answer

Question


Circulate Matrix to perform eigenvectors
function [A] = circ (x) % function [A] = circ(x) % if nargin ~= 1; error("Only one input argument !"); return; end is...

4 years ago | 0 answers | 0

0

answers

Question


Markov processing and Eigenvectors
Hello I am trying to compute the eigenvectors and eigenvalues of the transition matrix . And plot the limiting distribution ...

4 years ago | 1 answer | 0

1

answer

Question


probability of Markov process
I have this tansition matrix which is a propability of Markov processpropability of Markov process P= [ .4 .0 .0 .1 .0 .7 .3...

4 years ago | 0 answers | 0

0

answers

Answered
Markov processing and Eigenvectors
Any thoughts?

4 years ago | 0

Question


Joint Histogram 2 D
I am doing this Write a MATLAB function which computes the 2D joint histogram, GXY , of a pair of images, X and Y, of equal si...

4 years ago | 2 answers | 0

2

answers

Question


Difference and probability in plot
Hello I tried to plot this but it's show me "Vectors must be the same length. Error in (line 17) plot(difference,probability...

4 years ago | 1 answer | 0

1

answer

Question


ANOVA for a randomised experimental block design
Hi I have this table "in attachment " and I want to implement 1- ANOVA of a completely randomised design. 2- ANOVA of a rand...

5 years ago | 0 answers | 0

0

answers

Load more