photo

monmatlab


FH Technikum

2015 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

12 質問
1 回答

ランク
14,866
of 300,771

評判
3

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

回答採用率
75.0%

獲得投票数
2

ランク
 of 21,084

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 170,969

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

スコア
0

バッジ数
0

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

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

平均評価

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

平均いいねの数

  • First Review
  • Thankful Level 3

バッジを表示

Feeds

表示方法

質問


Increase nonzero values without deleting zeros
I have a vector X. X=[0 0 0 0 1 1 1 1 0 0 0 0 0 0 2 2 2 2 2 2 0 0 0 3 3 3 3 0 0 0 0 0 4 4 4] I want to increase the valu...

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

2

回答

質問


How to delete previous points while plotting?
I am plotting live data, for the plotting, I am using the line function, which improved the plotting performance a lot compared ...

9年弱 前 | 0 件の回答 | 0

0

回答

質問


How to use a timer to increase the value of a variable?
I want to increase the value of handles.i by one after each iteration but this should happen after a certain amount of time. Usi...

9年弱 前 | 1 件の回答 | 0

1

回答

回答済み
How to pause just one function, while others keep running?
I got around it using the timer function t = timer('TimerFcn',@(x,y)imshow('IMAGE'),'StartDelay',3); start(t...

9年弱 前 | 1

| 採用済み

質問


How to pause just one function, while others keep running?
I have a GUI with two plots, one is controlled by a button, that when it is pressed it shows an image for a certain amount of ti...

9年弱 前 | 3 件の回答 | 1

3

回答

質問


Save each column of a matrix in a seperate .csv file
I was wondering how to write this code in a more elegant way. Basically, I want to save each column of the sample matrix in a se...

約9年 前 | 1 件の回答 | 0

1

回答

質問


Matrix calculation, sum of two rows in each column
I have a matrix d and I want to calculate for every column the sum of each to numbers. The Result should be the result matrix ...

約9年 前 | 1 件の回答 | 0

1

回答

質問


How to circumvent this error: Subscript indices must either be real positive integers or logicals.
Assume I have such a vector data=[2 4 5 6 8 3 5 6 7 8 9 …] I want to set this condition (in addition to other conditions com...

約9年 前 | 1 件の回答 | 0

1

回答

質問


Change image automatically in a GUI after a certain time
I am working with GUIDE on MATLAB to create a GUI I have inserted an image in the GUI using an axes field and the imshow func...

約9年 前 | 1 件の回答 | 0

1

回答

質問


Communication problems to an Arduino Board
I am working on MATLAB to communicate with an Arduino. The code is very simple. I am sending an A to the Board, and want to read...

約9年 前 | 0 件の回答 | 0

0

回答

質問


Guide: How to save popup menu value in a text file
Hey, I have a popup menu with two options (m , f) Now I want to save the chosen option of the user in a text file when pressed ...

約9年 前 | 1 件の回答 | 0

1

回答

質問


Compare all elements of a vector against each other
I have a vector that includes some values v=[2.4 3.5 7.4 3.6 4.5] each value is the mean value of a row in a matrix call...

約9年 前 | 2 件の回答 | 0

2

回答

質問


Why does Simulink generate a sine wave as a triangle wave?
Hey community, i am new to Simulink. I wanted to generate a sine wave : sin(15*2*pi*t). But I always get a triangle wave even th...

約10年 前 | 1 件の回答 | 0

1

回答