Jonas Freiheit
Followers: 0 Following: 0
Statistik
17 Fragen
0 Antworten
RANG
64.484
of 295.467
REPUTATION
0
BEITRÄGE
17 Fragen
0 Antworten
ANTWORTZUSTIMMUNG
76.47%
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
Trajectorys of 4 objects on 3D plane not symmetrical
Hi all, Sorry i'm a beginner at Matlab and am having issues with getting 4 spots on a 3D plane with the intitial conditions (0,...
mehr als 2 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Matlab plot3 not giving a 3D plot
Hi all, Sorry I'm a beginner with Matlab and don't understand why my plot3 with 3 inputs is not giving me a 3D representation of...
mehr als 2 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Error using plot3 not enough input arguments
Hi all, When I am trying to plot my dots on a 3D plane I get an error with plot3 telling me there are not enough input argument...
mehr als 2 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Out of memory error message when attempting to plot in 3D
Hi all, From my following code as I'm trying to plot the trajectory of 3 bugs in three dimensions I am presented with the folll...
mehr als 2 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Translating matlab to python
Hi All, I would like to translate the following program which combines the second row all column data from excel files in a fol...
fast 3 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
Invalid data type. First argument must be numeric or logical error when using simplisma
Hi all, I am getting an error when using the function simplisma(datar,varlisst,1,2). Where datar is a 2x261 table when an FTIR ...
fast 3 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Empty figure when trying to plot in a for loop
Hi all, I was wondering why I am presented with an empty figure when trying to plot in a for loop. My x and y variables seem to...
etwa 3 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Unable to solve for a variable
Hi all, I am trying to solve for a variable 'a' and saving it into an array, However, I am left with an inifinitely long runnin...
etwa 3 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
Error solving for a particular variable from two equations
Hi all, I am having trouble with solving for a particular variable 'a' from two equations, I end up with an error saying : Arr...
etwa 3 Jahre vor | 1 Antwort | 0
1
AntwortFrage
principal component analysis loading plots *Advanced*
Hi all, I am wondering if there is anyone here that is really good with PCA on Matlab and coding. having an issue with my curre...
etwa 3 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
Generating a categorical array with group names
Hi, I was wondering how I can generate a 4751x1 cell { } which contains inside three different group names. So 1055 entries o...
etwa 3 Jahre vor | 1 Antwort | 0
1
AntwortFrage
creating a 5046x1 { } cell with specific category names
Hi, I was wondering how I can generate a 5046x1 cell { } which contains inside three different group names. So 1682 entries of...
etwa 3 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Extracting specific data from multiple excel files and create a single matrix from those
Hi, I have a file on my computer with close to 1000 excel files and I don't want to manually extract the second row from every e...
etwa 3 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
Blank screen when plotting a graph and how to partial differentiate?
p_RK = @(v,T) (R*T*(1/(v-b) - a/(R*T^1.5*v*(v+b)))) % The redlich kwong equation How can I partiall differentiate this function...
mehr als 3 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How can I make a system identify if a solution has no solutions?
Hello, I was wondering how I can make this backsubstitution program identify whether a solution is infinite or has no solutions...
etwa 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Variable x must be of data type double. It is currently of type sym. Check where the variable is assigned a value.
Hello, I was wondering how I could change my variable 'x' to type double from syms. I've tried converting it to type double wit...
etwa 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Index exceeds the number of array elements (1)
%When I try to perform a row interchange for 'b' vector It tells me it exceeds the no of array elements. This is an attempt to p...
etwa 4 Jahre vor | 1 Antwort | 0