![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/11055990_1537397873659_DEF.jpg)
Sohil Shrestha
Followers: 0 Following: 0
Estadística
17 Preguntas
5 Respuestas
CLASIFICACIÓN
241.643
of 297.010
REPUTACIÓN
0
CONTRIBUCIONES
17 Preguntas
5 Respuestas
ACEPTACIÓN DE RESPUESTAS
64.71%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.418
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 157.687
CONTRIBUCIONES
0 Problemas
0 Soluciones
PUNTUACIÓN
0
NÚMERO DE INSIGNIAS
0
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Pregunta
How to know a input is expected when compiling Simulink model?
I have a workflow which involves compiling a lot of Simulink models from different sources. To fully automate the process, I a...
casi 2 años hace | 1 respuesta | 0
1
respuestaPregunta
What does get_param(gcb,'blocktype') returns for block which are from non-installed toolbox ?
What does get_param(gcb,'blocktype') returns for block which are from non-installed toolbox ? I thought it was reference but I ...
casi 2 años hace | 1 respuesta | 0
1
respuestaPregunta
Does update apply to all MATLAB including toolboxes or can I selectively apply updates to toolboxes?
I have MATLAB Simulink and a number of toolboxes installed. Once I install (say) R2020a, there are options for periodic updates ...
alrededor de 2 años hace | 1 respuesta | 0
1
respuestaHow to get terminal output when running git command?
This does the trick [~, cmdoutput] = system('git --no-pager diff --no-color');
más de 2 años hace | 0
| aceptada
Pregunta
How to compare a Simulink model with empty model?
I am trying to compare model versions and extract what is added/deleted/modified by querying the difference tree. Edits = slxm...
más de 2 años hace | 1 respuesta | 0
1
respuestaPregunta
How to get terminal output when running git command?
I am trying to run git command through matlab script and get the terminal output. I have had success when running [status,cm...
más de 2 años hace | 1 respuesta | 0
1
respuestaHow to programmatically find the port types of the blocks
This clarifies the confusion. https://www.mathworks.com/matlabcentral/answers/1618400-how-to-programmatically-distinguish-betw...
alrededor de 3 años hace | 0
| aceptada
How to programmatically distinguish between different block type?
Apart of Tapped Delay In Discrete library, all other versions of Delay can be obtained by changing certain dialog box parameter....
alrededor de 3 años hace | 0
| aceptada
Is there a way to programmatically know if a model/block diagram is testbed ?
For testbeds created using Simulink Test toolbox, they provide api to do it.
alrededor de 3 años hace | 0
| aceptada
Pregunta
How to programmatically distinguish between different block type?
We can get the block type using get_param(gcb,"BlockType") However, several block types are returned as Subsystem or S-functio...
alrededor de 3 años hace | 3 respuestas | 0
3
respuestasPregunta
How to programmatically find the port types of the blocks
According to the documentation , "PortConnectivity" parameter of the block has a field "type" which should either return the typ...
alrededor de 3 años hace | 1 respuesta | 0
1
respuestaPregunta
Is there a way to programmatically get list of valid values/datatypes for Simulink block parameter?
Simulink Block Specific parameters documentation lists the values and/or datatype each parameter of the block accept. Is there ...
más de 3 años hace | 1 respuesta | 0
1
respuestaPregunta
Matlab static variable that can be modified by super class and sub class?
I have following structure where I have a superclass and two subclasses classdef A properties staticvar end...
más de 3 años hace | 1 respuesta | 0
1
respuestaPregunta
How to find if the Simulink model is used for code generation
Is there a heuristic or certain block parameter configuration that suggests if a Simulink model is used or configured for code...
casi 4 años hace | 2 respuestas | 0
2
respuestasHow to programmatically know if a block is a sink block?
%Upon digging into some api , this is the solution I came up with. % I have not tested with all possible cases. % If there a...
casi 4 años hace | 0
Pregunta
How to programmatically know if a block is a sink block?
I have Simulink model. I want to know if each of the block inside my model is a sink block or not (or it belongs to a Sink Simul...
casi 4 años hace | 3 respuestas | 0
3
respuestasPregunta
Why is cyclomatic Complexity of Switch Block 2?
Switch Block has two possible outcomes: input 1 or input 3. The cyclomatic complexity of the block should have been 1 according...
más de 4 años hace | 1 respuesta | 0
1
respuestaPregunta
Does Simulink block metric includes count from custom library blocks
The documentation of Simulink Check Model Metric says Simulink block count Does not include links into MathWorks libraries, wh...
más de 4 años hace | 0 respuestas | 0
0
respuestasPregunta
Throw Error in TimerFcn
I want to throw an error when timer fires up . try timeout = timer('TimerFcn','error(''TIMEOUT OCCURED'');','StartDelay',...
casi 5 años hace | 2 respuestas | 0
2
respuestasPregunta
Is there a way to programmatically know if a model/block diagram is testbed ?
Similar to bdisLibrary, Is there a MATLAB API to check if a block diagram or model is a testbed or test harness?
casi 5 años hace | 1 respuesta | 0
1
respuestaPregunta
Does Simulink compiles a model when opening it?
I have a question regarding stages of compilation and simulation in Simulink. I read the documentation in here https://www.mathw...
alrededor de 5 años hace | 2 respuestas | 0
2
respuestasPregunta
Trying to use 6 different shades of gray on stacked bar
Hello, I am trying to create a gray scaled stacked bar plot. I have set the bar.FaceColor = 'flat' and CData to different rgb t...
casi 6 años hace | 0 respuestas | 0