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

más de 6 años hace | 0

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

más de 6 años hace | 0

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

más de 6 años hace | 0

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

más de 6 años hace | 0

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

más de 6 años hace | 0

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

más de 6 años hace | 0

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

más de 6 años hace | 0

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

más de 6 años hace | 0

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

más de 6 años hace | 1

| aceptada

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

más de 6 años hace | 0

| aceptada

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

más de 6 años hace | 1

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

más de 6 años hace | 0

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

más de 6 años hace | 0

| aceptada

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

más de 6 años hace | 0

| aceptada

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

más de 6 años hace | 0

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

más de 6 años hace | 0

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

más de 6 años hace | 0

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

más de 6 años hace | 0

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

más de 6 años hace | 1

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

más de 6 años hace | 0