photo

vandana


2014년부터 활동

Followers: 0   Following: 0

메시지

통계

MATLAB Answers

12 질문
1 답변

순위
238,885
of 300,781

평판
0

참여
12 질문
1 답변

답변 채택
50.0%

획득한 표
0

순위
 of 21,088

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 171,031

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 3

배지 보기

Feeds

보기 기준

질문


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));...

10년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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

10년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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...

10년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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...

10년 초과 전 | 답변 수: 2 | 0

2

답변

질문


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...

10년 초과 전 | 답변 수: 3 | 0

3

답변

질문


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...

10년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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.

10년 초과 전 | 답변 수: 0 | 0

0

답변

질문


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 ...

10년 초과 전 | 답변 수: 1 | 0

1

답변

질문


how to create .exe file from .m file .
I have tried using mcc command but still its plotting graph in Matlab only.

거의 11년 전 | 답변 수: 1 | 0

1

답변

질문


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...

대략 11년 전 | 답변 수: 1 | 0

1

답변

질문


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...

대략 11년 전 | 답변 수: 1 | 0

1

답변