Pier Giorgio Petrolini - MATLAB Central
photo

Pier Giorgio Petrolini


Last seen: 約4年 前 2020 年からアクティブ

Followers: 0   Following: 0

統計

All
MATLAB AnswersCodyFrom 03/20 to 03/25Use left and right arrows to move selectionFrom 03/20Use 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

0 質問
7 回答

Cody

0 問題
1 解答

ランク
2,896
of 297,716

評判
20

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

回答採用率
0.00%

獲得投票数
4

ランク
 of 20,469

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク
95,217
of 159,428

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

スコア
20

バッジ数
1

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

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

平均評価

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

平均いいねの数

  • Knowledgeable Level 2
  • Solver
  • First Answer

バッジを表示

Feeds

表示方法

回答済み
Code not coming out of if statement.
Hello Steve, Is it that what you were looking for ? clear all , clc, format compact L = 30; m = 68.1; c_d = 0.25; k = 40...

4年以上 前 | 0

回答済み
Writing a matrix to Excel
Hello Lennard, have you tried to use "writetable" instead of "writematrix" ? I've never had this problem with the other function...

4年以上 前 | 0

回答済み
how to overcome error: Index in position 1 is invalid. Array indices must be positive integers or logical values.
Hello, the problem is basically that the variable "e" after calculations has some decimals (zeros), and you can't use it as it i...

4年以上 前 | 1

| 採用済み

解決済み


Solve a System of Linear Equations
*Example*: If a system of linear equations in _x&#8321_ and _x&#8322_ is: 2 _x₁_ + _x₂_ = 2 _x₁...

4年以上 前

回答済み
I am trying to plot two functions in one plot (not working)
Hello Mahmoud, I can't see all your code, so I have to assume that all the rest is correct and, that you need to plot the func...

4年以上 前 | 1

| 採用済み

回答済み
How to plot particle trajectories and normalise to 0,0 origin?
Hello Amadeus, I tried to solve your problem in the following way : 1) Convert the dataset in a table; 2) Find all the points ...

4年以上 前 | 1

回答済み
Solving 54 linear equations
Hello, you can use the strong point of MATLAB that is operating with arrays. I'm not sure I understand the probem you're facing...

4年以上 前 | 0

| 採用済み

回答済み
Solving system of 3 non-linear equations.
I hope it can be already helpfull... syms x y z eq1=exp(x)+sqrt(y)-z.^3-2 eq2=x.^2-y-z-5 eq3=x+exp(y-1)+z-7 eqs = [eq1, e...

約5年 前 | 1