Application
Any
Platform
Any
License
Any
');
rtn=isempty(nf);
if rtn==1; nf=-1; end
while nf nbus
fprintf('Faulted bus No. must be between 1 & %g \n', nbus)
nf = input('Enter Faulted Bus No. -> ');...
In the warning at 26
In updatewarn at 11
In tf.loadobj at 11.
Premise that this is the first time I use matlab and I would like to know what caused this.
The command window should not exit the...
I love FORTRAN! I started my career with it in 1982 (I was still in university) - had lots of fun those days!
Hello Folks. I am new at Matalb adn I need to solve this equation. It seems easy to solve it with mathlab, but as I said I am new learner.
the equation is
tan((sqrt(2.*9.11.*10^-31.*E).*10^-8.*2...
I am currently stuck with a question on how to write a function script for a 'checker' which takes as input an image and a threshold value and returns an image that is distorted to appear as if the...
Hai,i am new in Matlab,
i would like to find the coding for AWG(Array Waveguide Grating)
demultiplexer in WDM (Wavelength division Multiplexing)application.
number of channel:4
freq...
This code works. I hope it helps (conceptually) a bit:
menu = {'option_1', 'option_whatever_2'}
m = input('Enter your option: ');
switch m
case 1
run (menu{1})
case 2...
So I have a PCB populated with an array of LEDs hooked up to a power source and interfaced to my computer with an Elexol USBMOD3 usb module. I am trying to use Matlab to send a signal to the usb...
I have a school project which uses Matlab to build an AI (SVM) to estimate a set of data when the data is not completely given. I'm stuck at how to train the SVM to give an accurate output for my...
Hi,
I am trying to implement a little function that changes the directory, saves the entire workspace under a specified file name, then returns to the original directory.
I can't get the save...
Hi there, I'm new to the forums and hoping to learn from the wealth of topics in here. I was hoping if someone could pass on feedback regarding this problem given (not looking for solution but...
Hi everyone,
I would be grateful if you could help me with this basic question as I am very new to MATLAB.
I need to find all the roots of some equation in the interval , so I wrote the code...
Hi,
I do have one problem with kinetic modeling. Let's say a reaction occurs in such a way
A B (reversible way)
where k1 is a constant for A change to B
and k2 is a constant for B change to A...
Hello,
I am going to develop a matlab code to optimize my problem by means of Gauss-Newton optimization method. I am doing the iterations by a while loop. x2 and x1 are new and former parameters...
this matrix must have a specific nr of rows that I introduce from the kb.
for example
A= infinite
pattern=
matformed= of A
How I did it:
I break matrix A using a for loop in a smaller...
Hi~
I am now doing a project about cancer detection in matlab.
I've got 120 samples which have classified as tumor or normal cells from patients.
For each sample, there is 19200 parameters which...
i have been doing my final year project on robotics so i need to know about this scenario .
"actually i want that for 100msec the pin no 1 is high of parallel port and then after this delay of...
multcompare at 138
STATS must be a structure."
I can see from the example given:
= anova1(MPG,Origin,'off');
= multcompare(st,'display','off');
ans =
'USA'
'Japan'
'Germany'...
Hi all,
The initial values of the network are generalized randomly.
However, I want to save the initial network values in a matrix or matrices to use them again as initial values for another...