Community Profile

photo

Rajmohan


North Carolina State University

Last seen: 4개월 전 2014년부터 활동

Followers: 0   Following: 0

연락

통계

  • First Answer

배지 보기

Feeds

보기 기준

질문


dynamic property subclass use correct get and set methods
The superclass definition is - classdef calibration ... % Class name < dynamicprops %% Superclass ...

거의 2년 전 | 답변 수: 1 | 0

1

답변

질문


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...

거의 2년 전 | 답변 수: 1 | 0

1

답변

질문


Data Dictionary - Setup Worker Cache Issue
I tried the code from the matlab example - spmd Simulink.data.dictionary.setupWorkerCache end However, this generate...

대략 4년 전 | 답변 수: 1 | 0

1

답변

질문


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...

4년 초과 전 | 답변 수: 2 | 0

2

답변

질문


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 ...

4년 초과 전 | 답변 수: 0 | 0

0

답변

질문


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]?

7년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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...

대략 10년 전 | 답변 수: 0 | 0

0

답변