photo

Mark Shore


Magma Geosciences Inc.

Last seen: 5년 초과 전 2011년부터 활동

Followers: 0   Following: 0

메시지

Geophysicist involved in mineral exploration

통계

All
MATLAB Answers

2 질문
6 답변

Cody

0 문제
33 답안

순위
5,254
of 300,369

평판
9

참여
2 질문
6 답변

답변 채택
50.0%

획득한 표
3

순위
 of 20,936

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위
16,155
of 168,436

참여
0 문제
33 답안

점수
330

배지 수
1

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • First Review
  • Thankful Level 1
  • First Answer
  • Solver

배지 보기

Feeds

보기 기준

답변 있음
Large error between exact analytic answer and numeric integration
I rarely work with differential equations but you should check your basic equation again. For some reason you have a 1D harmo...

13년 초과 전 | 0

답변 있음
empty sparse matrix with size greater than (100000,100000) needs overhead space
for i = 1:20 A = sparse(10^i,10^i); etc. end It seems that you are being a little optimistic in trying to ...

13년 초과 전 | 1

질문


Semiautomatic complex-step differentiation of real-valued functions
I found the linked technical article interesting but don't have the mathematical background to determine how useful it may reall...

13년 초과 전 | 답변 수: 1 | 1

1

답변

답변 있음
how to load 150mb file in matlab
Probably not. Assuming you are using Windows, the operating system overhead, MATLAB's overhead, and storage requirements for you...

13년 초과 전 | 0

질문


Fixed point numbers on plot axes
Doubtless this has been answered somewhere already, but I haven't found it. Is there a simple way to display numbers in fixed...

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

1

답변

답변 있음
Conversion of ascii and hex
dec2hex(uint8('a')) char(hex2dec('61')) Also consult the documentation on character arrays.

14년 초과 전 | 1

답변 있음
How to measure and generate a frequency signal through the digital channels on the NI daq card
National Instruments makes many DAQ boards. You'll have to be more specific. And you will likely need either MATLAB's Data Ac...

14년 초과 전 | 0

답변 있음
Does MATLAB have a Birthday Problem?
Using the formula Walter gives leads to the following numbers for a 50% probability: 32-bit 7.716e4 53-bit 1.112e8 57...

14년 초과 전 | 0