Beantwortet
regarding deep demosaicing fdorimage restoration
Hello Maulshree, From the question above, I assume you want to know how the output image from the ‘demosaic’ function can be u...

2 Monate vor | 0

Beantwortet
I have used nnstart neural network tools to predict NOx data using LM model. How do I export the predicted data to compare the predictions?
Hello Aman, The 'nnstart' tool does not offer an option to directly export predictions. However, it is possible to export the ...

2 Monate vor | 0

Beantwortet
Calibration and validation in ANN model
Hello Sonisa, The ‘divideParam’ function expects the ‘trainRatio’, ‘valRatio’, and ‘testRatio’ to be decimal values. Here i...

2 Monate vor | 0

Beantwortet
How to i build a structure like digitTest4DArrayData with OWN data
Hello Matthias, To convert your dataset into the same structure as the ‘digitTest4DArrayData' test dataset, use the 'imageDatas...

2 Monate vor | 0

Beantwortet
How to show a figure in the MATLAB App designer with both X and Y axis from signal in simulink real-time model?
Hello Devesh, Start by adding an 'Axes Component' in App Designer. Below this component, place a button and assign a 'ButtonPu...

2 Monate vor | 0

Beantwortet
Fill below the 3D terrain data
Hello Burak, To fill the terrain from the elevation data down to mean sea level, you can create polygons that act like vertica...

2 Monate vor | 0

| akzeptiert

Beantwortet
Does MatLab work on VDI
Hello Jesus, Yes, MATLAB can be used on a VDI. To install it on a VDI, follow these steps: Check that your MATLAB license al...

3 Monate vor | 0

Beantwortet
Calculate f for multiple inputs
Hello Arashdeep, The vectors ‘q’, ‘x’, and ‘y’ have dimensions of [99,1], while ‘u’ and ‘v’ have dimensions of [1,101]. Subtra...

3 Monate vor | 0

Beantwortet
NARX export to Simulink time step
Hello Sohrab, When exporting a NARX network block to Simulink, the ‘gensim’ function can be used to adjust the sample time as ...

3 Monate vor | 0

Beantwortet
How can we use the m files for Daughman Integro-differential operator given in the hyperlink below?
Hello Ridhima, I understand that the requirement is to use the collection of .M files published in File-Exchange with title “I...

3 Monate vor | 0

Beantwortet
limiting broadcast variable in a 3d block processing program
Hello Tiwwexx, To stop the broadcasting of the ‘pad_im’ array, consider making it a ’Distributed Array’. This will partition t...

3 Monate vor | 0

| akzeptiert

Beantwortet
dynamic images for temporal dithering
Hello André, To create dynamic temporal images, use the Axes UI component to plot the images. Then use 'timer' function to exe...

3 Monate vor | 0

| akzeptiert

Beantwortet
Comparison of excel sheet data and output should be excel sheet for matched and mismatched data using simulink model.
Hello Divyashree, To compare two Excel files in Simulink, create a .M script that reads the Excel files and extracts matched an...

3 Monate vor | 0

Beantwortet
callback in TreeNode Propertis
Hello Luca, Follow the example below to add a callback to a node within a Tree: Define a callback for the Tree using the ‘Se...

3 Monate vor | 0

| akzeptiert

Beantwortet
How to get input from a simulink model to .m file ?
Hello Prerna, The output of a 'MUX' is a vector, allowing the elements within the output signal to be indexed like any other ve...

3 Monate vor | 0

Beantwortet
Extracting string value from table - Receive error "Expression for initial value of data must evaluate to logical or supported numeric type."
Hello Rocke, Table-type data cannot be directly passed as an input to a ‘MATLAB Function Block’ in Simulink. The table needs t...

3 Monate vor | 1

Beantwortet
How to compare between simulink setting file?
Hello Dayoung, Here is a workaround to compare Simulink setting files without using the ‘visdiff’ function. It is assumed that...

3 Monate vor | 0

Beantwortet
How to use looping method to crop image dynamically (auto-cropping)?
Hello Dayangku, I am assuming you want to automate the process of resizing images to 512 x 512 pixels by adding padding if any...

3 Monate vor | 0

Beantwortet
Different Numerical results between Intel and AMD
Hello Huiyu, My understanding from the above question is, that you want to know why there is difference in numerical values wh...

3 Monate vor | 0

Beantwortet
Compute the curl of a trajectory (identify clockwise or anti-clockwise motion)
Hello Andreas, It looks like you are curious about why there is an issue when trying to use the curl function and how to corre...

6 Monate vor | 0

Beantwortet
GARCH (conditional variance models) for panel data?
Hello Marta, The garch model can be applied to panel data, provided that the data for each panel is considered as an individua...

6 Monate vor | 0

Beantwortet
Bisection and Fixed Point İterations: Function input
Hi Abdussamet, A function or mathematical equation can be accepted as input from the user using an anonymous function. An anon...

6 Monate vor | 0

Beantwortet
How to know if an RL agent has been updated
Hi Haochen, I also encountered the same issue while working with MATLAB R2024a. My understanding is that when a copy of an age...

6 Monate vor | 0

| akzeptiert

Beantwortet
Help, I need to know how to build a dataset. I have 7 txt file of bearing raw vibration generated. If can I need step by step. Already three days search.
Hi Rusyaidi, In supervised learning, models require the provision of expected values or classes alongside the data entries the...

6 Monate vor | 1

| akzeptiert

Beantwortet
Why do I get the "Failure to load the device plug-in" when connecting with android mobile device?
Hello Dina, To resolve the above issue, try this workaround: Navigate to Environment Variables > System Variables and choose...

6 Monate vor | 1

Beantwortet
Set Model Callbacks with Simulink Block
Hello Marcus, My understanding from above question is that you want a block, placed inside the Simulink model to establish ‘In...

7 Monate vor | 0

Beantwortet
Passing data from Mask to Block
Hello Oleksiy, From my understanding, you want to pass ‘myMatrix’, which is generated from a mask callback, into the ‘MATLAB f...

7 Monate vor | 0

Beantwortet
Equivalent of passing structure to "varargin" for the new "Function Argument Validation" introduced in 2019b
Hello Nate, It seems you are looking to streamline function calls by passing input arguments as name-value pairs in the form o...

7 Monate vor | 0

Beantwortet
How to find scalar field from a polynomial curve fit
Hello Tyde, It looks like you want to create a scaler field that encompasses every point in the ‘data.mat’ file. In the curr...

7 Monate vor | 0

Beantwortet
Stopping Criteria in bayesopt for Early Termination
Hello Muhammad, It seems you want a method to halt Bayesian optimization prematurely when a certain parameter value falls bene...

7 Monate vor | 0

| akzeptiert

Mehr laden