Vidhan Malik
Virginia Polytechnic Institute & State University
Followers: 0 Following: 0
Statistik
7 Fragen
0 Antworten
RANG
212.056
of 300.392
REPUTATION
0
BEITRÄGE
7 Fragen
0 Antworten
ANTWORTZUSTIMMUNG
100.0%
ERHALTENE STIMMEN
0
RANG
of 20.934
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 168.373
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
Getting a single value out of vpasolve with growing matrix
The equation "E" has two roots and I am only interested in the positive root. the function for To5 keeps growing to a predefined...
mehr als 9 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Subscript indices error when not running a loop
Running this code and I don't have any loops or matrices so am really confused why I am getting the error "Subscript indice...
mehr als 9 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Troubleshooting my code ( ~15 lines)
I am using the following code: syms B1 B2 SWR Cv i = 1; Cv(1,2) = 0.39; B1(1,2) = 55; B2(1,2) = 29; ...
mehr als 9 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Matlab computing a wrong value
I am trying to do a simple calculation but matlab is outputting a different value than from what it should be, any ideas why? ...
mehr als 9 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Having a problem troubleshooting code (relatively simple code)
Running a relatively simple code to plot 2 variables against each other. clear;clc; syms A1 B2 SWR R=0.5; ...
mehr als 9 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Subscript indices error when plotting
Running a relatively simple code to plot 2 variables against each other. clear;clc; syms A1 B2 R=...
mehr als 9 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
How to plot this matrix?
I am trying to plot two different lines on the same graph and am having some trouble. This is the code i have written so far: ...
mehr als 9 Jahre vor | 2 Antworten | 0
