Brave A
Followers: 0 Following: 0
Statistica
RANK
135.947
of 295.467
REPUTAZIONE
0
CONTRIBUTI
34 Domande
1 Risposta
ACCETTAZIONE DELLE RISPOSTE
70.59%
VOTI RICEVUTI
0
RANK
of 153.912
CONTRIBUTI
0 Problemi
0 Soluzioni
PUNTEGGIO
0
NUMERO DI BADGE
0
CONTRIBUTI
0 Post
CONTRIBUTI
0 Pubblico Canali
VALUTAZIONE MEDIA
CONTRIBUTI
0 Punti principali
NUMERO MEDIO DI LIKE
Feeds
Domanda
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...
quasi 2 anni fa | 2 risposte | 0
2
risposteDomanda
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...
quasi 2 anni fa | 1 risposta | 0
1
rispostaDomanda
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. ...
quasi 2 anni fa | 2 risposte | 0
2
risposteDomanda
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...
quasi 2 anni fa | 1 risposta | 0
1
rispostaDomanda
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...
circa 2 anni fa | 1 risposta | 0
1
rispostaDomanda
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...
circa 2 anni fa | 2 risposte | 0
2
risposteDomanda
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 ...
circa 2 anni fa | 1 risposta | 0
1
rispostaDomanda
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...
circa 2 anni fa | 1 risposta | 0
1
rispostaDomanda
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....
oltre 2 anni fa | 1 risposta | 0
1
rispostaDomanda
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...
oltre 2 anni fa | 2 risposte | 0
2
risposteDomanda
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...
oltre 2 anni fa | 1 risposta | 0
1
rispostaDomanda
Show Statistics in a Special Figure
Hi, How to implement/produce a figure like this? I need the code. Thanks in advance!
oltre 2 anni fa | 2 risposte | 0
2
risposteDomanda
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', ... ...
oltre 2 anni fa | 1 risposta | 0
1
rispostaDomanda
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...
oltre 3 anni fa | 1 risposta | 0
1
rispostaDomanda
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...
oltre 3 anni fa | 1 risposta | 0
1
rispostaDomanda
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...
oltre 3 anni fa | 1 risposta | 0
1
rispostaDomanda
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 ...
oltre 3 anni fa | 1 risposta | 0
1
rispostaDomanda
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...
oltre 3 anni fa | 1 risposta | 0
1
rispostaDomanda
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...
oltre 3 anni fa | 2 risposte | 0
2
risposteDomanda
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.
oltre 3 anni fa | 1 risposta | 0
1
rispostaDomanda
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...
quasi 4 anni fa | 1 risposta | 0
1
rispostaDomanda
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 ...
circa 4 anni fa | 1 risposta | 0
1
rispostaDomanda
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...
quasi 5 anni fa | 1 risposta | 0
1
rispostaDomanda
Circulate Matrix to perform eigenvectors
function [A] = circ (x) % function [A] = circ(x) % if nargin ~= 1; error("Only one input argument !"); return; end is...
circa 5 anni fa | 0 risposte | 0
0
risposteDomanda
Markov processing and Eigenvectors
Hello I am trying to compute the eigenvectors and eigenvalues of the transition matrix . And plot the limiting distribution ...
circa 5 anni fa | 1 risposta | 0
1
rispostaDomanda
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...
circa 5 anni fa | 0 risposte | 0
0
risposteDomanda
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...
circa 5 anni fa | 2 risposte | 0
2
risposteDomanda
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...
circa 5 anni fa | 1 risposta | 0
1
rispostaDomanda
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...
oltre 5 anni fa | 0 risposte | 0