Venkata Rama Krishna Gona
Followers: 0 Following: 0
Statistik
5 Fragen
0 Antworten
RANG
62.332
of 295.467
REPUTATION
0
BEITRÄGE
5 Fragen
0 Antworten
ANTWORTZUSTIMMUNG
0.0%
ERHALTENE STIMMEN
0
RANG
of 20.234
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 153.912
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
How to change only one input if needed?
clc close all; n= input ('enter number of degree of freedoms') m= input ('enter the values in mass(kg) matrix row wise -') ...
etwa 4 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
I need the results as matrices but in loop please see following
i=1; n=2; for i=1:n G= zeros(n,n); G = Angular_vel(i,i)*Angular_vel(i,i)*I; end here G value is getting overrided fo...
etwa 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
is my code below is correct?
Xp=zeros(f,2); F=zeros(f,2); Nu=zeros(1,f); f=2; i=1; while i<=f disp(['For force F01',num2str(i)]); F0...
mehr als 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Please help me how to proceed with the below equation to get A's and pi's values
{AcosΦ}+i{AsinΦ}={Ae^iΦ} i am having the values as follows {0.167; 0.096}+i{0.3; -0.1}={Ae^iΦ} Thanks in advance.
mehr als 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
how to solve the following equation to get lambda values from it?
modulus([2 -1; -1 2]-λ[1 0; 0 1])=0 please help me. thanks.
mehr als 4 Jahre vor | 1 Antwort | 0