![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/8974289_1522130331788_DEF.jpg)
letoppina
Followers: 0 Following: 0
Statistik
RANG
217.665
of 297.016
REPUTATION
0
ANTWORTZUSTIMMUNG
28.57%
ERHALTENE STIMMEN
0
RANG
of 20.419
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 157.725
BEITRÄGE
0 Probleme
0 Lösungen
PUNKTESTAND
0
ANZAHL DER ABZEICHEN
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Frage
System of linear equations with for loop
Hello, is it possible to solve a system of linear equations with a for loop? I would like to iterate one of the known parameters...
fast 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Solving a system of linear equations with a changing variable
Hello, I have the folliwing system of linear equations: syms Qc Qh Qm1 Qm2 Qm3 T1 T2 T3 eqn1 = Qm1 - Qc == q0 - Pc - qw/2 ; ...
fast 4 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
Tranform a systems of equations to for loop
Hello everyone, I hav the following systems of equations: syms Qc Qh Qm1 Qm2 Qm3 T1 T2 T3 eqn1 = Qm1 - Qc == q0 - Pc - qw/2...
fast 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Solve system of equations with 4 + 2N equations
Hello, I would like to implement on matlab different systems of equations, all connected to one another. I have a total of 4 + 2...
fast 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Solve system of equation with N equations and N unknowns
Hello, I am trying to solve in Matlab a system of equations of N equations and N unknowns (I guess a NxN matrix can be an equiva...
fast 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Highligh a curve from a 3D plot
Hello, I would like to highlight a curve (representing the maximum values of the curves) that is part of a 3D plot. I attach o...
etwa 5 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Highlight line from 3D plot
Hello, I have a 3D graph from which I would like to highlight onnly the curves corresponding to the maximum values of my param...
etwa 5 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
cell2mat in a for loop
Hello, I am trying to use the cell2mat in a for loop in order to convert my cell array in a double array. The code looks like ...
fast 6 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Solve nonlinear equation with different parameters
Hello, I would like to solve a (quite complicated) equation that looks like this: pi/2*C*x + 0.5*(3 - gamma^2 - 2*gamma)*C*V...
etwa 6 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Frequency sweap euler's model
Hello, I am trying to solve a differential equation using the euler's model: for ii=1:length(t)-1 du = M*a(ii) + C; ...
etwa 6 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
Problem when using "solve" command
Hi, I have a problem using the command "solve", I want to solve a 3rd order equation as shown below: syms V R gamma r ...
mehr als 6 Jahre vor | 1 Antwort | 0
1
AntwortHow can I solve a cubic equation in which the coefficients are vector arrays?
So in the end I have figured it was just a way to declare my variables. Here below my working code: R = linspace(100...
mehr als 6 Jahre vor | 0
| akzeptiert
Frage
How can I solve a cubic equation in which the coefficients are vector arrays?
Hi everyone, My intention is to find the roots of a cubic function. My only problem is that each coefficient is a vector arr...
mehr als 6 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
find numerical solution of a function
Hi everyone, I need to find the numerical solution for my parameter (V) of the following function that does not have an expl...
mehr als 6 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
Condition on zero crossing
Hi everybody, I need to make an if statement on a zero crossing of an array (composed of n variable). In particular, I need ...
fast 7 Jahre vor | 1 Antwort | 0