Vinod Sudheesh
Followers: 0 Following: 0
Estadística
0 Preguntas
21 Respuestas
1 Problema
360 Soluciones
CLASIFICACIÓN
763
of 295.569
REPUTACIÓN
98
CONTRIBUCIONES
0 Preguntas
21 Respuestas
ACEPTACIÓN DE RESPUESTAS
0.00%
VOTOS RECIBIDOS
34
CLASIFICACIÓN
of 20.247
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
460
of 154.105
CONTRIBUCIONES
1 Problema
360 Soluciones
PUNTUACIÓN
3.705
NÚMERO DE INSIGNIAS
7
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
How to use the steepest descent method to solve a function.
Hello, The below code snippet solves this problem using the "Gradient Descend Algorithm" clc; clear; f=@(x...
más de 9 años hace | 0
Installed Matlab Compiler, but there is no "Application Compiler" app under the apps toolbox
Hi Andrew, Has MATLAB Compiler been installed correctly? What does the following command return? license('checkout','Com...
más de 9 años hace | 2
I have a problem with opening own simulink files
Hello Christoph, 1) In which location have you installed MATLAB 8.4 (R2014b)? It is on a permanent drive or on any mounted dr...
más de 9 años hace | 0
Prediction by using newff ?
Hello, If I understand your question correctly, you would like to know how you can compute the output when an input is applie...
más de 9 años hace | 1
| aceptada
adding multiple arrows with latex in a plot
Hi Meva, I am not sure if I understand your question completely. Are you wanting to add a "textarrow" annotation object to ...
más de 9 años hace | 1
Problem with GUIDE based app and R2015a
Hi Joseph, How are you launching your MATLAB App?. Are you observing this error even when launching the App from the command ...
más de 9 años hace | 0
Rescaling and extending the axes of compass plots
Hi Lawrence, You could have both the "compass graphs" to be of same size by having the "axes" that contains these "compass gr...
más de 9 años hace | 0
How to create list of checkboxes and plot checked boxes
Hi Florian, I have a few suggestions for you regarding this question 1) You could have the "plot" and "delete" operations...
más de 9 años hace | 0
Mux to Bus error message
Hi Matthew, To avoid this error please navigate to Model Configuration Parameters (Ctrl+E) >> Diagnostics >> Connectivit...
más de 9 años hace | 6
| aceptada
Calculating the entropy of a discrete memoryless source?
Hello Daniel, You could write the script for the same as follows 1) Create a function, say "esingle" that computes the "en...
más de 9 años hace | 0
How to create neural networks with multiple hidden layers (two hidden layers) using nnstart?
Hello Tharindu, It seems it is not possible to create a Pattern recognition network with multiple hidden layers while using t...
más de 9 años hace | 14
| aceptada
boxplot function not working
The "boxplot" function is a part of the "Statistics Toolbox". Do you have "Statistics Toolbox" installed? You could check the...
más de 9 años hace | 1
getparam/setparam command for Tapped Delay block
Only the "Initial Condition:" parameter of a "Tapped Delay" block is "tunable" and hence can be changed during simulation. Pl...
más de 9 años hace | 0
| aceptada
How to suppress axis labels in probplot
You could do this by setting the "axes" properties appropriately. For example, please see the code snippet below in which the "X...
más de 9 años hace | 0
How to shrink each figure inside a subplot ?
You could achieve this by modifying the "Position" (or "OuterPosition") property for each of the five individual "axes". For ...
más de 9 años hace | 1
| aceptada
How do I find out the number of neurons in layers?
You could do this by querying the "size" property of each of the individual neural network layers. For example, please see the c...
más de 9 años hace | 0
How to include '-nojvm' into compiler command line in Matlab?
While using "deploytool", you can pass additional parameters to "mcc" command by first going to "Settings" (in "deploytool" wind...
más de 9 años hace | 0
Theoretical: Why use trapz to calculate absolute power?
The "pwelch" function returns the power spectral density (PSD) estimate. To compute the power contained in a frequency range, th...
más de 9 años hace | 0
How to add more than one hidden layer?
Yes, it is possible to create a "feedforward neural network" with three hidden layers using the "feedforwardnet" function. This ...
más de 9 años hace | 5
| aceptada
how to read data from a .mat file
You could use the "load" command to read data stored in a MAT file. >> load Ey1a.mat The "dlmread" function is used for ...
más de 9 años hace | 1
Maximum Likelihood Estimation for function with several variables
I understand that you would like to find the points where a function attains its maximum value. The ‘fminunc’ function in Opt...
alrededor de 10 años hace | 2
Resuelto
Number of problems
No, you don't read it wrong: this assignment is to return the number of this problem (and not the problem of this number).
más de 10 años hace
Resuelto
calculate linear convolution two vectors
for e.g in: a = [1 2 3] b = [4 5 6] out: y = [4 13 28 27 18]
más de 10 años hace
Resuelto
Convert Fahrenheit to Celsius
Calculate the Celsius temperature C given the Fahrenheit temperature F. Examples: Input F = 90 Output C is 32.22 I...
más de 10 años hace
Resuelto
Find the square of the sum of the digits of a number
If a number (n) is provided as an input, find the square of the sum of the digits of the number. Example If n = 21, the an...
más de 10 años hace
Resuelto
Reverse the input
Given an input (n), produce an output in the reverse order with out using string variables or string function. Example x ...
más de 10 años hace
Resuelto
Is My Wife Wrong?
Answer the question. (see also <http://www.mathworks.com/matlabcentral/cody/problems/149-is-my-wife-right Problem 149: Is my ...
más de 10 años hace
Resuelto
Binary Coder
Take an input number and print the binary value of this number.
más de 10 años hace