photo

Danny Maefengea


Last seen: 5年弱 前 2020 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

14 質問
1 回答

ランク
32,621
of 300,753

評判
1

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

回答採用率
92.86%

獲得投票数
0

ランク
 of 21,075

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 170,858

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

スコア
0

バッジ数
0

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

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

平均評価

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

平均いいねの数

  • Thankful Level 3

バッジを表示

Feeds

表示方法

質問


How to solve ode functions?
Hi there, Please see my code which is attached here. I have tried to run it, but it says not enough inputs. Can anyone help ...

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

1

回答

質問


How to model an equation?
Hi there, I have been trying to think of how to model the problem bellow in MATLAB but I couldn't. Can anybody help here please?...

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

1

回答

質問


How to find the length of a Parabola
Hi there, How do I find the length of the parabola given by this equation? Equation: y = 1/20x^2 -5. Thank you for your help.

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

1

回答

質問


How to use width
Hello I have tried to work on smoothing of data and I came across this code. I dont really understand what the number 1s at th...

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

0

回答

質問


How to replace a column vector in matrix
A = [1 -4 1;4 -1 2;2 2 -3] B = [6;-1;-20] I want to replace part of matrx A i.e (1 -4 1) with B. How can I do this? Than...

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

1

回答

質問


How to create matrix and solve for answers?
Hi friends, I was trying to solve the problem below using matrix (system of linear equations) but I couldn't get to the final an...

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

1

回答

回答済み
How to use If else statements?
Consider the following code fragment: forx = 1 : 5 fory = 1 : 3 disp('LOVE MELB'); end disp('LOVE VU...

5年以上 前 | 0

質問


How to use If else statements?
Hi everyone, I have tried programming in Matlab to check if a number is in the range of 10-20 (use if-else), but I couldn't ge...

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

2

回答

質問


For and while loops
Hi everyone, How can I write a Matlab function that takes an input integer n and computes the following n!=n×(n−1)×(n−2)⋯ ×2...

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

1

回答

質問


How index using inequalities
Hello guys, I was doing this exercise and when I tried running my script, errors appeared. Create a 1*100 vector A with random ...

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

1

回答

質問


How to write a matrix m.file?
Hi, I have been trying to creat a matrix that would look exactly as the one shown below (Image) but I couldn't. I need your he...

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

1

回答

質問


How to change 'figure' title to wanted text
Hi I created a figure (graph) and I want to change the "figure" title to an intended text. How can I do that? Thank you and lo...

5年以上 前 | 3 件の回答 | 0

3

回答

質問


How to transform a wile loop into a for loop
Hi I have been working with while and for loops, and I want to know how to transpose or change a while loop to a for loop and ...

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

2

回答

質問


How to solve quadratic equation?
I need help with this question fellas. Write a function called “QuadRoot”that takes user input for a quadratic function (ax^2+b...

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

1

回答

質問


How to delete values less than a given limit?
Here's the question set up. Create a 1 x 10 vector K with random values ranged 0-5. Find a way to delete all the elemen...

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

1

回答