Kevin Hanekom
University of Central Florida
Followers: 0 Following: 0
I like yield criteria!
C
Statistik
RANG
12.800
of 295.467
REPUTATION
4
BEITRÄGE
12 Fragen
2 Antworten
ANTWORTZUSTIMMUNG
83.33%
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
Minimizing a prebuilt cost function
My probelm was a classic example of derivative based algorithms convergence to a local, but not global minimum. To solve this on...
fast 2 Jahre vor | 0
| akzeptiert
Frage
Minimizing a prebuilt cost function
I hope this reaches everyone well. I have been attempting to minimize a complex function, deependent on a 6x7 inital guess mat...
fast 2 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
Being able to store multiple user selected values from a tree, MATLAB APP Designer
Hello everyone! I have been trying for the last couple hours to figure out how to store the values a user would select from a tr...
mehr als 2 Jahre vor | 1 Antwort | 0
1
Antwortplot the graph of function
clc;clear;close all; l=633; c = 1; k0=2*pi/l; ea=1.39; da=1:300; theta=1:70; y=zeros(length(theta),length(da)); ...
fast 3 Jahre vor | 0
| akzeptiert
Frage
How to implement numerical solvers
Sorry! It turned out I just needed to focus on it more myself, a little too niche! Thank you all for the help.
fast 3 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Unintended plot while using the cylinder function
Hello! I have been attempting to create a 3d object by rotating a 2d plot utilizing the cylinder function. But for some reason ...
etwa 3 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How to rotate a 2d plot about the z axis to create a 3d object
Good afternoon everyone, My goal with the code bellow is to somehow transfer the use of using a roation matrix to rotate my 2d ...
etwa 3 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Efficiency and alternatives for for loops
Good afternoon, Recently I have been trying to plot multiple 2D plots of a yield surface equation, the goal was to be able to s...
etwa 3 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Plot disappears when trying to interpolate
Good afternoon, In the code below for some weird reason i cant figure out how to interpolate the color so it changes as it exte...
etwa 3 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Problem with setting specified intervals with colorbar
Good morning, I am having problems setting specified intervals for my colorbar. I have tried reading the documentation, and loo...
mehr als 3 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Error with contourf representing 3d plot in 2d
Good afternoon, I have been trying to compile a contour surface of my 3d object in the sig1-sig2 space (X-Y). When compiling it...
mehr als 3 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Ellipsoid is showing as a sphere
Hello all, I have spent the last couple hours trying to figure out why my code only shows my figure as a sphere when it is supp...
mehr als 3 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Problem with while loop
Hello, The goal of my code is to plot the function for a Tsai-Wu surface which is supposed to be a ellipsoide, the problem arri...
mehr als 3 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Rotating a Cylinder to fit the line x=y=z
[sig_1, sig_2, sig_3] = cylinder; %sig_3 = sig_3 * 2; g = surf(sig_1,sig_2,sig_3); direction =[1 1 1]; rotate(g,direct...
mehr als 3 Jahre vor | 1 Antwort | 0