Community Profile

photo

Lucifer__


Last seen: circa 2 mesi fa Attivo dal 2019

Followers: 0   Following: 0

Contatto

Statistiche

  • Knowledgeable Level 1
  • Thankful Level 1
  • First Answer

Visualizza badge

Feeds

Visto da

Domanda


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?

oltre 4 anni fa | 1 risposta | 0

1

risposta

Domanda


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

oltre 4 anni fa | 2 risposte | 0

2

risposte

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

oltre 4 anni fa | 6

| accettato