photo

Johan


2011년부터 활동

Followers: 0   Following: 0

통계

MATLAB Answers

5 질문
13 답변

순위
207,045
of 302,115

평판
0

참여
5 질문
13 답변

답변 채택
80.0%

획득한 표
0

순위
 of 21,552

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 179,161

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 1

배지 보기

Feeds

보기 기준

답변 있음
need help with MATLAB reference libraries.
still having fun with this, please, if someone could find out their GUID or path to these files in matlab R2009a if you find it ...

대략 15년 전 | 0

질문


need help with MATLAB reference libraries.
Hi all. I am running matlab from excel, which works fine for me, I have windows 7, excel 2010, and matlab R2010a but if I wer...

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

2

답변

답변 있음
Calling a GUI from excel and keeping it open
really no thoughts on this?

대략 15년 전 | 0

질문


Calling a GUI from excel and keeping it open
Hi there, need a way to keep a GUI called from excel VBA code open, I am using matlab automation server as my code below shows: ...

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

2

답변

답변 있음
Running a specific m-file/fig from excel
okay small problem. I have a GUI that I open like this from excel: Sub openmatlab() Dim hMatlab As Object Dim sDir...

15년 초과 전 | 0

답변 있음
Running a specific m-file/fig from excel
Ah found the little mistake in our codes, the correct code: Private Sub afstand() Dim hMatlab As Object Dim sDir As S...

15년 초과 전 | 0

| 수락됨

답변 있음
Running a specific m-file/fig from excel
am doing this: Private Sub afstand() Dim hMatlab As Object Dim sDir As String, s1 As String Dim Result As String Set ...

15년 초과 전 | 0

답변 있음
Running a specific m-file/fig from excel
okay, seems to work, to some degree, for instance I can do something like result=hmatlab.execute(1+2) msgbox result which re...

15년 초과 전 | 0

질문


Running a specific m-file/fig from excel
Hi all! I have the student version of matlab, so no extended functionality between excel and matlab sadly. My "problem" i...

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

6

답변

답변 있음
GUIDE, calling functions
did It myself...figured out how to make my function come into a new window...it was so simple...all I needed was to write the wo...

15년 초과 전 | 0

답변 있음
GUIDE, calling functions
Oh sweet...works quite good now...no errors, what I ended up doing was deleting the m-file, making a new GUI, copy pasting all t...

15년 초과 전 | 0

답변 있음
GUIDE, calling functions
Now I tried around a bit, even tried making the code from scratch, that is deleting the m-file, opening the fig with GUIDE, then...

15년 초과 전 | 0

답변 있음
GUIDE, calling functions
Well played around with GUIDE some more, and actually managed to make it work, that is, when I run the m-file og .fig the comman...

15년 초과 전 | 0

답변 있음
GUIDE, calling functions
Okay, now I see it...somewhat... though it's a bit complicated to adjust it to my needs. but I tried, and when I run it it...

15년 초과 전 | 0

답변 있음
GUIDE, calling functions
To specify: In VBA (which I know a lot better than matlab coding) you can use: sub pushbutton_Click() Call FunctionName en...

15년 초과 전 | 0

질문


GUIDE, calling functions
Hi all, might just be me, but I am having a hard time finding som info on GUIDE that I can use, I know nothing of GUIDE, but I k...

15년 초과 전 | 답변 수: 9 | 0

9

답변

답변 있음
Saving to root directory of windows 7
Solved it using !dir & mkdir c:\logdata which created a new folder on the root, and then after that used fprintf to ad file to t...

15년 초과 전 | 0

| 수락됨

질문


Saving to root directory of windows 7
Hi there. I have a matlab function that saves using fprintf...and it works just fine saving anywere, exept I can't save in th...

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

2

답변