Answered
I CANT RUN THIS PROGRAM... I DNT KNOW WHERE THE MISTAKES.. PLZ SOME ONE HELP ME.. THIS IS PROGRAM BY USING NEURAL NETWORK TOOLBOX.
You can debug code in the MATLAB editor by setting breakpoints and execute step-by-step ans that way isolate the cause of the er...

15 years ago | 0

Answered
Connecting Matlab to Hysys
A search in my favorite search engine for "Hysys MATLAB" returned <http://www.mathworks.com/matlabcentral/linkexchange/links/801...

15 years ago | 0

Answered
error in simelectronics
I suppose this error message can just be explained in the context of your model. I suggest that you contact <http://www.mathwork...

15 years ago | 0

Answered
Can compiled MATLAB standalone make use of MDCS?
I know of customers that somehow distribute MATLAB Compiler generated EXEs on their clusters. However, I do not think this can b...

15 years ago | 0

Answered
Running MATLAB automatically
I suggest to completely skip of acquiring the images with another software and copying them into a folder and instead acquire th...

15 years ago | 0

| accepted

Answered
Doubt in plot XY
1. Your MATLAB Code is within an Embedded MATLAB block - this is important to know 2. You first error message comes from the ...

15 years ago | 0

Answered
Doubt in plot XY
As the answer is depending from the vizualization command, here a general description for such cases: 1. Find the line with t...

15 years ago | 0

Answered
Trying to run MATLAB R12 in Windows 2000 with a Pentium 4 PC.
This indeed was an known problem. If you are really sure that you like to run R12 on Win2000, see http://www.mathworks.com/su...

15 years ago | 0

Answered
Curve Fitting Toolbox error before starting
In order to find out the toolbox is installed correctly: ver should return MATLAB as well as Curve Fitting toolbox with ...

15 years ago | 0

Answered
Simulink Beginners
This is possible. But the question is why do you like to do that? Do you like to complete change your modelling platform to S...

15 years ago | 1

Answered
Surface fitting problem
I used your question to take a first look at surface fitting. I know the CFTOOL quite well, but not the SFTOOL. It looks the th...

15 years ago | 0

Answered
calling other softwares using matlab
That depends on the other software. One easy thing is to use the SYSTEM command (or ! or DOS or UNIX) to call another piece o...

15 years ago | 0

Answered
uniformly distributed coordinate points
This sounds like a one-liner with RAND or RANDI for me. Do you run into issues with this command or did you just not find it?

15 years ago | 0

Answered
Reading data from griddata - issue with type of variable.
The reason why you receive this error is that you try to access SourcePV1(0.6,0.6) where SourcePV1 is a matrix. There is no conc...

15 years ago | 0

Answered
Are there archived webinars available?
Recorded webinars can be found <http://www.mathworks.com/company/events/webinars/index.html here:> They are a bit hidden when...

15 years ago | 0

| accepted

Answered
Type of webcam to use in image proccessing
Here you can find the list of <http://www.mathworks.com/products/imaq/supportedio.html supported hardware> for Image Acquisition...

15 years ago | 0

Answered
Error: Name is nonexistent or not a directory
The path in my (R2010b) installation is: C:\Program Files\MATLAB\R2010b\toolbox\imaq\imaqdemos\html\laserTracking Maybe yo...

15 years ago | 1

Answered
MATLAB runtime
And I can't hold back my suggestion to users with code that runs days to see whether <http://www.mathworks.com/products/parallel...

15 years ago | 1

Answered
Unknown change in result across add block
This sounds like it could be a numerical issue related to signal data types / block data type setting. E.g. the add block could ...

15 years ago | 0

| accepted

Answered
Help in curve fitting tool
Things that could go wrong * The user does not see the tab "general equations" when creating a new fit * Issues with varia...

15 years ago | 0

Answered
How to apply custom equation on a curve and find unknown parameter
When you write "I have a curve", I assume you have data. Make sure the data X and y is in your MATLAB workspace. Start CFTOOL...

15 years ago | 1

Answered
MATLAB "Out of memory" problem
Try the key <http://www.mathworks.com/support/tech-notes/1100/1106.html Technical Notes> 1106 and <http://www.mathworks.com/supp...

15 years ago | 0

| accepted

Answered
How can I use index numbers as markers in SCATTER?
The user provided details. The question is about whether you can use numbers (in this case an index) instead of a marker. I sugg...

15 years ago | 3

Answered
Loading MAT file problem
The customer received a fixed net.m file and confirmed it works now. If you see this issue in the future, please contact Technic...

15 years ago | 4

| accepted

Answered
Controlling output from Simulink
Check out the menu: Simulation -> Configuration Parameters -> Data Import/Export In your example, you could just enter a d...

15 years ago | 0

Answered
Align two arrays by time column
The generic idea is to create a time vector that is equidistant and then map the measured data to it (interpolating). Example co...

15 years ago | 0

Answered
Command window help
Your WHILE loop just stops when T is EXACTLY I*(1.05^Y). If it is not exact the same (more than 2.2204e-016 makes it fail), the ...

15 years ago | 0

Answered
problem with joint auctator input signal in simmechanics
This is one of the questions that is difficult to process in MATLAB Answers as too much guessing is involved when not having the...

15 years ago | 0

Answered
Simscape users in the Berlin area
Not an alternative, but an addtion, there are multiple <http://www.mathworks.com/company/events/webinars/index.html?id=&language...

15 years ago | 1

| accepted

Answered
When shall I contact MathWorks' Technical Support and how?
About <http://www.mathworks.com/support/faq/my_service_requests_faq.html#Q02 eligibilty> Does my license need to be current o...

15 years ago | 3

Load more