Feeds
已回答
insert element in vector
If you are reading this in 2021 now in MATLAB you can just do something like this (no for loops, no 'cat'). It can also work wit...
insert element in vector
If you are reading this in 2021 now in MATLAB you can just do something like this (no for loops, no 'cat'). It can also work wit...
3 years 前 | 3
已提交
BoundNDArray(array,lb,ub)
This function bounds an array of any dimension (N-D) between minimum and maximum values.
8 years 前 | 1 次下载 |
提问
Overloaded inbuilt operators causing maximum recursion errors
I am trying to do overloaded inbuilt operators, such as overloading == (eq) for A == B (or eq(A,B)). I did this: In my worki...
9 years 前 | 1 个回答 | 0
1
个回答提问
fminimax for non-differentiable functions?
Can fminimax be used or reformulated to solve problems that do not involve continuously differentiable functions? Many real-...
9 years 前 | 0 个回答 | 0
0
个回答提问
How to force ga and particleswarm to stop ONLY on max iterations reached
ga and particleswarm has a few stopping conditions I don't want it to stop running once tolerance is met, but continue for ma...
9 years 前 | 1 个回答 | 0
1
个回答提问
How to fprintf with
I want to fprintf to a text file a cell with contents '\begin{table}' the problem is it doesn't work because matlab thinks \b is...
9 years 前 | 3 个回答 | 0
3
个回答提问
How do you get fval with iterations out of ga and particleswarm (genetic algorithms and particle swarm)
Currently I have: [s_best,fval_best] = ga(fhandleformatlab,d_fun,[],[],[],[],lb_fun, ub_fun,[],[],options); [s_best,fva...
9 years 前 | 1 个回答 | 0
1
个回答提问
java code in a for loop
Is it possible to run a Java program in a Matlab for loop (i.e. at each iteration, Matlab "ticks" the Java program), and have va...
9 years 前 | 0 个回答 | 0
0
个回答提问
setting variables in java objects from matlab
If I set a variable in a Java object will the variable be available to be called by another Java object? example, x_ma...
9 years 前 | 0 个回答 | 0
0
个回答已回答
What is Missing from Fuzzy Logic Toolbox?
I think it is missing support for methods which combines fuzzy imprecision with probabilistic uncertainty. That is, extension of...
What is Missing from Fuzzy Logic Toolbox?
I think it is missing support for methods which combines fuzzy imprecision with probabilistic uncertainty. That is, extension of...
9 years 前 | 0
| 已接受
已回答
Excessive ram usage when plotting using 2014b 64bit
I use MATLAB2014b on 64 bit Windows 7 machine and no issues for intensive graphics/plotting. Perhaps MATLAB2014 needs to be conf...
Excessive ram usage when plotting using 2014b 64bit
I use MATLAB2014b on 64 bit Windows 7 machine and no issues for intensive graphics/plotting. Perhaps MATLAB2014 needs to be conf...
9 years 前 | 0
已回答
Squeezing the data in MATLAB
If I understand correctly, your data was sampled at different rates, so you need the number of samples in temperature (1921) to ...
Squeezing the data in MATLAB
If I understand correctly, your data was sampled at different rates, so you need the number of samples in temperature (1921) to ...
9 years 前 | 0
提问
Neural Network with Integer inputs/outputs
How do do you configure MATLAB's neural networks eg NARX to handle integer inputs and outputs?
9 years 前 | 1 个回答 | 0
1
个回答已回答
How to efficiently integrate big data without using memory / (How to create big data)
Here are some things you could try: *Use the matfile function*, which allows you to access and change variables directly in M...
How to efficiently integrate big data without using memory / (How to create big data)
Here are some things you could try: *Use the matfile function*, which allows you to access and change variables directly in M...
9 years 前 | 0
| 已接受
已回答
Find maximum of a function.
If gidraw is a scalar, your problem doesn't make sense, as LL_all is just a number. If gidraw is vector, the maximum of -[log(...
Find maximum of a function.
If gidraw is a scalar, your problem doesn't make sense, as LL_all is just a number. If gidraw is vector, the maximum of -[log(...
9 years 前 | 0
| 已接受
已回答
how to integrate angle in matlab
If alpha_dot is going very large, you could consider filtering or smoothing out the large jumps. You can put a saturation ...
how to integrate angle in matlab
If alpha_dot is going very large, you could consider filtering or smoothing out the large jumps. You can put a saturation ...
9 years 前 | 0
| 已接受
提问
UDP to Serial Comms
I have a MATLAB program which receives serial data however it has to receive it from another program which transmits UDP. How to...
9 years 前 | 0 个回答 | 0
0
个回答提问
Different asynchronous WriteFile behavior between MATLAB 2012a and MATLAB 2014b
I am doing asynchronous Serial I/O using a MEX function created using Microsoft Windows SDK 7.1 (C++) on 64bit Windows 7 machine...
9 years 前 | 0 个回答 | 0
0
个回答提问
How do you solve a binary input-output problem using NARX?
Time series inputs are binary eg [0, 1, 1, 0] Time series outputs are binary eg [1, 1, 1, 0] But from the examples I've seen...
9 years 前 | 0 个回答 | 0
0
个回答提问
How to do forecasting with Layered Recurrent Neural Network?
I can't seem to "close the loop" after training when using layrecnet: http://au.mathworks.com/help/nnet/ref/layrecnet.html
9 years 前 | 1 个回答 | 0
1
个回答提问
One step ahead prediction with Recursive Neural Net (RNN)
Hello, I am trying to use MATLABS RNN function layrecnet to do one step ahead prediction. But it does not let me use "removedela...
9 years 前 | 1 个回答 | 1
1
个回答提问
Understanding Simple Narx Example
I am doing the narx neural network using the simplenarx_dataset. Supposedly it is to predict y(t) based on y(t-1),x(t-1)... e...
9 years 前 | 1 个回答 | 0