photo

Chris Hooper


Last seen: 10개월 전 2016년부터 활동

Followers: 0   Following: 0

통계

All
MATLAB Answers

5 질문
2 답변

File Exchange

2 파일

Cody

0 문제
5 답안

Discussions

1 하이라이트

순위
121,620
of 301,517

평판
0

참여
5 질문
2 답변

답변 채택
80.0%

획득한 표
0

순위
12,620 of 21,314

평판
30

평균 평점
0.00

참여
2 파일

다운로드 수
2

ALL TIME 다운로드 수
305

순위
59,416
of 175,060

참여
0 문제
5 답안

점수
60

배지 수
1

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
1 하이라이트

평균 좋아요 수
5

  • Thankful Level 2
  • First Review
  • First Submission
  • Revival Level 1
  • First Answer
  • Solver

배지 보기

Feeds

보기 기준

질문


how to deal with discontinuities in solutions to differential equations using ode45
Motivation: I am trying to learn how to use ode45 for fun after studying some math (because it seems engineering eventually make...

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

2

답변

질문


How do I reduce categorical array containing alternate spellings and formats?
I bet this problem comes up all the time: I have a categorical array of length ~ 10,000 and typical string length ~ 10 to 20. ...

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

2

답변

질문


Is it possible to zip files one directory up with "zip"
This creates file1.zip containing file2 and file3: zip('file1',{'file2','file3'}) However, this creates file1.zip containing n...

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

1

답변

질문


datenum(year,month,day,hr) that returns integer
I need a datenum(year,month,day,hr) that returns an integer, where year, month, day, and hr are vectors of integers. motivation...

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

1

답변

답변 있음
Excel custom properties Add function - Invoke Error: Incorrect number of arguments
I am very interested in this as well. I am trying to use optional arguments for the Range.Find() method in order to specify tha...

거의 7년 전 | 0

질문


interesting matrix indexing question without for loops
size(matrixA)=[b,n,m] size(matrixB)=[n,m] how can I create matrixC(i,j)=matrixA(matrixB(i,j),i,j) without using...

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

2

답변

답변 있음
64 Bit version of Matlab 2015a a lot slower than 32bit version
Did you try running the benchmarks multiple alternating times to avoid the order effect? running a matlab code is often slowest ...

대략 10년 전 | 0