photo

Sameer


Last seen: 12 Tage vor Aktiv seit 2024

Followers: 1   Following: 0

Programming Languages:
Python, C++, C, Java, Javascript, R, MATLAB, Ruby, SQL, Perl
Spoken Languages:
English
Pronouns:
He/him

Statistik

MATLAB Answers

0 Fragen
153 Antworten

RANG
668
of 298.949

REPUTATION
114

BEITRÄGE
0 Fragen
153 Antworten

ANTWORTZUSTIMMUNG
0.00%

ERHALTENE STIMMEN
8

RANG
 of 20.661

REPUTATION
N/A

DURCHSCHNITTLICHE BEWERTUNG
0.00

BEITRÄGE
0 Dateien

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANG

of 162.957

BEITRÄGE
0 Probleme
0 Lösungen

PUNKTESTAND
0

ANZAHL DER ABZEICHEN
0

BEITRÄGE
0 Beiträge

BEITRÄGE
0 Öffentlich Kanäle

DURCHSCHNITTLICHE BEWERTUNG

BEITRÄGE
0 Highlights

DURCHSCHNITTLICHE ANZAHL DER LIKES

  • Knowledgeable Level 4
  • 3 Month Streak
  • First Answer

Abzeichen anzeigen

Feeds

Anzeigen nach

Beantwortet
how to decide variables in griewank function when using genetic algorithm toolbox
Hi @bhagyashri naruka When using the Genetic Algorithm (GA) toolbox to optimize the Griewank function (or any multivariable fun...

13 Tage vor | 0

Beantwortet
how to find intersection point between two paired matriices
Hi @CHRISTOPHER S To find the intersection points between two paired matrices, where each row in [A B] and [C D] represents coo...

13 Tage vor | 0

Beantwortet
Assign values to n symbolic variables
Hi @David Pham You can assign values to a set of symbolic variables like "x1", "x2", ..., "xn" using symbolic toolbox. The best...

14 Tage vor | 0

Beantwortet
how to create a variable matrix
Hi @UJWALA DONGARE To create a symbolic matrix with variables and functions like cosine, use the Symbolic Math Toolbox. Symboli...

14 Tage vor | 0

Beantwortet
Build Time delay neural network using Deep learning tool box
Hi @Abdelwahab Afifi To build a deep neural network that handles dual input and dual output with memory (using tapped delay lin...

14 Tage vor | 0

Beantwortet
Defining my objective function using vector of variables for lsqnonlin
Hi @Abdelwahab Afifi To make the objective function adaptable to any number of variables (based on the number of columns in the...

14 Tage vor | 0

Beantwortet
How to addParameter and validateattributes for several values at once (OOP)?
Hi @Armindo To accept and validate multiple object types in an "addParameter" call and using "validateattributes", the input va...

19 Tage vor | 0

Beantwortet
How to get cursor information of data tips using call back of a push buttion?
Hi @automycer To retrieve data tip information using "getCursorInfo" inside a push button callback, it is important to ensure t...

19 Tage vor | 0

Beantwortet
Change datatip label when using DefaultInteractivity on UIAxes in App Designer
Hi @Jimmy Smith It is possible to display string descriptions alongside data points in a 3D plot on a "UIAxes" in App Designer....

19 Tage vor | 0

Beantwortet
how to train svm classifier by 3 features
Hi @ANANDHI To train a non-linear SVM classifier using a Gaussian kernel (also called RBF kernel) in MATLAB, the "fitcsvm" func...

20 Tage vor | 0

Beantwortet
how to test svm classifier with new data set
Hi @ANANDHI If an SVM classifier has been trained using the "fitcsvm" function, new test data can be classified using the "pred...

20 Tage vor | 0

Beantwortet
get zoom status of a UIAxes
Hi @craq In the case of "UIAxes", we cannot use "zoom(app.UIAxes)" to get the zoom object like we can with regular axes. This w...

20 Tage vor | 0

Beantwortet
how to evaluate SVM classifier using 10-fold cross validation method
Hi @ANANDHI To calculate accuracy, sensitivity, and specificity of an SVM classifier using 10-fold cross-validation : 1. Split...

etwa ein Monat vor | 0

Beantwortet
How can i susstract a gamma wavelenght from a eeg signal ??
Hi @Elena Alexandra Gradescu To remove one of the main EEG wave types (like theta, gamma, delta, or beta) from your signal, you...

etwa ein Monat vor | 0

Beantwortet
how to represent signal
Hi @abdelrahman ibrahiem Please go through the following MathWorks documnetation links to know about signal representations: h...

etwa ein Monat vor | 0

Beantwortet
How to convert knnclassify to fitcknn
Hi Here's how you can convert your code to use "fitcknn": https://www.mathworks.com/help/stats/fitcknn.html 1. Train the KN...

etwa ein Monat vor | 0

Beantwortet
How can list All possible modes
Hi @Amy Hs If you have m hot streams and n cold streams, and you want to list all possible ways each hot stream can face the co...

etwa ein Monat vor | 0

Beantwortet
Internal boundary conditions in subdomains
Hi @Carmelo Filippo If you want to apply an internal boundary condition on edge E3 (the interface between Face 1 and Face 2) in...

etwa ein Monat vor | 0

Beantwortet
Opening htm at internal bookmark
Hi @berfri The command open('test.htm#Help35') does not work in MATLAB, because open searches for a file with the exact name, i...

etwa ein Monat vor | 0

Beantwortet
[App Designer] Delaying plot function with respect to 'ValueChanging' callback
Hi @Rudy You can solve this issue by adding a simple debounce mechanism using a timer. The idea is to only update the plot if a...

etwa ein Monat vor | 0

Beantwortet
How to shift values?
Hi @Eliana Scott The current function definition is incomplete, and you need to write statements that will: Move each element ...

etwa ein Monat vor | 0

Beantwortet
how to calculate interference?
Hi @ankanna To determine the interfering nodes for a given path in a network, you can follow these steps: List the nodes on yo...

etwa ein Monat vor | 0

Beantwortet
How to create one common harness?
Hi @Oleksandr Denysenko The best way is to create the test harness directly on the library block itself, not on each individual...

etwa ein Monat vor | 0

Beantwortet
How to set/assign a value to Subsystem inports from .m file?
Hi @Ramesh Akula Yes, you can assign values to Simulink Subsystem inports from an '.m' file, without needing Simulink Test. Th...

etwa ein Monat vor | 0

Beantwortet
Erro due to different sample time
Hi @stephane teiguim When the output of a faster block (20 ms) is used as the input to a slower block (100 ms), Simulink needs ...

etwa ein Monat vor | 0

Beantwortet
Variable Input for State Space
Hi @Carlos You can use your time-varying temperature data as an input in Simulink! Here are a couple of straightforward ways I ...

etwa ein Monat vor | 0

Beantwortet
Sample Time in From Workspace Block
Hi @Carlos To make Simulink use the exact sample times from your data with the "From Workspace" block: 1. Format your data as ...

etwa ein Monat vor | 0

Beantwortet
How to solve the equation of this identity to obtain the specific values of coefficients A, B, and C?
Hi @Christopher It looks like your symbolic solution is returning parameters 'z' and 'z1' because the system of equations is un...

2 Monate vor | 0

Beantwortet
query argument block options
Hi @Steve Van Hooser You can use "inputParser" class to define and query optional arguments of a function www.mathworks.com/he...

2 Monate vor | 0

Beantwortet
How can I make multiple objects flash with the same function in matlab app designer?
Hi @Jason Hooker To enable each gauge block to flash independently without interruption, we can use "timer" objects. This allow...

3 Monate vor | 0

Mehr laden