Jonas Freiheit
Followers: 0 Following: 0
Feeds
提问
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,...
2 years 前 | 1 个回答 | 0
1
个回答提问
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...
2 years 前 | 1 个回答 | 0
1
个回答提问
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...
2 years 前 | 1 个回答 | 0
1
个回答提问
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...
2 years 前 | 1 个回答 | 0
1
个回答提问
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...
3 years 前 | 0 个回答 | 0
0
个回答提问
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 ...
3 years 前 | 1 个回答 | 0
1
个回答提问
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...
3 years 前 | 1 个回答 | 0
1
个回答提问
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...
3 years 前 | 2 个回答 | 0
2
个回答提问
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...
3 years 前 | 1 个回答 | 0
1
个回答提问
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...
3 years 前 | 0 个回答 | 0
0
个回答提问
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...
3 years 前 | 1 个回答 | 0
1
个回答提问
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...
3 years 前 | 1 个回答 | 0
1
个回答提问
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...
3 years 前 | 2 个回答 | 0
2
个回答提问
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...
3 years 前 | 1 个回答 | 0
1
个回答提问
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...
4 years 前 | 1 个回答 | 0
1
个回答提问
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...
4 years 前 | 1 个回答 | 0
1
个回答提问
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...
4 years 前 | 1 个回答 | 0