Paolo - MATLAB Central
photo

Paolo


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

Followers: 0   Following: 0

統計

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

4 質問
0 回答

Cody

0 問題
6 解答

ランク
10,730
of 298,292

評判
4

コントリビューション
4 質問
0 回答

回答採用率
25.0%

獲得投票数
4

ランク
 of 20,560

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク
48,673
of 160,775

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

スコア
70

バッジ数
1

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

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

平均評価

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

平均いいねの数

  • First Review
  • Thankful Level 1
  • Solver

バッジを表示

Feeds

表示方法

解決済み


Column Removal
Remove the nth column from input matrix A and return the resulting matrix in output B. So if A = [1 2 3; 4 5 6]; and ...

約11年 前

解決済み


Add two numbers
Given a and b, return the sum a+b in c.

約11年 前

解決済み


Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...

約11年 前

解決済み


Check if number exists in vector
Return 1 if number _a_ exists in vector _b_ otherwise return 0. a = 3; b = [1,2,4]; Returns 0. a = 3; b = [1,...

約11年 前

解決済み


Determine if input is odd
Given the input n, return true if n is odd or false if n is even.

約11年 前

解決済み


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

約11年 前

質問


2D data fitting - Surface
I have some numbers as a function of 2 variables: _( x, y ) ↦ z_. I would like to know which function _z = z( x, y )_ best fi...

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

5

回答

質問


MATLAB GUI - How can I get programmatically whether an 'axis' object is empty or not?
I have a MATLAB GUI, in which there is a figure (an 'axis' object). I would like to know programmatically whether there is or no...

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

1

回答

質問


imshow and GUI axis handles
I have to display an image in a GUI figure. In the figure there are two axes. How can I tell imshow to display the im...

12年弱 前 | 6 件の回答 | 2

6

回答

質問


Admittance estimation from Admittance measurement
Hi. Here's my problem: I need to identify the admittance of an electronic device given its measured admittance; I have two vect...

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

0

回答