統計
All
ランク
of 171,319
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
Indent a block of code
How do you indent a block of code? For example if you enclose a block of code in an if statement, and want to indent said block....
約14年 前 | 3 件の回答 | 0
3
回答質問
GUI callback question
Is it possible to call a function in one GUI from another GUI (I'm using GUIDE)? eg... GUI1 -> function plot_in_GUI2...
約14年 前 | 1 件の回答 | 0
1
回答質問
addlistener question...
I have created a listener which calls 'myfunction' whenever the limits of a certain set of axes changes: addlistener...
約14年 前 | 3 件の回答 | 0
3
回答質問
Line series marker question
When plotting, is it possible to have more than one marker type for the same line series? eg.... plot([0 1],[0 1]) - with two d...
約14年 前 | 2 件の回答 | 0
2
回答質問
Alter axis size
How do I alter the size of the current axis within a figure? I've tried set(gca,'Position',[.. .. .. ..]), but the axis just dis...
14年以上 前 | 2 件の回答 | 0
2
回答送信済み
Arrow Key Demo
This function demonstrates how to use arrow keys as switches inside a loop.
14年以上 前 | ダウンロード 1 件 |
質問
For loop question.
When looping over indices of an array I use 1:length(x), x = rand(1,10); for i = 1:length(x) ... end is there a more ef...
14年以上 前 | 2 件の回答 | 0
2
回答質問
Playing wav/midi
Hi all. Is there a way to play wav and midi files in Matlab? I'm want to do something like: %Generate a number from 1 to 3; ...
14年以上 前 | 2 件の回答 | 0
2
回答質問
Scaling an imaged array
A = Some matrix of dimension (n x n) 'image(A)' creates an image with side length of n. Is there there a way to resize this i...
14年以上 前 | 1 件の回答 | 0
1
回答質問
Solve with predefined parameters
Hi. I want to use the solve function using predefined parameters. eg. for equation 0 = a*x^2 +b*x + c a = 2; b = -1; c = ...
14年以上 前 | 2 件の回答 | 0
2
回答質問
Defining parameters in a function
* Hi. I want to find the minimum of a function using parameters I've defined elsewhere. i.e. a = 2; b = 3; [x fval] = fmi...
14年以上 前 | 1 件の回答 | 0

