photo

Brian


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

Followers: 0   Following: 0

메시지

Professional Interests: ballistics, gas dynamics, CFD, Numerical Methods

통계

MATLAB Answers

3 질문
3 답변

순위
205,659
of 300,444

평판
0

참여
3 질문
3 답변

답변 채택
33.33%

획득한 표
1

순위
 of 21,002

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 168,928

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 1
  • First Answer

배지 보기

Feeds

보기 기준

질문


I can't connect with excel anymore using this command. XLex = actxGetRunningServer'Excel.Application'
%% Attach to Excel process XLex = actxGetRunningServer('Excel.Application'); workbooks=XLex.workbooks;

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

0

답변

질문


How to obtain radio button index in APP Designer
I'm new to APP Designer. I've made a simple APP that has radio buttons which correspond to the names of the columns in an ascii...

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

1

답변

답변 있음
GUIDE doesn't work on MATLAB 2016b but it works in 2014b
I had same problem on 2017A. I issued the command "matlabrc" at the prompt and then my GUI ran fine.

8년 초과 전 | 0

답변 있음
How do I format and write a numeric array to a file as text?
I found that DLMWRITE works exactly like I want it to. dlmwrite(FileName,output,'precision',5,'delimiter',' ') thanks ag...

14년 초과 전 | 0

답변 있음
How do I format and write a numeric array to a file as text?
I don't see where DLMWRITE can determine that I have 16 columns and automatically insert a '\n' but I'll keep looking into it. ...

14년 초과 전 | 0

질문


How do I format and write a numeric array to a file as text?
What's the easies way to write an array to a formatted file. If I have 16 columns, it seems cumbersome that I have to specify t...

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

3

답변