Community Profile

photo

Ziv Kassner


Aktiv seit 2014

Followers: 0   Following: 0

Kontakt

PhD student - Zoology
Professional Interests: Insect's Biomechanics

Statistiken

  • Thankful Level 3

Abzeichen anzeigen

Feeds

Anzeigen nach

Beantwortet
How to fill wing movement in 3d?
Just made it happen: for i = 1:length(AA)-1 fill3([AA(i,1);AA(i,4);AA(i+1,1)],... [AA(i,2);AA(i,5);AA(i+1,2)],......

fast 5 Jahre vor | 0

| akzeptiert

Frage


How to fill wing movement in 3d?
Hi, I have a n-by-3 matrix of flapping wing tip path and a stationary base point (zeros(3,n)) - attached as 'wingtip.m'. I wan...

fast 5 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


plot3 of multidimensional array
I want to plot3 a body line. 'body' is a 2*3*280 array of XYZ coordinates that correspond to: body(1,1:3,:) is headX headY he...

etwa 5 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


How do I control errorbar line appearance independently of the markers?
How do I control the appearance of errorbars? I want to change the line style of the errorbars independently of the markers Th...

etwa 5 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How can I change struct name in a loop
Hi everybody, I have a struct name: Individual1.length I want the user to enter a number and the script will change accordin...

fast 6 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How do I change axes orientation to a desired one
I have a 3D data set in which I want to plot (367*6 - xyz of to points). I want to define the Y and Z axis so it will be +15 d...

fast 6 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


GUI debugging while using a toggle button
I am having a problem finding a specific line in a huge messy code. I have a GUI that have a toggle button, and every time I ...

mehr als 6 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


Assign a 'double' variable to struct
I have a variable as such: A.b = 'example'; And I want to change it to: A.b.c = 2; How can I do it without it prompt...

mehr als 6 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Subindex error when using with graphics
When I run this: ind = findobj(dig_data.objects.left_wing.points); non_zero_handles = dig_data.objects.left_wing.points(in...

mehr als 6 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Rotating XYZ coordinates to a new Z axis.
I have XYZ coordinates of an object moving in space, but the XYZ axes are arbitrary. I have 2 XYZ points on a known Z line. how ...

mehr als 6 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


Saving a variable from a function with a different name
How can I save a variable from a function into the workspace? example: function new_name = A(a,b) new_name = a+b; end ...

mehr als 8 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Subplot 'super' legend
Is there any new function that allows you to create a legend for all subplots?

mehr als 8 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


Plotyy y axis properties
My script is: [a,az,b2t] = plotyy(1:r , Vazimuth , 1:r , b2t); set(az(1),'YLim',[0 159]) set(az(1),'YTick',[0:10:159]...

mehr als 8 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Kruskalwallis test to struct
I have a 1X4 struct array with fields that contains different dimensions of matrices and I want to check if there is a differenc...

fast 9 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


plotting multiple triangles from 3 XYZ points
I have 3 points with XYZ coordinates. I want to plot them as a triangle. For example, i have a cow face, and every tip of a ho...

fast 9 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


character to variable that already exists in the workspace
I want to make a "for loop" that uses some variables that looks like this: score1, score2, score3,...score21. My problem is th...

etwa 9 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


How can i make a 3D plot that is made of many 2-points line with a direction
I have 2 matrices of XYZ (in one variable) that shows the location of 2 points on an object head-to-tail. I need to make a 3D p...

mehr als 9 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How do i make 3d plot movie
I have a matrix of a few points (X,Y,Z) of an object that moves. I know how to make the plot3 but I want to show it in a confer...

mehr als 9 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


NaN selective removal from a matrix
I have a matrix like this: a=[NaN NaN NaN NaN;NaN NaN NaN NaN;2 3 NaN 4;9 4 NaN 4;3 9 NaN 3]; and i want to remove all the r...

fast 10 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


Loading multiple excel files with different names
I need to load multiple excel files with different names (it's important that they'll keep their names) and put a calculation th...

fast 10 Jahre vor | 1 Antwort | 0

1

Antwort