Beantwortet
Representing 2 planes using matrices to perform FEA
Hi, First, you can try finding the equation of plane. According to your question, equation of 1st plane is y=0. Second plane i...

mehr als 6 Jahre vor | 0

Beantwortet
hdrwrite with grayscale HDR image
Hi, You can save storage space by storing the zeros in the other two dimensions in order to save memory. As per your code, you...

mehr als 6 Jahre vor | 0

Beantwortet
Contents in a Vector
Hi You can run the following command to access and display the array elements which you have asked. The solution is as per you...

mehr als 6 Jahre vor | 0

Beantwortet
How can I make the Background of an image invisible? (R2018b)
Hi, As per your image, it will be a two-class classification problem in an image. Since the image is a black and white and you...

mehr als 6 Jahre vor | 0

Beantwortet
About Augment Images for Training
Hi, You can try with all possible data augmentation techniques like flip, rotation, cropping, scaling, adding noise, translati...

mehr als 6 Jahre vor | 0

Beantwortet
Empty sym: 0-by-1
Hi, As per your code, R1 consists of 3 equations with two unknowns. Also, there is no need of R2 as it will always give the va...

mehr als 6 Jahre vor | 0

Beantwortet
Get the spatial coordinates for the outer boundary from pixels
Hi Muhammad, As per your question, I understand that you want to make a black boundary at some spatial coordinates. Since you ...

mehr als 6 Jahre vor | 0

Beantwortet
Cluster of precipitation time series
Hi CJ, Since you want to cluster the precipitation data into 4 seasons in year wise format, you should take year wise data and...

mehr als 6 Jahre vor | 0

Beantwortet
Does matlab support fullscreen?
Hi Pankaj, You cannot use F11 in MATLAB to make it full screen. To use MATLAB editor in full screen, right click on the fil...

mehr als 6 Jahre vor | 1

| akzeptiert

Beantwortet
Difference in C function argument generated from MATLAB Simulink 2010b compared to MATLAB Simulink 2018b
Hi Asang, Prior to R2010b version of MATLAB there were 5 different coder products viz. Real-time Workshop, Stateflow Coder, Re...

mehr als 6 Jahre vor | 0

| akzeptiert

Beantwortet
Error: The expression to the left of the equals sign is not a valid target for an assignment.
Hi, You can use the below command: Ycomfort=str2func('@(x,T_set_r,T_room_m,T_room_mm,DT_m,DT_L,DT_U,T_room,Gt,dc,Q_HVAC,N_sl...

mehr als 6 Jahre vor | 1

Beantwortet
What is the possible error in the state estimator?
Hi, You have not defined some variables in your code, and some are not properly defined. Do the following update: Value of ‘...

mehr als 6 Jahre vor | 0

Beantwortet
Data organisation for a Time Series Neural Network
Hi, You can train your NARX model with multi-dimensional input data. You can do this task in two ways, first using ‘narxnet’ f...

mehr als 6 Jahre vor | 0

| akzeptiert

Beantwortet
Using normpdf with datetime datatype
Hi, It is not possible to use normpdf with the input in datetime format (which is not in scalar format). This command requires...

mehr als 6 Jahre vor | 0

| akzeptiert

Beantwortet
Creating Patches for all images in a directory
Hi, To read the images from a folder, firstly you need to give the path of that folder, then run a loop to read each image, cr...

mehr als 6 Jahre vor | 0

Beantwortet
error using vpasolve involving 6 variables
Hi, Suggest you to check symbolic expression xcom, ycom, b and y as it has sin inverse operation which lies between –1 and 1. ...

mehr als 6 Jahre vor | 0

Beantwortet
Solving multiple algebraic equation
Hi, Your solution is correct. Use ‘S=vpasolve(eqns,[x y z]) ‘ instead of using ‘solve’ command, to avoid warning. Your so...

mehr als 6 Jahre vor | 0

Beantwortet
Extracting Data from a Cell as xyz information
Hi, You can load your data using ‘load’ command. Your file consists of data in the form of cells (1XM) and those cells are f...

mehr als 6 Jahre vor | 0

Beantwortet
Fail in loading session to image labeler
Hi, You should keep your saved session as well as the image (which you have used to create labels) in the MATLAB working direc...

mehr als 6 Jahre vor | 1

Beantwortet
How to make a plot from one signal out of a CAN trace (blfread)?
Hi, Function ‘blfread’ returns the timetable which contains the message data from the specified channel. Timetable contains the...

mehr als 6 Jahre vor | 0