photo

priyanka


Last seen: etwa 4 Jahre vor Aktiv seit 2014

Followers: 0   Following: 0

Nachricht

Professional Interests: Wireless sensor networks

Statistik

MATLAB Answers

21 Fragen
3 Antworten

RANG
14.547
of 300.759

REPUTATION
3

BEITRÄGE
21 Fragen
3 Antworten

ANTWORTZUSTIMMUNG
42.86%

ERHALTENE STIMMEN
3

RANG
 of 21.081

REPUTATION
N/A

DURCHSCHNITTLICHE BEWERTUNG
0.00

BEITRÄGE
0 Dateien

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANG

of 170.900

BEITRÄGE
0 Probleme
0 Lösungen

PUNKTESTAND
0

ANZAHL DER ABZEICHEN
0

BEITRÄGE
0 Beiträge

BEITRÄGE
0 Öffentlich Kanäle

DURCHSCHNITTLICHE BEWERTUNG

BEITRÄGE
0 Discussions

DURCHSCHNITTLICHE ANZAHL DER LIKES

  • Explorer
  • Thankful Level 3

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


How to train and test linear regression model.
I have an excel file with 10 column and need to use 3 column train a linear regression model and then to test it. how to train a...

etwa 4 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Cell contents reference from a non-cell array object.
clear all; clc; %For ceating nodes(Sensor node) num1 = input('Enter the no of nodes you want to consider in your WSN'...

fast 10 Jahre vor | 3 Antworten | 0

3

Antworten

Frage


How to copy data of one text file to another text file in matlab.
I need to copy data (string, space and special characters are included) of one text (.txt) file into another text (.txt) file.

mehr als 10 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


how to plot multiple lines in a graph for same axis.
how to plot multiple lines in a graph with same x axis and y axis. How the range (starting,ending points and a constant differen...

fast 11 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


How to generate an prime random number??
How to generate an random number which should be a prime number and the primitive roots of a number.

fast 11 Jahre vor | 3 Antworten | 0

3

Antworten

Frage


How to delete n element from structure
How an element can be deleted from a structure. Structure is having only one field.

fast 11 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


How to store a data of a structure into a text file.
I have created a structure in which 4 variables are defined. How to store the values of structure into a text file.

fast 11 Jahre vor | 2 Antworten | 1

2

Antworten

Frage


How to create Array in structure??
I have to create a structure which contain two array variables.

etwa 11 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Draw a line between nodes which are conected.
num1 = input('Enter the no of nodes you want to consider in your WSN'); radius = 30; i=num1; Adj = zeros(i...

etwa 11 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


how to create an array for each element of array
I have to create an array for each element of array. In 1st loop I have to create a array variable in 2nd loop values are stored...

etwa 11 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


How to find minimum element from an array.
function to find Minimum element of an element. Ex: There is an array ArrCost , having elements 132 784 94 35 567. I have to fin...

etwa 11 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How a program can call to itself without using function.
I have to execute a program which is calling itself if an particular condition satisfies, without making that program as functio...

etwa 11 Jahre vor | 2 Antworten | 0

2

Antworten

Beantwortet
Cell contents reference from a non-cell array object.
Thank you.

etwa 11 Jahre vor | 0

Beantwortet
Addtion of two matrix.
Thank you.

etwa 11 Jahre vor | 0

Frage


Addtion of two matrix.
I am taking inputs from user to enter row n column and adding two matrix. But the output i am getting is of different dimension....

etwa 11 Jahre vor | 2 Antworten | 1

2

Antworten

Frage


code for assign the weight in a graph
Using adjacency matrix a graph is created, now i want to assign the weight on the edges of graph. Could anybody tell me the code...

mehr als 11 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Getting Error not enough input argument while ruuning the below code.
function [T, cost] = MinimumSpanningTree (CostMatrix); % The function takes CostMatrix as input and returns the minimum spann...

mehr als 11 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


Code for find the MST using Kruskal or Prims algorithm.
code to find the Minimum spanning tree using kruskal or prims algorithm.

mehr als 11 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Code for calculate the correlation coefficient between adjacent pixels.
How to calculate the correlation coefficient between adjacent pixels. Between Horizontal pixels, Between Vertical Pixels and D...

mehr als 11 Jahre vor | 0 Antworten | 1

0

Antworten

Frage


code for shuffle the image pixel using Arnold cat map?
Arnold cat map A=[1 a; b a*b+1]; [x(n+1), y(n+1)]'=(A *[x(n), y(n)]') mod N, N is size of image and n is nth row ,nth column...

mehr als 11 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


Code for generating key using logistic equation for k no of times?
I want code for key genetation using logistic equation: value of n= 1 to 256 X(n+1)= r*X(n)*(1-X(n)); (% logistic eq) value...

mehr als 11 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


code for summation(i= 1 to m) sum(j=1 to n) R(i,j).
for loop(i=1 to m) for loop (j=1 to n) initially v1 is zero R(i,j) (representing first pixel value of...

mehr als 11 Jahre vor | 1 Antwort | 0

1

Antwort

Beantwortet
RGB images are 3-D(i.e 3 , 2-D array for R,G,B ), can we extract these array seperatly?
When i am using imtool() function and checking the pixel information,pixel value is not matched with the pixel value which is o...

mehr als 11 Jahre vor | 0

Frage


RGB images are 3-D(i.e 3 , 2-D array for R,G,B ), can we extract these array seperatly?
I want to convert the 3-D image array into 1-D array, so if i got R,G & B array seperatly then these can be converted into 2-D a...

mehr als 11 Jahre vor | 3 Antworten | 0

3

Antworten