jaah navi
Followers: 0 Following: 0
Statistica
RANK
18.106
of 295.448
REPUTAZIONE
2
CONTRIBUTI
323 Domande
10 Risposte
ACCETTAZIONE DELLE RISPOSTE
37.15%
VOTI RICEVUTI
2
RANK
of 153.872
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
Could anyone please help me to solve the issue in the following command line.
Thanks for your help.
circa 3 anni fa | 0
Domanda
Could anyone please help me to solve the issue in the following command line.
When I run the following command line randi(10,5,2) I am getting the following result ans = 7 4 3 5 ...
circa 3 anni fa | 2 risposte | 0
2
risposteDomanda
could anyone help me how to randomly pair two numbers in each pair.
A=[1:12] now I want to pair two numbers randomly in each pair as [ 1 3] [ 2 6] [7 9] ..... Could anyobe please help me on this...
circa 3 anni fa | 1 risposta | 0
1
rispostaDomanda
Could anyone help me how to execute array of larger size.
I want to execute the following line A=partitions(100) When i execute the code I am getting the following error Error using ...
circa 3 anni fa | 0 risposte | 0
0
risposteDomanda
Could anyone help me how to get the result as desired in the following code.
A=1:20; while ~isempty(A) B=reshape(A,[],2); B(:,end)=B(end:-1:1,end); for k=1:size(B,1) C=B(k,:) A=[]; end end The cod...
circa 3 anni fa | 1 risposta | 0
1
rispostaDomanda
could anyone help me how to pair the numbers in the desired manner as shown below
A=1:16 R = reshape(A,4,[]) After executing the above command results in R = 1 5 9 13 2 6 10 ...
circa 3 anni fa | 2 risposte | 0
2
risposteDomanda
Could anyone help me how to generate the following legend.
I want to have the legend as * A o B ^ C > D - E -- F Could anyone please help me on this.
oltre 3 anni fa | 1 risposta | 0
1
rispostaDomanda
Could anyone help me how to have the legend as in the desired manner for two y axis.
Could anyone help me how to write the legend with two y axis as in the desired format. I have generated the line graph with two...
oltre 3 anni fa | 2 risposte | 0
2
risposteDomanda
Could anyone help me how to find the number of input layer nodes and output layer nodes for the code mentioned as below.
Could anyone help me how to find the number of input layer nodes and output layer nodes for the code mentioned as below. numFea...
oltre 3 anni fa | 1 risposta | 0
1
rispostaDomanda
Could anyone help me how to calculate the mean of cell array
I am having A=10x1 cell in which each rows are as follows [1,2] [1,2] [1,2] [1,2] [1,2] [1,2] [1,1] [1,2] [1,2] [1...
oltre 3 anni fa | 1 risposta | 0
1
rispostaDomanda
Could anyone help me how to generate the matrix in the following manner as described below
I want to generate a matrix of size (1500x1) in which first 100 rows should be having the value of 1, next 200 rows should b...
oltre 3 anni fa | 3 risposte | 0
3
risposteDomanda
Could anyone help me how to save the bar graph in png format.
how to save the bar graph generated using applyhatch(gcf,'|-+.\/') in png while the command executes.
oltre 3 anni fa | 2 risposte | 0
2
risposteDomanda
could anyone help me how to write applyhatch (gcf,'|-+.\/') to save in png
i have generated bar graph using colours. As I need to use patterns i used applyhatch(gcf,'|-+.\/') to generate pattern. But ...
oltre 3 anni fa | 0 risposte | 0
0
rispostecould anyone help me how to compute the mean square error between two cell.
Anyhow i managed to get the partial output as required using the following commands for my data.mat as attached. C=cellfun(@min...
oltre 3 anni fa | 0
Domanda
Could anyone help me how to find the difference between the two columns in 10x2 double
How to find the difference between the first column and second column in A{1,1} present in the following manner. 0 1 0 -1 ...
oltre 3 anni fa | 2 risposte | 0
2
risposteDomanda
how to find the difference between first column and second column in a cell array
I am a having cell C=5x1 cell which contains 10x2 double 10x2 double 10x2 double 10x2 double 10x2 double I need to fin...
oltre 3 anni fa | 1 risposta | 0
1
rispostaDomanda
could anyone help me how to find the difference between two cell arrays
I am having two cell arrays A and B A= 5x1 cell B= 5x1 cell here A is 10x2 double 10x2 double 10x2 double 10x2 double...
oltre 3 anni fa | 1 risposta | 0
1
rispostaDomanda
could anyone help me how to compute the mean square error between two cell.
I am having two cell A and B in the attached data.mat. I want to compute the mean square error between A and B in data.mat. Co...
oltre 3 anni fa | 2 risposte | 0
2
risposteDomanda
could anyone help me how to convert double to cell in an array
I am having a cell array A in the folllowing manner where A=3x1 cell 2x3 double - [1,1,1 - 1st row 1,2,2]...
oltre 3 anni fa | 1 risposta | 0
1
rispostaDomanda
could anyone help me how to solve the error in the following code
I am having cell array B=10x1 cell which contains 10x4 double 10x4 double 10x4 double 10x4 double 10x4 double 10x4 dou...
oltre 3 anni fa | 1 risposta | 0
1
rispostaDomanda
Could anyone please help me how to split a single matrix into two separate matrix with odd number of rows and even number of rows
I am having a matrix A= 20x20 double From A, I want to split it into two matrices B =20x10 double and C=20x10 double In spe...
oltre 3 anni fa | 1 risposta | 0
1
rispostaDomanda
could anyone help me how to change the letter x that appears everywhere in the code to letter y in a single step.
For example I having a code XTest13=XTotal(25701:26000) XTest14=XTotal(27701:28000) XTest15=XTotal(29701:30000) XTest16=XTot...
oltre 3 anni fa | 1 risposta | 0
1
rispostaDomanda
Could anyone help me how to solve the issue in the code as attached
The following code executes and display the result with 1x1 double, 1x2 double and 1x3 double. A= arrayfun( @my_rand, repelem((...
oltre 3 anni fa | 2 risposte | 0
2
rispostehow to generate cell array based on the size of it.
The following code executes as per required. A = arrayfun( @my_rand, repelem((1:24).',500), 'UniformOutput', false); function...
oltre 3 anni fa | 0
Domanda
Could anyone help me how to subtract and divide each value of a matrix.
I am having three matrices A, B and C. A =[0.1798 0.3884 0.0367 0.1155 0.2763 0.6323 0.0515 0.2470 ...
oltre 3 anni fa | 0 risposte | 0
0
risposteDomanda
Could anyone help me how to find the correlation between the time series data
could anyone help me how to find the correlation between time series data generated using the following command ts3 = timeserie...
oltre 3 anni fa | 1 risposta | 0
1
rispostaDomanda
could anyone help me how to generate the time series data of 4 users that are randomly generated within the cell.
In my code, I am using 4 users that are randomly generated. Once the users are generated each user has single channel gain value...
oltre 3 anni fa | 0 risposte | 0
0
risposteDomanda
how to generate the graph with different colors for the following code.
[hAX,hLine1,hLine2] = plotyy(x, [y1; y5], x, [y2; y6], @(X,Y)semilogy(X,Y,'k'), @(X,Y)plot(X,Y,'k'); set(hLine1(1),'LineStyle...
oltre 3 anni fa | 1 risposta | 0
1
rispostaDomanda
could anyone help me how to generate some of the similar values using rng
If i execute the code some both x and y remains same s = rng x = rand(1,5) rng(s) y=rand(1,5) But i want three values to be...
oltre 3 anni fa | 3 risposte | 0
3
risposteDomanda
could anyone help me how to generate two different random numbers of same value.
I am having two matrices A and B generated randomly with different values A=rand(4,3) B=rand(4,3) Now I want to know is there...
oltre 3 anni fa | 3 risposte | 0