Community Profile

photo

Lucifer__


Last seen: 2 months ago Active since 2019

Followers: 0   Following: 0

Message

Statistics

  • Knowledgeable Level 1
  • Thankful Level 1
  • First Answer

View badges

Feeds

View by

Question


How to draw a zigzag line in MATLAB?
I want x and y points from a zigzag line in a x,y mesh/grid. How do I draw it on matlab?

4 years ago | 1 answer | 0

1

answer

Question


Can someone explain the concept of B= null(A) in simple words?
if A = [1,2,3,4,5] B=null(A) gives something like this : B = -0.2697 -0.4045 -0.5394 -0.6742 0.9359 -0.09...

4 years ago | 2 answers | 0

2

answers

Answered
How to change the size of a plot figure
Set the ‘Position’ property on the current figure (gcf). By default, the position is in pixels. x0=10; y0=10; width=550; hei...

4 years ago | 6

| accepted