photo

Murat


Active since 2014

Followers: 0   Following: 0

Message

Statistics

MATLAB Answers

4 Questions
1 Answer

RANK
142,413
of 301,432

REPUTATION
0

CONTRIBUTIONS
4 Questions
1 Answer

ANSWER ACCEPTANCE
75.0%

VOTES RECEIVED
0

RANK
 of 21,280

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 174,555

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Discussions

AVERAGE NO. OF LIKES

  • 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...

11 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...

12 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...

12 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...

12 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; ...

12 years ago | 1 answer | 0

1

answer