photo

Rahul Marwaha


Last seen: 3 years ago Active since 2020

Followers: 0   Following: 0

Statistics

MATLAB Answers

7 Questions
0 Answers

RANK
179,859
of 300,343

REPUTATION
0

CONTRIBUTIONS
7 Questions
0 Answers

ANSWER ACCEPTANCE
71.43%

VOTES RECEIVED
0

RANK
 of 20,926

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168,172

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

  • Thankful Level 3
  • Thankful Level 2

View badges

Feeds

View by

Question


Matrix Multiplication from Seperation?
Hi i'm trying to multiply a 3x27 matrix with a 3x9 matrix. These dimensions dont agree so the intent is it to split the 3x27 mat...

3 years ago | 0 answers | 0

0

answers

Question


Matrix Reshaping 9x9 to 3x27
Hi I'm struggling with converting a computed 9 x 9 matrix into the form of a 3x27 matrix. An exmaple of the 9x9 is given below: ...

3 years ago | 2 answers | 0

2

answers

Question


3D Matrix Multiplication
Hi I have created two large matrices of which I have reshaped to create the following: A = 3x1x4 double B = 3x3x4 double C ...

4 years ago | 2 answers | 0

2

answers

Question


Matrix Multiplication & Splitting
Hi I'm trying to extract given values from a large matrix and mulitply it by other known matrices e.g. A = [1 2 3: 4 5 6: 7 8 9...

4 years ago | 3 answers | 0

3

answers

Question


Cell to matrix under new variable
Hi, I was wanting to convert individual cells to a matrix. For example; A = 1x? cell % Each cell icontains just numerical value...

4 years ago | 1 answer | 0

1

answer

Question


How to extract value from matrix and add a constant repeatedly?
I'm trying to get my script to extract values from an array and add to a know constant and form a new array. x = 2 % Constant ...

5 years ago | 1 answer | 0

1

answer

Question


How to use a Loop to repeat two equations using the previous answers as the new variables.
I want the script to find the pressure values (p1,2,3,4, etc ...) until the values reaches 400000. The script should take the ca...

5 years ago | 1 answer | 0

1

answer