plot(Y,Z(X)); w = waitforbuttonpress; close(fig(i)) end Thanks! 댓글 수: 1 Image Analyst2022년 9월 17일 Why is X the index to Z? How many elements are in X? If it's a thousand, surely you don't want a
How to plot multiple graphs in one figure ?. Learn more about subplot, tiledlayout, figure, multiple, axes MATLAB
How to make separate graph for each class? . Learn more about deep learning, graph, plot, object detection Deep Learning Toolbox, MATLAB
How is the plot aligned to the image? How do you want to display them "together"? Do the plots share a similar domain and range such that you intend to display them in the same axes? Are they to go in separate axes? Do axes decorations matter, or is the goal to just create a mo...
I am trying to understand how to plot a figure and animate on a separate one other stuff. The following piece of code clearall; closeall; clc; % data x = linspace(0,3,100); f = sin(x); % plot 1 figure; plot(x,x); % plot 2 ...
I have a graph of 1000 points on X&Y axes . I want to split them into smaller graphs of 10 points on each axes and read these ten values into separate vectors. at the end i need 100 plots and 100 vectors as outputs. How is this possible. can someone help me out ??
that I also need to subtract from the polyshape scan regions, something like this:You can retrie...
im using dilate and erode in matlab, and then i want to separate the background and people in the poin of object, without the bring result background, and then the result of dilate and erode just people without the background, sorry, maybe my english...
I have been able to read my excel file and to create my table using this code: T = readtable('Data.xlsx','TextType','string'); I would like to separate them in 2 differents tables one with variables names and one with the data ...
I need to plot it first and divide it into two sections and fit straight lines separately. Then get the intersection of those straight lines and get the co-ordinate points. 1 Kommentar darova am 5 Mär. 2020 Can you show your data? Do ...