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

oltre 6 anni fa | 0

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

oltre 6 anni fa | 0

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

oltre 6 anni fa | 0

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

oltre 6 anni fa | 0

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

oltre 6 anni fa | 0

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

oltre 6 anni fa | 0

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

oltre 6 anni fa | 0

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

oltre 6 anni fa | 0

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

oltre 6 anni fa | 1

| accettato

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

oltre 6 anni fa | 0

| accettato

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

oltre 6 anni fa | 1

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

oltre 6 anni fa | 0

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

oltre 6 anni fa | 0

| accettato

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

oltre 6 anni fa | 0

| accettato

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

oltre 6 anni fa | 0

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

oltre 6 anni fa | 0

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

oltre 6 anni fa | 0

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

oltre 6 anni fa | 0

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

oltre 6 anni fa | 1

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

oltre 6 anni fa | 0