Community Profile

photo

Murat


Active since 2014

Followers: 0   Following: 0

Message

Statistics

  • First Review
  • Thankful Level 1

View badges

Feeds

View by

Question


Usage of ndgrid for multidimensional arrays
Hi I have following two matrices: A = rand(3,180); B = rand(500,1); I want to use them so that at the end, I have outp...

10 years ago | 1 answer | 0

1

answer

Answered
Utilizing Matlab for 2 "for loop" calculation
I found a way to do it. I spent most of the time to calculate bessel functions which are inside of my func1,func2 etc.My code ru...

10 years ago | 0

| accepted

Question


Utilizing Matlab for 2 "for loop" calculation
Hi I have two for loops, in which I am calculating my functions. I call many function inside of it and results of those funct...

10 years ago | 2 answers | 0

2

answers

Question


Inverting each Submatrix of a Matrix
Hi I have a matrix that is used to record submatrices, which are 2x2. [A B C] [D E F] [G H I] all are 2x2 and a...

10 years ago | 1 answer | 0

1

answer

Question


filling matrix instead of using for loops
Hi, I want to fill my Matrix in following way. I have 2 vectors that are used by my Matrix. Say VectorA = 1:10; ...

10 years ago | 1 answer | 0

1

answer