![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/17496803_1606201779805.jpg)
Pier Giorgio Petrolini
Followers: 0 Following: 0
Statistica
All
RANK
2.873
of 297.016
REPUTAZIONE
20
CONTRIBUTI
0 Domande
7 Risposte
ACCETTAZIONE DELLE RISPOSTE
0.00%
VOTI RICEVUTI
4
CONTRIBUTI
0 Post
CONTRIBUTI
0 Pubblico Canali
VALUTAZIONE MEDIA
CONTRIBUTI
0 Punti principali
NUMERO MEDIO DI LIKE
Feeds
Risposto
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...
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...
circa 4 anni fa | 0
Risposto
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...
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...
circa 4 anni fa | 0
Risposto
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...
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...
circa 4 anni fa | 1
| accettato
Risolto
Solve a System of Linear Equations
*Example*: If a system of linear equations in _x₁_ and _x₂_ is: 2 _x₁_ + _x₂_ = 2 _x₁...
circa 4 anni fa
Risposto
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...
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...
circa 4 anni fa | 1
| accettato
Risposto
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 ...
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 ...
circa 4 anni fa | 1
Risposto
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...
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...
circa 4 anni fa | 0
| accettato
Risposto
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...
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...
quasi 5 anni fa | 1