Daniel - MATLAB Central
photo

Daniel


TU München

Last seen: 3年以上 前 2013 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB AnswersFrom 12/13 to 03/25Use left and right arrows to move selectionFrom 12/13Use left and right arrows to move left selectionTo 03/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

17 質問
2 回答

ランク
13,651
of 297,870

評判
3

コントリビューション
17 質問
2 回答

回答採用率
70.59%

獲得投票数
2

ランク
 of 20,500

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 159,704

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

スコア
0

バッジ数
0

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

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

平均評価

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

平均いいねの数

  • Thankful Level 3
  • First Answer

バッジを表示

Feeds

表示方法

質問


Connection to Arduino lost after invoking scanI2CBus
I have an Arduino Mega 2560 connected via USB to my computer. Invoking the arduino function works fine and gets the connection t...

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

0

回答

質問


How to run GUI in Matlab browser and script at the same time
I'm building a demonstrator for a project of mine. I have the background script working fine and the GUI also works by itself. ...

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

1

回答

質問


Calling Matlab code from java app running on the internal jvm
I have to integrate some java code into my matlab code to do a few things that, as far as I know, matlab can't, like directly co...

9年以上 前 | 0 件の回答 | 0

0

回答

回答済み
How to paste nicely into Excel from MATLAB variable editor?
I don't know much about converting back Excel, but you might want to look into xlswrite. That command may do the trick for you.

約10年 前 | 0

回答済み
Selecting a random number with some probability
You can use rand, which gives uniform distribution and look if the number is below or above 0.6. if(0.6 <= rand()){ s...

約10年 前 | 1

質問


Network access with Matlab
The problem I have is this: I have an adress (http://www.example.com/file) and I don't know how to access the file through Ma...

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

1

回答

質問


Classdef compatible with Matlab Coder?
I have a package of multiple .m files and self defined classes that I want to compile into C Code as a stand alone application. ...

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

1

回答

質問


How to select k out of n, k being normally distributed but not exceeding n
Hello everyone, I need to select k numbers out of n without generating doubles and k must not exceed n. I used to do it by...

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

1

回答

質問


Parallel execution of function with global time limit possible?
I want to run an algorithm I made multiple times over a weekend. Since I have access to a workstation I want to use parallel com...

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

1

回答

質問


Manual termination of function
I have a function that should either run a fixed number of cycles or until I tell it to end if I set -1 for the number of cycles...

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

0

回答

質問


How to record excution time of a subfunction during runtime?
I have a function, that repeatedly calls a specific subfunction and I need to record the execution time of every call. How can I...

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

1

回答

質問


replacing ascending numbers with continous numbers
Hello everybody, I am looking for a fast and efficient way to convert a vector of non continous ascending numbers to continou...

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

1

回答

質問


Is it possible to change the upper end for the runtime variable of for loop during it's runtime?
The problem I have, is that I have a for-loop that iterates up to a certain number, but that number can increase during the runt...

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

2

回答

質問


Does 'zeros' overwrite existing memory or alocate new memory and replace adress?
I have a matrix inside a handle class, that needs to be reset to zero from time to time. Does A=zeros(size(A)) replace t...

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

1

回答

質問


How to comment out unused arguments in function header
I want to put arguments I am currently not using in certain function header into comments so that I can call the function withou...

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

1

回答

質問


Variable with static type possible?
Is it possible to declare a variable with a static type, the way it is in Java? So that I can only asign an object of the correc...

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

1

回答

質問


How to get row index of certain values in a vector
I am looking for a way to extract the row index of certain values from a vector. I tried with [ ~ , index ] = max(obj.Ga...

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

2

回答

質問


Passing Matrix using call by reference
When looking for call-by-reference in matlab I found the Handle-Class. What I don't yet understand is how I use that class on a ...

11年以上 前 | 5 件の回答 | 1

5

回答

質問


Converting a the result vector from logical indexing into a matrix possible or unnescesary?
Hello everyone, I need to extract rows of a matrix with a certain value in one column. At the moment I am using logical index...

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

2

回答