photo

Tejas


Last seen: 10 days ago Active since 2024

Followers: 0   Following: 0

Statistics

  • Knowledgeable Level 2
  • 3 Month Streak
  • First Answer

View badges

Feeds

View by

Answered
How can I train a Convolutional Neural Network for a Regression task?
Hello Ioannis, A Convolutional Neural Network (CNN) can indeed be trained for regression tasks. This documentation provides an ...

10 days ago | 0

Answered
Train hidden networks example
Hello Xavier, I am assuming the example mentioned in the question, is the one provided in this documentation: web(fullfile(doc...

10 days ago | 0

Answered
How to create layers in CNN using trainNetwork?
Hello Selva, To add layers to a Neural Network, the Deep Learning Toolbox offers many built-in functions to assist in this proc...

13 days ago | 0

Answered
transpose matrix and data arrangement in simulink
Hello Yana, To make sure that transposing a matrix does not add any extra dimensions, try this workaround: Add a 'MATLAB Funct...

13 days ago | 0

Answered
Using the datafeed toolbox and bloomberg, how do you return a matrix of multiple securties and prices for the same dates?
Hello Cormac, I am assuming that the cell array 'd', sized 2x1, contains two timetables, each sized 13x2. These timetables repr...

14 days ago | 0

Answered
Bloomberg - Matlab connection, multiple securities: balanced sample
Hello Bjoern, To create a timetable that includes data for multiple securities, the 'synchronize' function can be used to combi...

14 days ago | 0

Answered
How can I plot Polyhedra
Hello Ali, To plot a Polyhedron, the 'fimplicit' function can be utilized. More details about this function are available in th...

15 days ago | 0

Answered
Using USB webcams in Simulink
Hello Tim, The workflow to access a USB webcam in real-time with Simulink depends on the version of the product being used. For...

15 days ago | 0

Answered
Split String in a Table
Hello Aldrich, To split the strings in a column, follow the steps in the example below: Make sure the column with strings is a...

16 days ago | 0

Answered
How do I input a lot of values and record each single output in Bvp4c?
Hi Hussein, To record the values of 'MainpADM' for different values of 'Pe', follow these steps: Preallocate the variable 'Ma...

16 days ago | 0

Answered
Simulink rapid accelerator slowly filling HD
Hello Giorgio, To prevent the creation of large .DMR files, consider using the Simulation Data Inspector settings to set glo...

17 days ago | 0

Answered
Logic help for fault detection
Hello Asmaa, It seems the question is about finding a way to ensure that if there is a fault in the input signal, the output re...

17 days ago | 0

Answered
i have a binary image , in that i used roifilt2 to filter ROI , i need to calculate the black pixels in the filtered region?
Hello Priya, To determine the number of black pixels, the 'sum' function can be utilized. This function calculates the sum of ...

1 month ago | 0

Answered
I am trying to create MIL automation script using Signal Editor facing below issue.
Hello Nikhil, To create a MIL automation script according to the specified requirements, follow these steps: Access the 'Sig...

1 month ago | 0

Answered
Error using load when trying to open large structure .MAT file
Hello Nicholas, This issue often arises when the .MAT file is corrupted. Here are a few suggestions to resolve it: Create a ...

1 month ago | 0

Answered
I worked on a code for caesar cypher problem it should work correctly but it does not
Hello Amany, The reason the above code produces incorrect results on certain test cases is due to the lack of wrap-around when...

1 month ago | 0

Answered
use app designer to assign values to variables in existing ".m" script
Hello André, User inputs can be saved to a .M file by utilizing a button push callback along with file handling operations to ...

1 month ago | 0

Answered
I have an adjacency matrix .Now I want to rewire by replacing two edges at random.I have tried please see below
Hello MKS, It seems you want to rewire an adjacency matrix by removing two random edges and adding two new ones. Here are...

1 month ago | 0

Answered
How to reset counter using its own output counter complete signal??
Hello Pranjali, From the above question, I am assuming that you want to build a counter that automatically resets after reachi...

1 month ago | 0

Answered
How to use plot3 function inside Matlab function block used in Simulink ?
Hello Vignesh, To use the ‘plot3’ function within a MATLAB Function block in Simulink, it must first be declared as an ‘extrin...

1 month ago | 0

Answered
debugging from symbolic computations
Hello Pooya, The warnings that appear after running the code suggest that the functions 'tx(i,x)', 'ty(j,y)', 'rux(x)', 'ruy(y...

2 months ago | 0

Answered
copy a dynamicprops object by value
Hello Yvan, The 'dynamicprops' class is a subclass of the 'handle' class. This means that when 'myclass' inherits from 'dynami...

2 months ago | 0

Answered
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 months ago | 0

Answered
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 months ago | 0

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

2 months ago | 0

Answered
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 months ago | 0

Answered
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 months ago | 0

Answered
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 months ago | 0

| accepted

Answered
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 months ago | 0

Answered
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 months ago | 0

Load more