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

6 years ago | 0

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

6 years ago | 0

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

6 years ago | 0

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

6 years ago | 0

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

6 years ago | 0

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

6 years ago | 0

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

6 years ago | 0

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

6 years ago | 0

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

6 years ago | 1

| accepted

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

6 years ago | 0

| accepted

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

6 years ago | 1

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

6 years ago | 0

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

6 years ago | 0

| accepted

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

6 years ago | 0

| accepted

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

6 years ago | 0

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

6 years ago | 0

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

6 years ago | 0

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

6 years ago | 0

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

6 years ago | 1

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

6 years ago | 0