Community Profile

photo

James


Naval Surface Warfare Ctr

Last seen: 9일 전 2012년부터 활동

Followers: 1   Following: 0

연락

I was born. I'm currently living. Someday, I'll die.

통계

All
  • MATLAB Central Treasure Hunt Finisher
  • Treasure Hunt Participant
  • Thankful Level 3
  • First Answer
  • Leader
  • Likeable
  • First Review
  • Community Group Solver
  • Introduction to MATLAB Master
  • Computational Geometry IV Master
  • Indexing V Master
  • Project Euler I

배지 보기

Feeds

보기 기준

질문


Operations on variables with specific naming patterns
I am reading in a large number of text files. The files contain numerical values that I want, and text that I do not. Using th...

거의 7년 전 | 답변 수: 1 | 0

1

답변

질문


Number of leading zeroes as a variable
I know that to print out a number with a certain amount of leading zeroes, you are supposed to use %0X, where X is the number of...

7년 초과 전 | 답변 수: 2 | 0

2

답변

답변 있음
reshape 4D matrix into 2D matrix
Does this do what you're looking for? reshape(squeeze(x(:,1,:,:)),25,30) where x is your 5x5x5x30 matrix?

7년 초과 전 | 0

질문


Copying Profile results into Word/Excel
I recently spent a full day running a large amount of simulations of a code through the MATLAB Profiler to see where things need...

7년 초과 전 | 답변 수: 1 | 0

1

답변

질문


Issue with Cody Challenge Badges?
Apologies for putting this question here, but I'm not sure there's a specific forum for Cody-related questions. I recently no...

거의 9년 전 | 답변 수: 0 | 0

0

답변

질문


Getting rid of lots of thin black lines on an image
I have several greyscale avi files. The camera that took these movies (or perhaps the software that transformed them into avi f...

거의 12년 전 | 답변 수: 2 | 1

2

답변

질문


Quickest way to get points in a matrix given two 1-D arrays?
Let's say that A is an NxN matrix, and B and C are 1-D arrays of the same size, containing numbers between 1 and N. Is there ...

대략 12년 전 | 답변 수: 2 | 0

2

답변

질문


Using find command on each term in a vector
I have two vectors that I am trying to use in my calculation. One is a list of coordinates. A=-10:10 The other is a list ...

대략 12년 전 | 답변 수: 3 | 0

3

답변