Estadística
CLASIFICACIÓN
295.321
of 297.016
REPUTACIÓN
0
CONTRIBUCIONES
12 Preguntas
1 Respuesta
ACEPTACIÓN DE RESPUESTAS
50.0%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.419
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 157.725
CONTRIBUCIONES
0 Problemas
0 Soluciones
PUNTUACIÓN
0
NÚMERO DE INSIGNIAS
0
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Pregunta
How to convert C++ code into Matlab. How to write the below given part of code into matlab
double logistic(double x) { if(x > 100.0) x = 1.0; else if (x < -100.0) x = 0.0; else x = 1.0/(1.0+exp(-x));...
más de 9 años hace | 1 respuesta | 0
1
respuestaPregunta
Hi in have created .exe file from .m file using MCC but still not able to run the exe file without matlab .
showing error that some .dll is missing
más de 9 años hace | 1 respuesta | 0
1
respuestaPregunta
Hi, i want to read values fron excle file my code, but when i use format short it reads 1.6 as 2.0 so no.
I have used format Bank in that case it reads 1.6 as 1.6 but in that case my format for whole code becomes as "format Bank". I w...
más de 9 años hace | 1 respuesta | 0
1
respuestaPregunta
i am geeting an error as "??? Input argument "int_H" is undefined.
I post here the function and the line that gives me this error: gas_species_balance.m file function [C_species] = gas_sp...
más de 9 años hace | 2 respuestas | 0
2
respuestasPregunta
hi...i am getting an error as "Error using ==> hgload at 156 Recursion occurs when loading". full error is given below...
??? Error using ==> hgload at 156 Recursion occurs when loading D:\vandana\Sinter_GUI\Sintering_GUI.fig Error in ==> openfig...
más de 9 años hace | 3 respuestas | 0
3
respuestasPregunta
getting error "Undefined function or method 'logistic' for input arguments of type 'double'.""
I have written a code based on neural network and when I ma trying to run code getting error as "Undefined function or method 'l...
más de 9 años hace | 1 respuesta | 0
1
respuestaPregunta
I have created a GUI using MATLAB guide, In GUI when running code it is not taking inputs from keyboard but using the initial valued .
Please help how to pass the values from keyboard. I have attached the code in word file for better understanding.
más de 9 años hace | 0 respuestas | 0
0
respuestasI am creating a GUI to run a code and want to import some input parameters from excel through GUI and transfer the same to the main .m file
This problem is resolved Thanks
más de 9 años hace | 0
| aceptada
Pregunta
I am creating a GUI to run a code and want to import some input parameters from excel through GUI and transfer the same to the main .m file
GUI
más de 9 años hace | 1 respuesta | 0
1
respuestaPregunta
I am tring to build GUI . i want to make the panel invisible once key (like "Esc") pressed or mouse clicked on any where on the screen.
I am tring to build GUI . i want to make the panel invisible once key (like "Esc") pressed or mouse clicked on any where on the ...
casi 10 años hace | 1 respuesta | 0
1
respuestaPregunta
how to create .exe file from .m file .
I have tried using mcc command but still its plotting graph in Matlab only.
alrededor de 10 años hace | 1 respuesta | 0
1
respuestaPregunta
i am getting an error " mcc require the program to assign the value to output argument logistic"
Main error coming i command window is given below: Undefined function or method 'logistic' for input arguments of type 'doub...
alrededor de 10 años hace | 1 respuesta | 0
1
respuestaPregunta
I am getting error as " Too many input arguments" . i am trying develop a neural network based model .
??? Error using ==> TS1>feed_forward_signals Too many input arguments. Error in ==> TS1>Run_Neural_Net_Regression at...
más de 10 años hace | 1 respuesta | 0