Community Profile

photo

Chris Hooper


Last seen: Today 2016년부터 활동

Followers: 0   Following: 0

통계

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

배지 보기

Feeds

보기 기준

질문


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

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

1

답변

제출됨


Matlab and Excel: read and write
read and write data between matlab and excel

거의 3년 전 | 다운로드 수: 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...

거의 5년 전 | 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...

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

2

답변

문제를 풀었습니다


Triangle Numbers
Triangle numbers are the sums of successive integers. So 6 is a triangle number because 6 = 1 + 2 + 3 which can be displa...

대략 7년 전

문제를 풀었습니다


Sum all integers from 1 to 2^n
Given the number x, y must be the summation of all integers from 1 to 2^x. For instance if x=2 then y must be 1+2+3+4=10.

대략 7년 전

문제를 풀었습니다


Add two numbers
Given a and b, return the sum a+b in c.

대략 7년 전

문제를 풀었습니다


Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...

대략 7년 전

제출됨


mdof
time domain system multiple dof spring mass damper force

거의 8년 전 | 다운로드 수: 3 |

답변 있음
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 ...

대략 8년 전 | 0