Community Profile

photo

Ziv Kassner


2014년부터 활동

Followers: 0   Following: 0

연락

PhD student - Zoology
Professional Interests: Insect's Biomechanics

통계

  • Thankful Level 3

배지 보기

Feeds

보기 기준

답변 있음
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년 전 | 0

| 수락됨

질문


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년 전 | 답변 수: 2 | 0

2

답변

질문


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년 전 | 답변 수: 0 | 0

0

답변

질문


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년 전 | 답변 수: 1 | 0

1

답변

질문


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년 전 | 답변 수: 1 | 0

1

답변

질문


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년 전 | 답변 수: 1 | 0

1

답변

질문


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년 초과 전 | 답변 수: 0 | 0

0

답변

질문


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년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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년 초과 전 | 답변 수: 0 | 0

0

답변

질문


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년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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

8년 초과 전 | 답변 수: 2 | 0

2

답변

질문


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년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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년 전 | 답변 수: 1 | 0

1

답변

질문


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년 전 | 답변 수: 0 | 0

0

답변

질문


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년 전 | 답변 수: 2 | 0

2

답변

질문


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년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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년 초과 전 | 답변 수: 0 | 0

0

답변

질문


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년 전 | 답변 수: 2 | 0

2

답변

질문


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년 전 | 답변 수: 1 | 0

1

답변