Maciej - MATLAB Central
photo

Maciej


Last seen: 8 months ago Active since 2024

Followers: 0   Following: 0

Statistics

MATLAB AnswersFrom 05/24 to 01/25Use left and right arrows to move selectionFrom 05/24Use left and right arrows to move left selectionTo 01/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%

RANK
95,887
of 296,446

REPUTATION
0

CONTRIBUTIONS
3 Questions
0 Answers

ANSWER ACCEPTANCE
100.0%

VOTES RECEIVED
0

  • Thankful Level 2

View badges

Feeds

View by

Question


problem with tbl,xvar,yvar form of plot()
Greetings, as per title i have a problem with tbl,xvar,yvar form of plot(). I have an array with history of the evolution of th...

8 months ago | 1 answer | 0

1

answer

Question


Bar() very thin, does not respond to width argument
I have a problem with Bar() function, look at the screenshot, the bars are very thin. Note that there are no leftover trash from...

8 months ago | 1 answer | 0

1

answer

Question


I want to plot 2d quiver plot from 3d data but get a syntax error
clear; nX = 7; nY = 7; nZ = 7; gridSize = [nX nY nZ]; gridScaling = [1 1 1 1]; [X,Y,Z] = meshgrid(1:nX, 1:nY, 1:nZ); X_...

9 months ago | 1 answer | 0

1

answer
Go to top of page