Community Profile

photo

Ziv Kassner


Active since 2014

Followers: 0   Following: 0

Message

PhD student - Zoology
Professional Interests: Insect's Biomechanics

Statistics

  • Thankful Level 3

View badges

Feeds

View by

Answered
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)],......

5 years ago | 0

| accepted

Question


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...

5 years ago | 2 answers | 0

2

answers

Question


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...

5 years ago | 0 answers | 0

0

answers

Question


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...

5 years ago | 1 answer | 0

1

answer

Question


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...

6 years ago | 1 answer | 0

1

answer

Question


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...

6 years ago | 1 answer | 0

1

answer

Question


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 ...

6 years ago | 0 answers | 0

0

answers

Question


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...

6 years ago | 1 answer | 0

1

answer

Question


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...

6 years ago | 1 answer | 0

1

answer

Question


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 ...

6 years ago | 0 answers | 0

0

answers

Question


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 ...

8 years ago | 1 answer | 0

1

answer

Question


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

8 years ago | 2 answers | 0

2

answers

Question


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]...

8 years ago | 1 answer | 0

1

answer

Question


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...

9 years ago | 1 answer | 0

1

answer

Question


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...

9 years ago | 0 answers | 0

0

answers

Question


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...

9 years ago | 2 answers | 0

2

answers

Question


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...

9 years ago | 1 answer | 0

1

answer

Question


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...

9 years ago | 0 answers | 0

0

answers

Question


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...

10 years ago | 2 answers | 0

2

answers

Question


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...

10 years ago | 1 answer | 0

1

answer