Pedro Almeida - MATLAB Central
photo

Pedro Almeida


Last seen: 約2年 前 2022 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB AnswersFrom 01/22 to 04/25Use left and right arrows to move selectionFrom 01/22Use 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

9 質問
0 回答

ランク
35,979
of 298,086

評判
1

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

回答採用率
66.67%

獲得投票数
1

ランク
 of 20,530

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 160,316

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

スコア
0

バッジ数
0

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

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

平均評価

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

平均いいねの数

  • Thankful Level 3

バッジを表示

Feeds

表示方法

質問


Error in plotting a function, left and right side with diferent dimensions
When I use this code: format short prod_total = zeros(1000, 1); vet_pedidos = zeros(1000, 1); x_exp = ...

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

1

回答

質問


How do I create a random number generator using congruent method
I want to create a random number generator that uses a congruent method. And I need to create a histogram that should have 0.2 f...

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

2

回答

質問


Plot line doesn't follow function
The plot line I created doesn't follow the function, which should be an exponencial. The following code, only the final for loo...

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

1

回答

質問


fzero: not a valid initial bracketing
format long y = @(x) 1 - sin(x); z = @(x) x.^2; test1 = @(x) (y(x)-z(x)); test2 = @(x) (z(x) - y(x)); ta = 0; a = 0; dado...

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

0

回答

質問


MATLAB doesn't plot my function
This is probably a dumb question but when I try to plot this function nothing appears: format long y = @(x) - sin(x); z = @(x...

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

2

回答

質問


Finding the root of a function between an interval
Probably a stupid question, but how do I find the root of test1 between the interval [0,1]? x = 0:0.1:2; y = 1 - sin(x); z = ...

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

1

回答

質問


How do I find the limit to an intersection of two functions?
I have this exercise to find the limit to an intersection of two functions I have no idea how to do it, some gidance would be he...

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

0

回答

質問


want for loop to stop if k < 4
This part of the program takes a file, and takes the numbers inside that file and puts it into a matrix. It only works when, in ...

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

2

回答

質問


Want to delete ans from the output ou a function
Whenever I use this function, it always spits back an ans in the command window, how do I prevent this from happening? function...

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

0

回答