Question


How would I design a typical I-H-O net with Ntrn training examples ?
I have a code as follows : close all, clear all, clc, plt = 0 load('input1.txt') %load input load ('target1.txt'...

11 years ago | 1 answer | 0

1

answer

Question


No Big Difference using newpr or patternnet and epochs reduction
I have used the following code , for my input and target file that I have attached as well , am I correct that newpr is Obsolete...

11 years ago | 1 answer | 0

1

answer

Answered
How to improve accuracy for unseen data
Hi All I tried to use this code , though not the updated one , containing Proff. Heath's points , because I couldn't know to ...

11 years ago | 0

Answered
Neural Network for predictions. How to improve it
Hello All For a case of mine , I was trying to use your code , but I did not succeed and I got the error of : Error using...

11 years ago | 0

Question


What are the application of defining the Classes in Neural Network ?
Hi All I was reading a comment in Neural Network to learn this topic more to develop my code one thing I yet have not und...

11 years ago | 1 answer | 0

1

answer

Question


Optimizing six Parameters against deflection in MATLAB
Hi All I am new to optimization , and I would like to know , how is it possible to optimize The ABD matrix of a one layer or...

11 years ago | 1 answer | 0

1

answer

Question


Is there a way to save what you do in a toolbox as a script?
Hi All PLEASE ONLY ANSWER , DO NOT COMMENT ; I AM BUSY AND NEED Notification if I do not want to use directly a toolbox an...

11 years ago | 1 answer | 0

1

answer

Question


How Should I set the matrix of my input and Target for my problem?
My input matrix contains five elements : a , b , c , d ,e that I will give 40 different values to them , and for each time ,...

11 years ago | 1 answer | 0

1

answer

Question


Neural nw : Inputs and targets have different numbers of samples
Hi All I have a code , I am just checking how it works , my input matrice is : input = [0.0600000000000000 0.0010000000...

11 years ago | 1 answer | 0

1

answer

Question


general question on format text and notification
Hi All I have two questions 1- how to copy a code directly here on the text and format it that it 'd be readable , when ...

11 years ago | 3 answers | 1

3

answers

Question


How to define x and y in this neural code ??
Hi All I have this code , but I literally do not know how to work with it , I am not yet familiar so much with neural network...

11 years ago | 1 answer | 0

1

answer

Question


problem in solving linear equations in symbolic matlab
Hi All I am using these lines : syms c21 c31 [A, b0] = equationsToMatrix([M1 == 0,M2 == 0], [c21,c31]) X = linsolve...

11 years ago | 1 answer | 0

1

answer

Question


Problem in linsolve , the equation on the left side not accepted
Hi All I am defining equation as : M_num = - (19*c2)/4 - (11*c3)/18 - 50 ; M_n2 = - 7*c2 - (5*c3)/18 - 50 ; then I h...

11 years ago | 1 answer | 0

1

answer

Question


symbolically differentiating of a function not to be mixed with other constants
Hi All I was reading this link <http://it.mathworks.com/matlabcentral/answers/94623-how-do-i-symbolically-work-with-implicit...

11 years ago | 1 answer | 0

1

answer

Question


Can I use solve(eqn, x) for parametric result ?
Hi All if I have an equation M(x) = 0 , and I wanna solve it in a way that x be solved parametrically like x = f(c) + d ?

11 years ago | 0 answers | 0

0

answers

Question


In search of a structure to solve an equation for two variables
Hi all I have an equation that is like : M(r) = A * d(f(r))/dr + B * f(r) + C I want to substitute r with R1 and R2 eac...

11 years ago | 0 answers | 0

0

answers

Question


Solving equations that are first parametrically solved
Hi All if I solve a set of equations first parametrically and I end in something like : C = a^2 + 2 * b +1/R and then I wa...

11 years ago | 1 answer | 0

1

answer

Answered
Getting Error on limit calculation
Thank you very much Strider , shall you please elaborate , shall you tell me why it is not necessary to use symbolic math ? ...

11 years ago | 0

Answered
Getting Error on limit calculation
this is my error The following error occurred converting from sym to double: Error using mupadmex Error in MuPAD command: ...

11 years ago | 0

Question


Getting Error on limit calculation
Hi all I get an error running these lines , but the functions are unknown could someone tell me what the error is ? R=1...

11 years ago | 3 answers | 0

3

answers

Question


Solving plate deflection to find constants
Hi All how to solve the deflection of a plate , circular plate lets say , in matlab , in a way that Matlab solves the consta...

11 years ago | 0 answers | 0

0

answers

Question


creating a matrix of zeros of size of another matrice
I have code , in which a matrice r as 1*100 matrice. then It makes make pp=zeros(1,size(r,2)); I don't know what 2 mean...

11 years ago | 1 answer | 2

1

answer

Question


Finding the maximum of a function with vector variables
Hi all I have two vectors x and y , which y is actually is a function of x , I wanted to find the extremum point of the funct...

11 years ago | 0 answers | 0

0

answers

Question


one of the input parameters of a function in an mfile is undefined but works
Hi All I am running an mfile that sums a function , which in it , one of the outputs is not defined , and it should be assig...

11 years ago | 0 answers | 0

0

answers

Question


writing some parameters from mfile on txt file and problem with some parameters
Hi all I am trying to write some parameters from one matlab file , by defining a function that does this writing on a txt fi...

11 years ago | 1 answer | 0

1

answer

Answered
mixing string name and number,is my commmand correct??
I got a bit confused , Since I have two file types : one is like : file1.txt.i the other file2i.rec in both , the le...

11 years ago | 0

Question


mixing string name and number,is my commmand correct??
Hi All Since I just dont remember and dont know how to search for this question would like to know for naming the file ...

11 years ago | 3 answers | 0

3

answers

Answered
Writing Data to text file gives error,unknown parameter
After Running and getting the Error , I type tf and I get a result , exactly what I have entered , but MATLAB has not recognized...

11 years ago | 0

Question


Writing Data to text file gives error,unknown parameter
hi All I am trying to write some parameter to a py file as follows Let's say I have the m-file 1 that contains the paramet...

11 years ago | 2 answers | 0

2

answers

Question


the priority and benefits of saving data in .mat file
Hi All I would like to know, why would it be beneficial to use .mat files to save data to when it's very hard to review them ...

11 years ago | 1 answer | 0

1

answer

Load more