Unnikrishnan PC
Followers: 0 Following: 0
Estadística
19 Preguntas
0 Respuestas
0 Problemas
4 Soluciones
CLASIFICACIÓN
23.501
of 295.467
REPUTACIÓN
1
CONTRIBUCIONES
19 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
52.63%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.234
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
56.894
of 153.912
CONTRIBUCIONES
0 Problemas
4 Soluciones
PUNTUACIÓN
50
NÚMERO DE INSIGNIAS
1
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Pregunta
Neural Net: Saving Trained Net
I will explain my problem. My code is given below. % *********************** Plant ************************** s = 5000; ...
más de 7 años hace | 3 respuestas | 0
3
respuestasPregunta
State Space model using ident
I did an experiment on an induction motor. I applied the voltage from zero to 400 in steps of 5. I got speed for each voltage. S...
casi 10 años hace | 1 respuesta | 0
1
respuestaPregunta
Simulink to workspace conversion
In simulink, a random signal is applied to a plant model. I wish to have the input data and output data in workspace. I used 'To...
alrededor de 10 años hace | 1 respuesta | 0
1
respuestaPregunta
signal from matlab to simulink
I wish to pass a varying step signal from matlab to my simulink plant model. For example let the signal to be applied to the mo...
alrededor de 10 años hace | 1 respuesta | 0
1
respuestaPregunta
Prediction using narx Network
%Neural network to create a Fibinocci series u=[1 2 3 4 5 6 7 8 9 10]; %Input Series y=[1 2 3 5 8 ...
alrededor de 10 años hace | 2 respuestas | 0
2
respuestasPregunta
Passing a matrix to a function and returning
I wish to pass a matrix A= [ 1 2 3] and B =[2 5 7] to a function in matlab and return its sum A+B. Please help
más de 10 años hace | 1 respuesta | 0
1
respuestaPregunta
Modifying plots produced by simulink scope
Is it possible to change the background of plots produced by simulink scope? If No, how can I export data to workspace and plot ...
casi 11 años hace | 2 respuestas | 0
2
respuestasPregunta
Source and sink CMOS Circuits
I need to construct a CMOS circuit. Let us take a simple inverter. I tried to connect a "Constant" block as its input. Its' no...
alrededor de 11 años hace | 0 respuestas | 0
0
respuestasPregunta
Reading from Multiple files & Multiple sheets
I have 60 excel files named 1,2 ...60 and each file consists of 9 sheets(Same name). I have to read from these files and consoli...
más de 11 años hace | 1 respuesta | 0
1
respuestaPregunta
Reading from an Excel File using MATLAB
Can I read .xlsx files using MATLAB?
más de 11 años hace | 1 respuesta | 0
1
respuestaResuelto
Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...
más de 11 años hace
Resuelto
Triangle Numbers
Triangle numbers are the sums of successive integers. So 6 is a triangle number because 6 = 1 + 2 + 3 which can be displa...
más de 11 años hace
Resuelto
Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...
más de 11 años hace
Pregunta
Reading from Multiple files
I have my code as listed below reading from 60 files. Is it possible to reduce this coding? Please help. ex = actxserver('e...
más de 11 años hace | 1 respuesta | 0
1
respuestaPregunta
Importing 4 jpg files to face_GUI
I am trying to capture 4 jpg images to a GUI. The picture is captured and opens in Matlab as subplot. How to modify it to open i...
más de 11 años hace | 1 respuesta | 0
1
respuestaPregunta
newnarx initialization and validation problem
Dear all, I am working on the problem: y(k)=0.3*y(k-1)+0.6*y(k-2)+u(k)^3+0.3*u(k)^2-0.4*u(k) using narx. the code is listed...
alrededor de 12 años hace | 1 respuesta | 0
1
respuestaPregunta
Neural Network Tool Box
I am working on a classification problem and the codes are written in m files. I am calling net=newff(....) within the m file.On...
alrededor de 12 años hace | 1 respuesta | 0
1
respuestaPregunta
Memory Usage
How can I find the memory used by various variables and arrays in my matlab program. I am using MATLAB R2009b. MTIC and MTOC not...
más de 12 años hace | 2 respuestas | 0
2
respuestasPregunta
Reading from many columns of an excel sheet
I tried xlsread() but it does not work.I am passing A to a function which will process the data. Please help A = xlsread('C:\...
casi 13 años hace | 0 respuestas | 0
0
respuestasPregunta
Reading from many columns of an excel sheet
I am using the following code to read from multiple columns of an excel sheet. Can someone help me to reduce this code? ex ...
casi 13 años hace | 1 respuesta | 0
1
respuestaPregunta
Excel Reading and Processing
I need to read marks one by one from one excel sheet (for eg: Marks for Maths & Chem arranged column wise for 100 students)calcu...
alrededor de 13 años hace | 1 respuesta | 0
1
respuestaPregunta
Excel Reading and Writing using Matlab
I have to read data from a sheet. I have to read each cell and if it contains a number process it and write it to another sheet....
más de 13 años hace | 2 respuestas | 0