photo

Aniketh


Last seen: circa 2 anni fa Attivo dal 2023

Followers: 0   Following: 0

Programming Languages:
MATLAB
Spoken Languages:
English
Pronouns:
He/him

Statistica

MATLAB Answers

0 Domande
22 Risposte

RANK
1.909
of 300.364

REPUTAZIONE
34

CONTRIBUTI
0 Domande
22 Risposte

ACCETTAZIONE DELLE RISPOSTE
0.00%

VOTI RICEVUTI
7

RANK
 of 20.934

REPUTAZIONE
N/A

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
0 File

DOWNLOAD
0

ALL TIME DOWNLOAD
0

RANK

of 168.407

CONTRIBUTI
0 Problemi
0 Soluzioni

PUNTEGGIO
0

NUMERO DI BADGE
0

CONTRIBUTI
0 Post

CONTRIBUTI
0 Pubblico Canali

VALUTAZIONE MEDIA

CONTRIBUTI
0 Punti principali

NUMERO MEDIO DI LIKE

  • Knowledgeable Level 2
  • First Answer

Visualizza badge

Feeds

Visto da

Risposto
what should i do with this error on cross validation?
Hi Amir, to resolve the error, modify the following lines in your code: trainData = subset(train, trainIdx); valData = subset...

oltre 2 anni fa | 1

| accettato

Risposto
How can I freeze layers for training a network with multiple outputs and reduce time for the training?
Yeah this a right way to freeze the layers, as long as you are not seeing any drastic changes in the output it shouldn't be any ...

oltre 2 anni fa | 0

| accettato

Risposto
How to save the figures after running the batch of testcases in matlab?
Hi, to automatically convert the scopes into figures and save them in a folder for multiple test cases, you can follow these ste...

oltre 2 anni fa | 0

Risposto
How to increase text size for asterisk for significant data
The correct parameter for matlab plots is 'FontSize'

oltre 2 anni fa | 0

Risposto
View a YUYV encoded image in MATLAB
Hi Chhayank, To convert a yuv encoded image to rgb you can first Reshape the YUYV data into a matrix with dimensions [height,...

oltre 2 anni fa | 1

Risposto
Expanding Deep Network Architecture for Signal Classification
In order to answer your question how you can incorporate CNN layers to your architecture it is quite straight forward, here is o...

oltre 2 anni fa | 0

Risposto
Why testing accuracy is 0.000?
Hi Sanchit, It seems the problem in your code is in the respective datatypes of y_test.Var11 and y_pred. To address this probl...

oltre 2 anni fa | 0

| accettato

Risposto
Feedforwardnet custom loss function setup
Hi Antonio, you have an interesting approach to the problem, there could be a few ways to tackle this problem, essentially you w...

oltre 2 anni fa | 1

| accettato

Risposto
Issues loading labels in Deep Network Analyzer
Hi, In the trainNetwork function, the response input (Labels) is expected to be a categorical array. However, in the provided ...

oltre 2 anni fa | 0

Risposto
How can I Perform Dimensionality Reduction of my Data using PCA?
Hi, to understand if you have successfully reduced the dimensionality of your multivariate time series using PCA, you can analyz...

oltre 2 anni fa | 0

Risposto
Editing a graph.
Hi Lewis, MATLAB provides options to change the strucure through the layout function. You can check out this page for more detai...

oltre 2 anni fa | 0

Risposto
How to Fuzzy goal programming
In order to understand what you exactly plan to do and how you want to leverage matlab/simulink to do this, you would have to pr...

oltre 2 anni fa | 0

Risposto
Change Traslational Hard-Stop equations in Simulink
Hi Raffaele, If you are interested in a more complex material response involving multiple springs and dampers, I think you might...

oltre 2 anni fa | 0

Risposto
Missing variable definition in .h
It is possible that the variables SWC_NAME_VAR_INIT and SWC_NAME_CODE are not defined in the .h file of your generated C code fr...

oltre 2 anni fa | 0

Risposto
How to get Local maximum determination of an image
Hi, I was able to get similar results on this image To determine the local maximum peaks in an image, you can use MATLAB's...

oltre 2 anni fa | 1

Risposto
House Heating System - Simulink - initialization file for simulink house components
Hi Patrick, This page has extensive documentation to address your issue: Thermal Model of a House - MATLAB & Simulink - MathWo...

oltre 2 anni fa | 1

Risposto
Problem with number of inputs and outputs
To connect multiple outputs from a "From Workspace" block to a single input port of a Simulink block, you can use a "Bus Creator...

oltre 2 anni fa | 0

Risposto
Can I rotate a contour plot with the rotate function?
Yes, it is possible to rotate a contour plot in MATLAB by custom angles using the rotate function. Instead of using rot90 which ...

oltre 2 anni fa | 0

Risposto
Do you know how to use regression learner after a transfer learning?
The following page provides a good documentation on using Regression Learner for evaluating model performance, I assume it shoul...

oltre 2 anni fa | 0

Risposto
How can I create a Simulink reference subsystem which contains the contents of a library, programmatically?
To programmatically create a Simulink reference subsystem that contains the contents of a library, first load the system: Get...

oltre 2 anni fa | 0

Risposto
How do I debug a convolutional neural network with a custom training loop that is not learning?
A very probable cause for this, and what I have exeperienced myself a few times is Initialization, check the initialization of y...

oltre 2 anni fa | 1

Risposto
CNN for Binary Classification of Data
Hey since you haven't specified what type of data you are working with exactly I'll just share a few relevant resources which sh...

oltre 2 anni fa | 1

| accettato