photo

Ben


ETH Zurich

Con actividad desde 2011

Followers: 0   Following: 0

Mensaje

Estadística

All
MATLAB Answers

18 Preguntas
9 Respuestas

Cody

0 Problemas
1 Solución

CLASIFICACIÓN
6.545
of 300.352

REPUTACIÓN
7

CONTRIBUCIONES
18 Preguntas
9 Respuestas

ACEPTACIÓN DE RESPUESTAS
38.89%

VOTOS RECIBIDOS
4

CLASIFICACIÓN
 of 20.928

REPUTACIÓN
N/A

EVALUACIÓN MEDIA
0.00

CONTRIBUCIONES
0 Archivos

DESCARGAS
0

ALL TIME DESCARGAS
0

CLASIFICACIÓN
113.992
of 168.212

CONTRIBUCIONES
0 Problemas
1 Solución

PUNTUACIÓN
20

NÚMERO DE INSIGNIAS
1

CONTRIBUCIONES
0 Publicaciones

CONTRIBUCIONES
0 Público Canales

EVALUACIÓN MEDIA

CONTRIBUCIONES
0 Temas destacados

MEDIA DE ME GUSTA

  • Thankful Level 3
  • First Answer
  • Scavenger Finisher
  • Solver

Ver insignias

Feeds

Ver por

Pregunta


Save Gui Panel to pdf file
I know there already exist some threads on this topic, but non of them appear to be helping me. I need to take high resolutio...

más de 7 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Write to single file from multiple clients in parfor loop
Hello Im running a parfor loop to run a set of jobs and in each loop I would like to update a my job monitoring file. My job ...

casi 9 años hace | 1 respuesta | 0

1

respuesta

Resuelto


Pizza!
Given a circular pizza with radius _z_ and thickness _a_, return the pizza's volume. [ _z_ is first input argument.] Non-scor...

alrededor de 9 años hace

Respondida
Automatically define (global) variables
Thank you all for your input! Would you rather suggest to use cell arrays oder structures for ROI objects?

más de 9 años hace | 0

Pregunta


Automatically define (global) variables
I would like to define several global variables (P1,P2,P3,...,Pn), where n is a number to be defined. I my first attempt was the...

más de 9 años hace | 4 respuestas | 0

4

respuestas

Pregunta


Applying constraints to dragable points
I'm trying to add contraints to my dragable points using the function "setPositionConstraintFcn". The application of this functi...

más de 9 años hace | 0 respuestas | 0

0

respuestas

Respondida
Using Matlab as a solver in LS-OPT
Sorry for getting back to you this late, I was on a business trip. It is most likely that LS-OPT is not continuing to the ne...

más de 10 años hace | 1

Respondida
Using Matlab as a solver in LS-OPT
Often this problem is related to wrong referencing of the output file. I recommend checking the response command. If this does n...

más de 10 años hace | 0

Pregunta


Latin hypercube sampling with constraints
Im trying to do a LHS design with linear nonequality constraints. Is this possible with the lhsdesign function which is incorpor...

más de 10 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Understanding Matlab multiobjectiveoptimization functions
I have questions concerning the optimization function "fgoalattain". I use this formulation to find the paretooptimum in a multi...

casi 11 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Constructing an Offset-Curve
Probably this question has already been posted several times, however I was not able to find an answer. I have a smooth curve...

casi 11 años hace | 3 respuestas | 0

3

respuestas

Pregunta


Edit entries in textfile with fopen
I need help while editing a control file of LS-DYNA via Matlab. In the following picture the structure of my file is depcited. ...

casi 11 años hace | 2 respuestas | 0

2

respuestas

Respondida
help me to draw a cube
surf(X,Y,Z) Where X,Y,Z are arrays with your coordinates... also have a look at plot3

más de 11 años hace | 0

Pregunta


Nonlinear Constraints with gamultiobj
This Questionn has already been asked 1.5 years ago, there was no accepted answer. I hope there is a solution to this problem by...

más de 11 años hace | 3 respuestas | 0

3

respuestas

Pregunta


Plot with two Y-axis and logarithmix scaling
Hi everybody I am trying to construct a diagram with following code: y1 = .... y2 = .... y3 = y2./y1 t = ... ...

alrededor de 12 años hace | 1 respuesta | 0

1

respuesta

Respondida
Markers intersect with axis in MATLAB plot
nobody?

más de 12 años hace | 0

Pregunta


Markers intersect with axis in MATLAB plot
Hello I am plotting some data with markers, e.g.: loglog(t55,r55,'ko','markerfacecolor','w','markersize',12); However ...

más de 12 años hace | 4 respuestas | 0

4

respuestas

Pregunta


Text in MATLAB plot with negativ coordinates
Hello I am trying to plot text into my existing MATLAB plot. The text should be on the left side of my y-axis. However if I u...

más de 12 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Multiple Markers for one legend entry
Hi there I have a plot with different elements(markers), however different elements refer to the same legend entry. How is it...

más de 12 años hace | 1 respuesta | 1

1

respuesta

Pregunta


Elementwise multiplication, function definition
Hello Community I have an issue defining a function where the input is a meshgrid. Somehow there must be an issue with the el...

más de 12 años hace | 2 respuestas | 0

2

respuestas

Pregunta


Problem plotting a 3-D function
Hi there I need to plot 2 3-D functions an see how they intersect. However I am experiencing problems with one of the functio...

más de 12 años hace | 2 respuestas | 0

2

respuestas

Pregunta


Curve fitting: Dividing spline into segments of equal length
Hello I have generated a spline(x) from two arrays (see appendix: red curve) and now I would like to sectionize the curve in...

más de 12 años hace | 1 respuesta | 0

1

respuesta

Respondida
Save a plot to a graphics format file
Most easy way is to make a print: print( h, '-djpeg', 'test.jpg'); It will print the current view of the plot to your workspa...

casi 14 años hace | 2

Respondida
Shaded surface
It's not that simple, r is not constant. So I am not plotting a sphere. I'll post the full code, so maybe you can help me... ...

casi 14 años hace | 0

Pregunta


Shaded surface
Hi I have 3 Arrays with values of which i am doing a 3D plot. Currently i am using "plot3()". I would rather like to have a s...

casi 14 años hace | 3 respuestas | 0

3

respuestas

Respondida
Functions with multiple variables
Sorry I should have added more information: St22 = 73.00 [MPA] s23 = 30 [MPA] (s22+s33+sqrt((s22-s33)*(s22-s33)+4*s23*...

casi 14 años hace | 0

Respondida
Functions with multiple variables
Re If i understand correct, your code plots my function. Though it does not solve my optimization problem. Any hints? Than...

casi 14 años hace | 0

Pregunta


Functions with multiple variables
Hi I am working on functions with multiple variables: IFF1 = @(s22,s33) (s22+s33+sqrt((s22-s33)*(s22-s33)+4*s23*s23))/(2*St22)...

casi 14 años hace | 4 respuestas | 0

4

respuestas