photo

Rajesh


IISC

Last seen: mehr als ein Jahr vor Aktiv seit 2014

Followers: 0   Following: 0

Nachricht

Statistik

MATLAB Answers

9 Fragen
0 Antworten

RANG
231.778
of 300.780

REPUTATION
0

BEITRÄGE
9 Fragen
0 Antworten

ANTWORTZUSTIMMUNG
55.56%

ERHALTENE STIMMEN
0

RANG
 of 21.086

REPUTATION
N/A

DURCHSCHNITTLICHE BEWERTUNG
0.00

BEITRÄGE
0 Dateien

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANG

of 171.018

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

  • Thankful Level 2
  • Thankful Level 1

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


Adding elements to matrix
I have [1 2 3 4 5 6 7 8 9 10]. I want the new matrix [0 1 2 0 3 4 0 5 6 0 7 8 0 9 10 0] that is I need to add zero after each tw...

fast 2 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Vectorized summation for vectorized indices
Hi, I need to write a code for the following summation. Thanks in advance. Where k=1,2,3...... For example if one considers u...

mehr als 2 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


Changing elements of row after certain element of m*n matrix
Hi, I have a m*n matrix where some of rows are like these for exmaple x=[-1,-0.65,-0.45,0,0.3,0.8,1,0.4,0.2,-0.1; -1,-...

mehr als 3 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Changing elements of row after certain element
Hi, I have a m*n matrix where some of rows are like these for exmaple [-1,-0.65,-0.45,0,0.3,0.8,1,0.4,0.2,-0.1] Now I nee...

mehr als 3 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


Changing numbers in dataset
Hi, I have a dataset of size m*n. The dataset only contains integer numbers between 1 to 5. Now I want to change the number...

mehr als 3 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


Replacing some elements in the row with maximum value along the row
Hi, I want to replace some elements of each rows in a matrix with the maximum value along the rows. For example, ...

etwa 4 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


I have m*n matrix. I want keep only those rows whose atleast one element is greater than any specific value such as 1.
I have m*n matrix. I want keep only those rows whose atleast one element is greater than any specific value such as 1.

etwa 4 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Using all cores in parallel computing toolbox
I want to use all the core present in my pc. I have used matlabpool('open',core number) command at the starting of the program a...

mehr als 9 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


I have X(r) which has different value in different r. How can I integrate f(r)=(X(r)-constant)/constant w.r.t dr from 0 to infinity? I know at r =0, f(r)=1 and r=infinity f(r)=0. i.e integration will converge.
I have X(r) which has different value in different r. How can I integrate f(r)=(X(r)-constant)/constant w.r.t dr from 0 to infin...

mehr als 11 Jahre vor | 0 Antworten | 0

0

Antworten