Community Profile

photo

yatharth


Last seen: 11 meses hace Con actividad desde 2022

Estadísticas

  • Knowledgeable Level 1
  • First Answer

Ver insignias

Content Feed

Ver por

Respondida
Creating plots in group of six plots for x number of plots
Hey, you can do so by making 10 tiled layouts and each graph you can use the hold property to plot 6 graphs in 1 plot this will ...

11 meses hace | 0

Respondida
Print figure into report
Hey! You can refer to this similar solution

11 meses hace | 0

Respondida
how to find the optimal path to catch a target when the target is moving using q-learning
You can try considering regions where your target currently is and where it isn't as states Say your target is at [4,5] so you...

11 meses hace | 0

Respondida
Creating multiple plots with for loop
Hey, if you want to plot and Display Multiple Axes in a Figure you can do so by tiledlayout(10,1) for i = 1:10 x= A(52...

11 meses hace | 0

| aceptada

Respondida
Error loading MNIST Images
Hey I am not sure about your approch of creating a Neural Network, you can follow up this approch mentioned in the documentation...

11 meses hace | 0

Respondida
How to calculate the precision and recall for prediction deep learning
Hey, can you tell more about your output matrix ? if you want to do element wise comparision of the 3d matrix then you can simpl...

11 meses hace | 0

| aceptada

Respondida
mat1(mat2) = mat1 assignment
Hey! Assuming by "Pattern" you want to understand the output. here initially your array t1 = [ 0 1 2 3 4 5 6 ] and t2 = [ 7 6 ...

11 meses hace | 0

Respondida
I want to export 5 columns from a huge text file with 16 columns and save it as a text file again
Hey , since you are reffering to columns I assume you have .csv instead of a .txt file , you can simply read the file and store ...

11 meses hace | 0

Respondida
Storing output of function file in workspace
Hey since your cfit variable is wrapped inside the ParameterEstimates function it cannot be saved to the workspace unless you sp...

11 meses hace | 0