sst
2011년부터 활동
Followers: 0 Following: 0
Feeds
질문
Passing non-scalar data for multiple columns using runstoredprocedure
Hello, I am trying to pass non-scalar data into an SQL Server stored procedure using the "runstoredprocedure" function in the Da...
대략 1년 전 | 답변 수: 1 | 0
1
답변질문
uifigure alternatives for gcf, gcbf, gco, gcbo, gca, and any other legacy figure based functions
Hello, I was wondering if any alternatives that work with the new uifigure windows are being developed for gcf, gcbf, gco, gcbo,...
1년 초과 전 | 답변 수: 1 | 0
1
답변질문
How do we select between multiple function call signals depending on a switch input?
Hello, I am trying to set up a Simulink construct that selects between multiple function call signals, which happen to be output...
5년 초과 전 | 답변 수: 0 | 0
0
답변질문
Obtaining signal units post compilation
Hello, is it possible to obtain the signal units associated with a port, post compilation? I am trying to find a property simila...
거의 6년 전 | 답변 수: 1 | 0
1
답변질문
Simulink errors out with message "**** Error ****" - no other information
Hello, what could cause Simulink to error out with the message "**** Error ****" with no other information? I am using MATLAB R2...
거의 6년 전 | 답변 수: 0 | 0
0
답변질문
Is it possible to force mask initialization externally?
I was wondering, is it possible to force mask initialization from an external command somehow?
거의 8년 전 | 답변 수: 1 | 3
1
답변질문
Legacy implementation of strtrim prior to R2016a
It looks like strtrim changed in R2016a to not trim significant whitespace characters. However, I have a need for a legacy imple...
대략 8년 전 | 답변 수: 1 | 0
1
답변질문
Flag that indicates source of execution for Simulink block initialization code
Is there a recommended way to tell within Simulink block initialization code, whether it is being executed during a Simulink Cod...
8년 초과 전 | 답변 수: 0 | 0
0
답변질문
Exclusion of blocks that interact with the MATLAB engine during code generation
I am trying to develop Simulink blocks that interact with the MATLAB engine during simulation, but are automatically excluded fr...
8년 초과 전 | 답변 수: 1 | 0
1
답변질문
How can we obtain a list of enumeration data types defined using successive calls to Simulink.defineIntEnumType?
Hello, I was wondering, is there a way to obtain a list of enumeration data types defined using successive calls to Simulink.def...
거의 9년 전 | 답변 수: 0 | 0
0
답변질문
Best Practices - Large Virtual Buses entering an Atomic Subsystem
I was wondering, is there any reason large virtual buses should be not be inputs to atomic subsystems, from a memory consumption...
9년 초과 전 | 답변 수: 0 | 0
0
답변질문
Using an enumerated data type defined within a MATLAB package folder with a Simulink.Parameter object
Hi, I am trying to use a Simulink.Parameter object with an enumerated data type in a Simulink model (R2011b). I have attached th...
대략 10년 전 | 답변 수: 0 | 1
0
답변답변 있음
How do I add a value in ONE element of a matrix in a for loop?
This should not require a for loop: x = [-20:-1, 1:20].'; Amatrices = arrayfun(@(X) [1+X, 1; 2, 5], x, 'UniformOutput', ...
How do I add a value in ONE element of a matrix in a for loop?
This should not require a for loop: x = [-20:-1, 1:20].'; Amatrices = arrayfun(@(X) [1+X, 1; 2, 5], x, 'UniformOutput', ...
10년 초과 전 | 0
질문
Code generation - passing a large virtual bus to an enabled (atomic) subsystem
Hello, I was wondering how the memory allocation takes place when a bus containing a large number of signals (around 10000 signa...
10년 초과 전 | 답변 수: 0 | 0
0
답변질문
How can I allow a masked subsystem to modify the underlying block without breaking its link to a library?
Hello. I have a masked subsystem residing in a library. A callback to one of the parameters of the masked subsystem changes the ...
10년 초과 전 | 답변 수: 0 | 1
0
답변질문
Simulink Coder - Building individual components of models separately and then linking them
Hi, building a large model with Simulink Coder can take a substantially long time. Is it possible to build individual components...
10년 초과 전 | 답변 수: 1 | 0
1
답변질문
Database Toolbox: Talking to MS Access using JDBC
Hi, I am attempting to use Sun's JDBC-ODBC bridge to connect to Microsoft Access using the Database Toolbox. Configuration: M...
12년 초과 전 | 답변 수: 1 | 0
1
답변질문
Automatic signal name propagation through buses not working as intended
Hi, I am trying to get signal rename operations to be propagated automatically through buses. However, it doesn't seem to be wor...
12년 초과 전 | 답변 수: 1 | 0
1
답변질문
Getting a handle to a function inside a package folder
Hi, suppose I want to get a handle to a function inside a package folder +mypackage. I would have assumed that the following ...
12년 초과 전 | 답변 수: 0 | 1
0
답변답변 있음
Specifying discrete sample time for variable-size signals
Hi Kaustubha, while the variable-size signal was indeed a discrete sample time signal, the main input signal (In1) to the assign...
Specifying discrete sample time for variable-size signals
Hi Kaustubha, while the variable-size signal was indeed a discrete sample time signal, the main input signal (In1) to the assign...
12년 초과 전 | 1
| 수락됨
질문
Specifying discrete sample time for variable-size signals
Hi, I am trying to use the inherit sample time setting (-1) for the Assignment block, using a variable-size signal as an index v...
12년 초과 전 | 답변 수: 2 | 0
2
답변질문
Simulink: Obtaining propagated signal names programmatically
Hi, I am trying to obtain the propagated signal name for a signal programmatically. For example: porthandles = get(gcbh, 'Por...
거의 13년 전 | 답변 수: 1 | 0
1
답변질문
loadlibrary calls lcc by default
Hi, I am using R2010b SP1 running on Windows XP Professional SP3 (32 bit). I am trying to use loadlibrary to access a DLL within...
거의 13년 전 | 답변 수: 1 | 0