Community Profile

photo

jaah navi


Last seen: quasi 2 anni fa Attivo dal 2017

Statistiche

  • Thankful Level 5

Visualizza badge

Content Feed

Visto da

Risposto
Could anyone please help me to solve the issue in the following command line.
Thanks for your help.

oltre 2 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 ...

oltre 2 anni fa | 2 risposte | 0

2

risposte

Domanda


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...

oltre 2 anni fa | 1 risposta | 0

1

risposta

Domanda


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 ...

oltre 2 anni fa | 0 risposte | 0

0

risposte

Domanda


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...

oltre 2 anni fa | 1 risposta | 0

1

risposta

Domanda


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 ...

oltre 2 anni fa | 2 risposte | 0

2

risposte

Domanda


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 2 anni fa | 1 risposta | 0

1

risposta

Domanda


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 2 anni fa | 2 risposte | 0

2

risposte

Domanda


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 2 anni fa | 1 risposta | 0

1

risposta

Domanda


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 2 anni fa | 1 risposta | 0

1

risposta

Domanda


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 2 anni fa | 3 risposte | 0

3

risposte

Domanda


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 2 anni fa | 2 risposte | 0

2

risposte

Domanda


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 2 anni fa | 0 risposte | 0

0

risposte

Risposto
could 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 2 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 2 anni fa | 2 risposte | 0

2

risposte

Domanda


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 2 anni fa | 1 risposta | 0

1

risposta

Domanda


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 2 anni fa | 1 risposta | 0

1

risposta

Domanda


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 2 anni fa | 2 risposte | 0

2

risposte

Domanda


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 2 anni fa | 1 risposta | 0

1

risposta

Domanda


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 2 anni fa | 1 risposta | 0

1

risposta

Domanda


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 2 anni fa | 1 risposta | 0

1

risposta

Domanda


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 2 anni fa | 1 risposta | 0

1

risposta

Domanda


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 2 anni fa | 2 risposte | 0

2

risposte

Risposto
how 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 2 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 2 anni fa | 0 risposte | 0

0

risposte

Domanda


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 2 anni fa | 0 risposte | 0

0

risposte

Domanda


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 2 anni fa | 0 risposte | 0

0

risposte

Domanda


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 2 anni fa | 1 risposta | 0

1

risposta

Domanda


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 2 anni fa | 3 risposte | 0

3

risposte

Domanda


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 2 anni fa | 3 risposte | 0

3

risposte

Carica altro