Statistics
9 Questions
0 Answers
RANK
186 550
of 295 569
REPUTATION
0
CONTRIBUTIONS
9 Questions
0 Answers
ANSWER ACCEPTANCE
11.11%
VOTES RECEIVED
0
RANK
of 20 247
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 154 105
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
Is it possible to use of Matlab functions that do not support code generation in matlab.System objects?
I am working on developing a matlab.System and would like to leverage the speed advantage of running the model in complied mode....
6 månader ago | 1 answer | 0
1
answerQuestion
Non-Negative Solution with Integrator in Simulink
When solving ode in Matlab, the ode solver has an option that allows setting the solution non-negative property to be true. For ...
7 månader ago | 2 answers | 0
2
answersQuestion
dynamic property subclass use correct get and set methods
The superclass definition is - classdef calibration ... % Class name < dynamicprops %% Superclass ...
mer än 2 år ago | 1 answer | 0
1
answerQuestion
Common get and set methods for dynamic properties in user defined classes
The matlab documentation shows how to define get and set functions for dynamic properties. Is it possible to defiine get and...
mer än 2 år ago | 1 answer | 0
1
answerQuestion
Data Dictionary - Setup Worker Cache Issue
I tried the code from the matlab example - spmd Simulink.data.dictionary.setupWorkerCache end However, this generate...
nästan 5 år ago | 1 answer | 0
1
answerQuestion
Is it possible to run a complied simulink model with "rtwbuild" in parallel?
I have a complex simulink model that is complied with rtwbuild to reduce run time. I need to run optimizations and parameter swe...
nästan 5 år ago | 2 answers | 0
2
answersQuestion
Using Objective Function with .mat File I/O for Parallel Computing
Hey Everyone! I am working on an optimization problem which uses a complied Simulink model. The output of a simulink model is ...
nästan 5 år ago | 0 answers | 0
0
answersQuestion
If A is a matrix, A(:) produces the columns in a vector. Is there a parallel function for rows?
A=[1,2,3;4,5,6;7,8,9]. Then A(:) returns [1;2;3;4;5;6;7;8;9]. Is there an operator that will produce [1,2,3,4,5,6,7,8,9]?
mer än 8 år ago | 1 answer | 0
1
answerQuestion
Substitue Symbolic Derivative Term
I defined symbolic variables and function and took its derivative: syms t x(t) xdot A=sin(x); diff(A,t) This generat...
mer än 10 år ago | 0 answers | 0