photo

Christian


ExpertControl GmbH

Con actividad desde 2012

Followers: 0   Following: 0

Mensaje

Estadística

All
MATLAB Answers

5 Preguntas
2 Respuestas

Cody

0 Problemas
8 Soluciones

CLASIFICACIÓN
23.880
of 300.763

REPUTACIÓN
1

CONTRIBUCIONES
5 Preguntas
2 Respuestas

ACEPTACIÓN DE RESPUESTAS
40.0%

VOTOS RECIBIDOS
1

CLASIFICACIÓN
 of 21.082

REPUTACIÓN
N/A

EVALUACIÓN MEDIA
0.00

CONTRIBUCIONES
0 Archivos

DESCARGAS
0

ALL TIME DESCARGAS
0

CLASIFICACIÓN
44.387
of 170.923

CONTRIBUCIONES
0 Problemas
8 Soluciones

PUNTUACIÓN
90

NÚMERO DE INSIGNIAS
1

CONTRIBUCIONES
0 Publicaciones

CONTRIBUCIONES
0 Público Canales

EVALUACIÓN MEDIA

CONTRIBUCIONES
0 Temas destacados

MEDIA DE ME GUSTA

  • Thankful Level 1
  • Solver

Ver insignias

Feeds

Ver por

Pregunta


How to force Matlab to reload classes in toolbox\rtw\rtw\@RTW
Hello, I have some software that uses the class RTW.TargetPrefs. This class was available up to R2012a. There is a patch ava...

más de 11 años hace | 1 respuesta | 0

1

respuesta

Resuelto


Implement simple rotation cypher
If given a letter from the set: [abc...xyz] and a shift, implement a shift cypher. Example: 'abc' with a shi...

más de 12 años hace

Resuelto


Select every other element of a vector
Write a function which returns every other element of the vector passed in. That is, it returns the all odd-numbered elements, s...

más de 12 años hace

Resuelto


Is my wife right?
Regardless of input, output the string 'yes'.

más de 12 años hace

Resuelto


Determine if input is odd
Given the input n, return true if n is odd or false if n is even.

más de 12 años hace

Resuelto


Add two numbers
Given a and b, return the sum a+b in c.

más de 12 años hace

Resuelto


Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...

más de 12 años hace

Resuelto


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

más de 12 años hace

Resuelto


Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...

más de 12 años hace

Pregunta


Using rtwmakecfg to tell RTW to use precompiled object instead of S-Function code
Hello, I try to use rtwmakecfg to define that RTW should use a precompiled object of my C S-function instead of the source co...

más de 12 años hace | 1 respuesta | 0

1

respuesta

Pregunta


How to get the new value of a changed mask parameter in the dialog callback?
Hello, I am using Matlab R2011a. I have created a subsystem and masked it. There is a popup parameter in my mask and I have ad...

más de 12 años hace | 1 respuesta | 0

1

respuesta

Pregunta


passing unicode string from C mex function to Matlab
Hello, I need to send a unicode string from my C mex function to Matlab. At the moment, I try to use mxCreateString to create ...

más de 12 años hace | 2 respuestas | 0

2

respuestas

Respondida
Using Timer in startup.m
Ok, here is some code. I reduced it to the very basics. There is only one perl script left: #!/usr/local/bin/perl -w $ma...

más de 13 años hace | 0

Respondida
Using Timer in startup.m
Daniel, I can confirm that your example works on my system as well, the timer is running as expected. So I am a bit confused n...

más de 13 años hace | 0

Pregunta


Using Timer in startup.m
Hello, is it expected behavior that it is not possible to use timer objects in the startup.m? I have seen that in case I inc...

más de 13 años hace | 5 respuestas | 1

5

respuestas