NIRBAN CHAKRABORTY
Followers: 0 Following: 0
Statistik
7 Fragen
0 Antworten
RANG
87.265
of 295.467
REPUTATION
0
BEITRÄGE
7 Fragen
0 Antworten
ANTWORTZUSTIMMUNG
42.86%
ERHALTENE STIMMEN
0
RANG
of 20.234
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
Different variable multiplication for different columns in a MATRIX
Suppoose I have a (6*10) matrix name as A. Now i want to multiply the 1st 5 column with 2 and next 5 column with 3 of A matrix ...
mehr als 2 Jahre vor | 3 Antworten | 0
3
AntwortenFrage
Find out the minimum value from a column
Suppose I have a matrix of [3*10] now i want to find the minimum value from each column what will be the command for that?
fast 3 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How to find out the minimum value in a matrix between two columns in a row
suppose i have matrix a=[1 2 3 4 5 10;2 3 5 6 1 12;2 6 4 5 7 16;10 2 1 4 5 20;2 3 1 4 9 12] now i want to find out the miimum v...
fast 3 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Finding a position of minimum value element in a matrix
I have matrix of 10*73 with random variable Now i want to find out the minimum value in 13 to 20th column in each row if i wri...
fast 3 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Finding out the minimum value position of a matrix
I have a matrix (a=[1 2 3 4 5 10;2 3 5 6 1 12;2 6 4 5 7 16;10 2 1 4 5 20;2 3 1 4 9 12]) I want to find out the minimum value po...
fast 3 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
Finding a position of a element in a matrix
I have a matrix a=[1 2 3 4 5 10;2 3 5 6 1 12;2 6 4 5 7 16;10 2 1 4 5 20;2 3 1 4 9 12] I want to find out the minimum value post...
fast 3 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
How I able to replace a element in a particular position of matrix with a another value
I have B=ones(5,5) matrix now i want to change the 1st row 3rd column element value from 1 to 0. what is the command for doing...
fast 3 Jahre vor | 1 Antwort | 0