photo

Adam Kaas


2012 年からアクティブ

Followers: 0   Following: 0

統計

All
MATLAB Answers

12 質問
5 回答

Discussions

1 ハイライト

ランク
5,607
of 300,750

評判
8

コントリビューション
12 質問
5 回答

回答採用率
100.0%

獲得投票数
6

ランク
 of 21,073

評判
N/A

平均評価
0.00

コントリビューション
0 ファイル

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 170,837

コントリビューション
0 問題
0 解答

スコア
0

バッジ数
0

コントリビューション
0 投稿

コントリビューション
0 パブリック チャネル

平均評価

コントリビューション
1 ハイライト

平均いいねの数
4

  • Thankful Level 3
  • First Answer

バッジを表示

Feeds

表示方法

質問


Coder deleting variable definitions
Why oh why does coder feel the need to delete my variable definitions from time to time? It is unbelievably frustrating having t...

13年以上 前 | 2 件の回答 | 0

2

回答

回答済み
very basic question
http://www.mathworks.com/help/toolbox/symbolic/f1-82523.html#f1-6230 This may help.

13年以上 前 | 0

回答済み
connect two uicontrol object with a line
I'm guessing there is a more efficient way, but you could always get a picture of the path you want either online or make it usi...

13年以上 前 | 0

Discussion


Coolest things MATLAB can do
As I'm becoming more and more familiar with MATLAB, I'm starting to fall in love with it. I was wondering what are the coolest t...

13年以上 前 | 4

質問


Coolest things MATLAB can do
As I'm becoming more and more familiar with MATLAB, I'm starting to fall in love with it. I was wondering what are the coolest t...

13年以上 前 | 3 件の回答 | 4

3

回答

回答済み
Popup menu values disappearing
Took a bit of digging, but found it. set(handles.Popupmenu, 'String', {'Option1' 'Option2' 'Option3' 'Option4'}); Found it...

13年以上 前 | 0

| 採用済み

質問


Popup menu values disappearing
I have some popup menus who's values will change based on a different popup menu. This is exactly what I want it to do, however ...

13年以上 前 | 1 件の回答 | 0

1

回答

質問


Replacing the '@' symbol for MATLAB Coder
Hey guys, ran into an interesting issue when trying to replace the @ symbol. I was originally going to recode this by hand in C ...

13年以上 前 | 1 件の回答 | 0

1

回答

質問


"This kind of expression is not supported"
Quick question... If I receive that error when using coder to convert my MATLAB code to C, am I S.O.L when it comes to having...

13年以上 前 | 2 件の回答 | 0

2

回答

質問


Codegen saying variable is constrained to being non-complex when it's defined as complex
Any idea why I'd get this error: The left-hand side has been constrained to be non-complex, but the right-hand side is comple...

13年以上 前 | 2 件の回答 | 1

2

回答

回答済み
"Undefined function or variable '****'. The first assignment to a local variable determines its class."
Since all of my "Undefined function or variable" errors were on variables, and all my variables were 1 x 1 doubles, I just defin...

13年以上 前 | 0

| 採用済み

質問


"Undefined function or variable '****'. The first assignment to a local variable determines its class."
Hi all, I'm using Coder to convert my code to C/C++.When I attempt to convert one of my functions just for practice, i starte...

13年以上 前 | 6 件の回答 | 1

6

回答

回答済み
Documentation on "field" when using Coder
Finally found what I was looking for I believe. http://www.mathworks.com/help/toolbox/eml/ug/bq8nvao.html#bsgv846-3

13年以上 前 | 0

| 採用済み

質問


Documentation on "field" when using Coder
Hi. I'm looking for documentation on how to properly define "field" when I know an input is a 1 x 1 struct when I'm using Coder ...

13年以上 前 | 1 件の回答 | 0

1

回答

質問


if statement asking if an addlistener() event has occured
Is there a way to write an if statement that says something like: if % addlistener(handles.Edit1, 'String','PostGet',f) occur...

13年以上 前 | 2 件の回答 | 0

2

回答

質問


Changing a popup menu by changing an edit text box
Sorry for all the questions today guys, but I really appreciate all of your help. So I've learned how to change an edit text box...

13年以上 前 | 1 件の回答 | 0

1

回答

質問


Toggling a radio button when switching popup menu options
What I'm looking to do is when a user selects a different option on the popup menu in my GUI, I can tell the radio buttons I hav...

13年以上 前 | 1 件の回答 | 0

1

回答

質問


Using a GUI popup menu to change an Edit Text box
I'm hoping I can get some help without having to submit a picture or my code, but I have a GUI setup up with numerous edit text ...

13年以上 前 | 2 件の回答 | 0

2

回答