DARSHAN KUMAR BISWAS
Followers: 0 Following: 0
Statistik
RANG
35.588
of 295.486
REPUTATION
1
ANTWORTZUSTIMMUNG
62.5%
ERHALTENE STIMMEN
1
RANG
of 20.236
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 153.912
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 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Frage
How to know the slope and intercept of a straight line in a log log plot and how to connect the data in log log scale by a straight line?
for this two graph, I want to do a linear regression, and find out the slope and intercept of that straight line.
mehr als 2 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
How to take data from multiple variables and store them in one variable?
suppose, I have 3 variables containg some data but I want to store all the datas of the 3 separate variables in a single variabl...
mehr als 2 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
How to put together multiple number of images with graphs on top of them in a single vertical montage?
the images need to be read. It's a line plot. the line separates two regions in the image. like the image below there are mul...
mehr als 2 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
how to plot multiple graph on top of images together?
Suppose there are multiple numbers of images and I have to plot graph over each one of them and display all of them together. Ho...
mehr als 2 Jahre vor | 1 Antwort | 0
1
AntwortFrage
how can I plot a graph over an image in Matlab?
I want to plot the graph over the 1st image.
mehr als 2 Jahre vor | 3 Antworten | 0
3
AntwortenFrage
How to smoothen a plot?
a=imread('IMG_0.jpg'); b=imread('IMG_20.jpg'); c=a(:,:,3)-b(:,:,3); max(max(c)); min(min(c)); no_row=size(c,1); no_col=siz...
mehr als 2 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
how to reduce the size of a matrix?
Suppose I have 4 by 4 matrix or of any size and I want to make it a 2by2 matrix by taking the average of the sub matrixes.
mehr als 2 Jahre vor | 2 Antworten | 0
2
AntwortenHow to find the index of the first element which is greater than a particular value in a matrix for all the columns.
A = [29 33 35 25 33 32 12;3 37 10 22 19 30 9;12 33 19 23 41 11 12;18 2...
mehr als 2 Jahre vor | 0
Frage
How to find the index of the first element which is greater than a particular value in a matrix for all the columns.
Suppose I have a 300 by 300 matrix, containg the values from 0 to 200. For each column, I want to find the position of the first...
mehr als 2 Jahre vor | 5 Antworten | 1