Feeds
질문
why is there no lines in in my plot
clear; clc; close all; %input the filename you want to consider %filename=input('what is the filename you want to consider \...
대략 5년 전 | 답변 수: 1 | 0
1
답변질문
how to handle error of not entering a number for input function.
xcord=input("enter a x value from 1 to 3: "); ycord= input("enter a y value from 1 to 3: "); Error using input Unrecogni...
대략 5년 전 | 답변 수: 1 | 0