Statistik
35 Fragen
0 Antworten
RANG
41.045
of 300.379
REPUTATION
1
BEITRÄGE
35 Fragen
0 Antworten
ANTWORTZUSTIMMUNG
60.0%
ERHALTENE STIMMEN
1
RANG
of 20.931
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 168.299
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
Why am I not able to generate new struct in my for loop?
Hello, I am trying to make a new struct in my varible SBOB, such that it contains relative velocities. I have some structs alr...
etwa 6 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How to get correct partial derivatives using diff function?
Hello, I am trying to take the derivative of a logorithum that consists of three varibles, x1, x2, and u. I think the syntax o...
etwa 6 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
How to make 3D plot?
Hello, I am trying to make a 3D plot of the function j, that has an input of u1, u2. I would like to plot the function such th...
etwa 6 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How to save all my matlab plots from for loop?
Hello Everyone, I am trying to save all my plots from my for loop into a word document. I have tried using save2word, but that...
etwa 6 Jahre vor | 1 Antwort | 1
1
AntwortFrage
How to increment a subscript in Matlab using the ylabel function?
Hello, I am trying to make my subscripts in my for loop interate with each loop. Below is a copy of my code. An example of how...
etwa 6 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How to make an assignment for my for loop?
Hello, I have some data that I am trying to manipluate to get some other data. For instance I have a time history data, and I ...
etwa 6 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How to import textdata & data from Excel spreadsheet into Struct, using for loop?
Hello, I am trying to insert some data I have into a new varible that is made up of structs. I think my for loop is working so...
etwa 6 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How to shorten my data in the struct I have?
Hello, I have some data that I am trying to plot, but I have way to many data points; the code takes forever to run. Therefore...
etwa 6 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Why am I not getting the full output from my for loop?
Hello, I was wondering if anyone can let me know on why I am not getting all my outputs from my for loop. I am expecting to ge...
etwa 6 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
How to load data files from different folder using for loop?
Hello, I am trying to load all my data into two structs using a for loop. Below is a copy of my code so far, the issue is I am...
etwa 6 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How to stop plotting after function hits first zero in oscillatory system?
Hello everyone, I am making a Haversine function, and am wanting the function to stop plotting values after the first zero is ...
mehr als 6 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How to add zero at the very beginning of my column matrix?
Hello everyone, I am plotting a stress-strain curve and would like to insert a point at the origin. I have tried using the zero...
mehr als 6 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How to exclude zeros in a matrix?
Hello, I am trying to get rid of the zero values in a matrix I have in V(:,:,i) in my for loop. However, I am getting an error...
mehr als 6 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How to store vectors into a matrix that have different sizes?
Hello, I am trying to make a for loop such that I am able to extract median values I did a DIC analysis on. I think the issue ...
mehr als 6 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
How to get median values from N_Corr software?
Hello, I have recently done a DIC test and am using the N_Corr software to find the displacements and strains. I know I can ge...
mehr als 6 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How to store fprintf statements into a txt file?
Hello everyone, I am trying to write an XML file that I can upload into ANSYS for a model I am trying to simulate. I am using ...
mehr als 6 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Central Difference For Loop
Hello, I am trying to use the central difference for the function sin(2*pi*x), centered around x=0.313. I know what value should...
mehr als 6 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Function Error Input Argument
Hello, I am trying to make a function to which I can call any arbitrary function and get an approximate value for the sum of my ...
fast 7 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How to save multiple figures into a folder on desktop from a for loop?
Hello, I am trying to save all my figures, but don't want to run my code and then save each individual figure, can you help me...
fast 7 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How to modify the scaling values on yyaxis right?
Hello, I am trying to re-scale my yyaxis right values by making the values: 0_Bot, 0_Top, 17_Bot, 17_Top, -63_Bot, -63_Top, 90...
fast 7 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Help with symbolic transfer function?
Hello, I am trying to have an output that gives me a transfer function, given certain variables. Matlab is telling me the fo...
fast 7 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How to create a table using fprintf, and use data from a for loop that uses stepinfo?
Hello, I am trying to make a table using the fprintf function. I am using data from a for loop that I have created show below i...
etwa 7 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How to recall values from for loop into a column matrix?
Hello everyone, I am trying to get four values from the for loop statement I made, Q_bar1, Q_bar2, and so forth. But, I don'...
etwa 7 Jahre vor | 1 Antwort | 0
1
AntwortFrage
For statement to find angle from real axis to imaginary plane?
Hello everyone, I was wondering if it is possible to make a for statement, such that I can find the angle between my imagina...
etwa 7 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
Why is my table array not outputting?!
Hello, Below is a copy of my code. I can not figure out why the code will not output my table, if you can help it will be mo...
etwa 7 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
How to output symbolic functions?
Hello everyone, I am trying to make a function (Gs) in my code, and have the out put Gs with an arbitrary constant K. The co...
etwa 7 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How to connect data on a scatter plot in MatLab?
Hello, I am trying to connect my data with a line. In my code I have the three points plotted, I just need them to connect. ...
mehr als 7 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How to solve for a variable when equation is equal to a constant?
Hello, I am trying to solve for L in my code, however it either takes to long to run or outputs an error. The commented out ...
mehr als 7 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
How to shift graphs in Matlab?
Hello, I am trying to figure out how to start my graph correctly. Time is starting at zero, however my statements are starti...
mehr als 7 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
Why is this assignment displaying an error?
Hello, I am wondering why I am getting this display error. I have written another script using the same matrix, it's just a ...
mehr als 7 Jahre vor | 1 Antwort | 0
