Réponse apportée
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...

plus de 6 ans il y a | 0

Réponse apportée
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...

plus de 6 ans il y a | 0

Réponse apportée
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...

plus de 6 ans il y a | 0

Réponse apportée
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...

plus de 6 ans il y a | 0

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

plus de 6 ans il y a | 0

Réponse apportée
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...

plus de 6 ans il y a | 0

Réponse apportée
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 ...

plus de 6 ans il y a | 0

Réponse apportée
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...

plus de 6 ans il y a | 0

Réponse apportée
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...

plus de 6 ans il y a | 1

| A accepté

Réponse apportée
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...

plus de 6 ans il y a | 0

| A accepté

Réponse apportée
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...

plus de 6 ans il y a | 1

Réponse apportée
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 ‘...

plus de 6 ans il y a | 0

Réponse apportée
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...

plus de 6 ans il y a | 0

| A accepté

Réponse apportée
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...

plus de 6 ans il y a | 0

| A accepté

Réponse apportée
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...

plus de 6 ans il y a | 0

Réponse apportée
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. ...

plus de 6 ans il y a | 0

Réponse apportée
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...

plus de 6 ans il y a | 0

Réponse apportée
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...

plus de 6 ans il y a | 0

Réponse apportée
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...

plus de 6 ans il y a | 1

Réponse apportée
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...

plus de 6 ans il y a | 0