-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi,
I have some Matlab functions defined in .m files and I'd like to import them into Matlab (as in I'd like them to form part of the commands). Is this possible please and how can I do this?
Thank you very much and regards,
Krt_Malta
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
hi,
i have a very big problem.
ich wrote a programm which is using a matlab dll. i build some classes with the matlab .net builder. it runs on my pc :)
the problem is, i want to use ist on a pc without matlab. so i installed mcr, but it dont run :(
what are the steps i should do? the system variable…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi All!
I'm having an issue interacting between Matlab and .NET. I've managed to call .NET methods from Matlab code and vice versa. However, if I call a .NET method that, in turn, instantiates a Matlab object, it crashes (with a type initialization exception).
Think about this scenario: a .NET…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hello,
when i tried to update some part of a matrix, i got the following error message:
??? Assignment has fewer non-singleton rhs dimensions than non-singleton subscripts
My code tries to update some values of a matrix that represent a binary image. My code is as follows:
outImage(3:5,2:4,1) =…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I tried to update some part of a matrix, I got the following error message:
??? Assignment has fewer non-singleton rhs dimensions than non-singleton subscripts
My code tries to update some values of a matrix that represent a binary image. My code is as follows:
outImage(3:5,2:4,1) = max(imBinary(3:5…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
We're using Matlab Simulink for model development (and Real-Time Workshop autocoding) within a team of several developers.
We currently use Visual Source Safe (yes, I know its terrible) for version control, using locks to prevent conflicting changes.
We'd like to migrate our programme to a different…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
To multiply a signal by a time delay, I know I can use transport delay.
However, if I want to reflect the time delay in a transfer function such as 1/( (s+1) * (1 - e^-s) ), what is the easiest way to implement that?
Thanks in advance!
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Using this Simulink model file as a reference, I'm trying to figure out the two following errors:
I have no idea what has gone wrong with the data type consistency/conversion problems. Do you know what the error messages mean exactly in the context of a model? It would be great to get an interpretation…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Let's say I implement this m-file:
Fq=tf(0.5^2,[1 2*0.7*0.5 0.5^2]);
G=tf(0.006*[200 1],[80 1 0]);
Q=Fq/G;
open Inner_Loop.mdl
Inside Inner_loop.mdl, if I want to implement/model a transfer function block using G, how can it be achieved easily? Thanks in advance.
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I am trying to model a transfer function block for let's say 1/(s+1). I am having a hard time coming up with proper search terms for it, hence having trouble finding out how I can achieve this on the Internet. What is the easiest way to implement a block for a transfer function in Simulink? Thanks…
>>> More