jaah navi
Followers: 0 Following: 0
Statistics
RANK
18 106
of 295 495
REPUTATION
2
CONTRIBUTIONS
323 Questions
10 Answers
ANSWER ACCEPTANCE
37.15%
VOTES RECEIVED
2
RANK
of 20 240
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153 991
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
Feeds
Could anyone please help me to solve the issue in the following command line.
Thanks for your help.
ungefär 3 år ago | 0
Question
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 ...
ungefär 3 år ago | 2 answers | 0
2
answersQuestion
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...
ungefär 3 år ago | 1 answer | 0
1
answerQuestion
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 ...
ungefär 3 år ago | 0 answers | 0
0
answersQuestion
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...
ungefär 3 år ago | 1 answer | 0
1
answerQuestion
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 ...
ungefär 3 år ago | 2 answers | 0
2
answersQuestion
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.
mer än 3 år ago | 1 answer | 0
1
answerQuestion
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...
mer än 3 år ago | 2 answers | 0
2
answersQuestion
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...
mer än 3 år ago | 1 answer | 0
1
answerQuestion
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...
mer än 3 år ago | 1 answer | 0
1
answerQuestion
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...
mer än 3 år ago | 3 answers | 0
3
answersQuestion
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.
mer än 3 år ago | 2 answers | 0
2
answersQuestion
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 ...
mer än 3 år ago | 0 answers | 0
0
answerscould 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...
mer än 3 år ago | 0
Question
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 ...
mer än 3 år ago | 2 answers | 0
2
answersQuestion
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...
mer än 3 år ago | 1 answer | 0
1
answerQuestion
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...
mer än 3 år ago | 1 answer | 0
1
answerQuestion
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...
mer än 3 år ago | 2 answers | 0
2
answersQuestion
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]...
mer än 3 år ago | 1 answer | 0
1
answerQuestion
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...
mer än 3 år ago | 1 answer | 0
1
answerQuestion
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...
mer än 3 år ago | 1 answer | 0
1
answerQuestion
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...
mer än 3 år ago | 1 answer | 0
1
answerQuestion
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((...
mer än 3 år ago | 2 answers | 0
2
answershow 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...
mer än 3 år ago | 0
Question
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 ...
mer än 3 år ago | 0 answers | 0
0
answersQuestion
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...
mer än 3 år ago | 1 answer | 0
1
answerQuestion
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...
mer än 3 år ago | 0 answers | 0
0
answersQuestion
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...
mer än 3 år ago | 1 answer | 0
1
answerQuestion
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...
mer än 3 år ago | 3 answers | 0
3
answersQuestion
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...
mer än 3 år ago | 3 answers | 0