Community Profile

photo

Sandeep


Carnegie Mellon University

Active since 2012

Followers: 0   Following: 0

Message

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


Read .dat file in matlab
I have a .dat mesh file which looks something like this v 0 1 2 3 v 2 4 5 .. Any idea how I can read the file in mat...

11 years ago | 1 answer | 0

1

answer

Question


double integral when using syms
syms x y a w(1)=(x-5)*(y-5)*(x-2.5)*(y-2.5)*(4/625); w(2)=x*(x-5)*(y-2.5)*(y-5)*(-8/625); w(3)=x*(x-2.5)*(y-2.5)*(y-5)*...

11 years ago | 1 answer | 0

1

answer

Question


Subscript indices must be real positive error
I am trying to run a code(part of which is mentioned below) where h,u and x values have been defined separately in the rest of t...

11 years ago | 1 answer | 0

1

answer

Question


Output of a function as input of another function
Suppose, I have a function which gives me two matrices A and B as output and I want to use these 2 matrices as inputs for anothe...

11 years ago | 2 answers | 0

2

answers

Question


How do I store row swap information in a vector?
Suppose I have 2 matrices A and B.. A is an NxN matrix and B is an Nx1 matrix. Now, I want to swap certain rows in A and store t...

11 years ago | 1 answer | 0

1

answer