Rafael Kübler
Followers: 0 Following: 0
Estadística
0 Problemas
8 Soluciones
CLASIFICACIÓN
11.059
of 295.569
REPUTACIÓN
4
CONTRIBUCIONES
25 Preguntas
1 Respuesta
ACEPTACIÓN DE RESPUESTAS
60.0%
VOTOS RECIBIDOS
4
CLASIFICACIÓN
of 20.247
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
41.030
of 154.105
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
Feeds
Pregunta
How to Open Simulink Model Properties in fullscreen window?
Hello i often need to make changes in model callbacks and its annoying to always adjust the size of the model properties window...
más de 4 años hace | 1 respuesta | 0
1
respuestaPregunta
Error Message *deploymentdiagram.tlc when building Multitaskmodel for Speedgoat
Hello together, Since my model now is to big to run on one core on Speedgoat I tried to run it as a Multitaskmodel using explic...
alrededor de 5 años hace | 0 respuestas | 0
0
respuestasPregunta
RS232 on Speedgoat
Hello, with a Speedgoat Baseline and Simulink Real-Time I want to get data from a ultrasoundsensor via a RS232 serial Port. The...
más de 5 años hace | 1 respuesta | 0
1
respuestaPregunta
Reseting Simulinks Logic Analyzer
Hello, After deleting waves from Simulinks Logic Analyzer I am not able to restore these properly. Useing the button "Restor...
casi 6 años hace | 1 respuesta | 0
1
respuestaPregunta
Calculate volume from an isosurface
Hello, i have a isosurface like in the picture below generated by the commands isosurface and patch. How can I calculate the...
casi 6 años hace | 2 respuestas | 0
2
respuestasPregunta
How to update a contourf plot?
Hello, i know, how to update a surface for example in a for-loop using: set(hSurf, 'ZData', newZData) set(hSurf, 'CData', ...
casi 6 años hace | 1 respuesta | 0
1
respuestaResuelto
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 6 años hace
Resuelto
Find all elements less than 0 or greater than 10 and replace them with NaN
Given an input vector x, find all elements of x less than 0 or greater than 10 and replace them with NaN. Example: Input ...
más de 6 años hace
Pregunta
How to restore lost matlab preferences
Hello together, today I started matlab as usual but it seemed, that all the preferences I've made are gone. What could have ...
más de 6 años hace | 1 respuesta | 1
1
respuestaPregunta
Once more... Avoid global variable!
Hello together, I'm writing many function which i often use during a matlab session. To make them a little more compfortalbe ...
casi 7 años hace | 4 respuestas | 2
4
respuestasPregunta
Extrpoolation not along dimension
Hello together, i have a following simplyfied matrix z with corresponding x and y axis z = [3 2 1 1 1 1 1 1; ... 2...
alrededor de 7 años hace | 1 respuesta | 0
1
respuestaPregunta
Input parsing of name-value Pairs
Hello together, i know its a heavy discussed topic but i haven't found a satisfying answer to my problem yet: my function ...
alrededor de 7 años hace | 3 respuestas | 0
3
respuestascloseRequestFcn for Matlabs main window
Never mind. I found the solution. If there is a file called finish.m it the searchpath or in the current folder, matlab execut...
más de 7 años hace | 0
| aceptada
Pregunta
closeRequestFcn for Matlabs main window
Hello toghether, i have some variables, that i want to have saved, when matlab is closed? I know startup.m is a script, whic...
más de 7 años hace | 1 respuesta | 0
1
respuestaPregunta
Abbreviate acces to struct fields
Hello everyone, i often need to acces a struct field like sturcture.firstLevel.secondLevel.thirdLevel = 1 Now ...
más de 7 años hace | 1 respuesta | 0
1
respuestaResuelto
Determine if input is odd
Given the input n, return true if n is odd or false if n is even.
más de 7 años hace
Resuelto
Column Removal
Remove the nth column from input matrix A and return the resulting matrix in output B. So if A = [1 2 3; 4 5 6]; and ...
más de 7 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 7 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 7 años hace
Pregunta
axes title of all open figures
Hello together, having for example two open figures, where each figure has a plot in it with a title. I want an easy way with...
más de 7 años hace | 2 respuestas | 1
2
respuestasResuelto
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 7 años hace
Pregunta
Open new files in existing session
Hello, when i have an already opened matlab session and i'm trying to open a new script from the windows explorer i receive t...
más de 7 años hace | 2 respuestas | 0
2
respuestasPregunta
Partial transparent surface plot
Hello together, I'm trying to plot a surface where all points with a z value between -0.5 and 0.5 are 100% transperent. I've ...
más de 7 años hace | 1 respuesta | 0
1
respuestaPregunta
How do I remove the info bar in figure when the variables are linked?
Hello, when i link data in a plot i get the info bar shown in the attached picture. This annoys me and i want it to be hidden...
casi 8 años hace | 1 respuesta | 0
1
respuestaPregunta
Angeled signal lines after reopening a model
Hello toghether, i got the annoying issue, that, sometimes simulink changes the once horicontal and vertical signal lines int...
casi 8 años hace | 0 respuestas | 0
0
respuestasPregunta
set paths disappear after restart
Hello together, latley it occures to me, that I loose paths that I have set in matlab. I use File -> set Path... -> add Folde...
casi 8 años hace | 1 respuesta | 0
1
respuestaPregunta
GUI to scale multiple plots
Hello together, I often have several plots and surfs, which I want to scale properly by setting xMax, xMin, xTick, yMax, yM...
alrededor de 8 años hace | 0 respuestas | 0
0
respuestasPregunta
Insert vector graphic from Matlab to Word
Hello together, i know its a often discussed topic. But i haven't found any solution for me. I have some plots, which i need...
alrededor de 8 años hace | 1 respuesta | 0
1
respuestaPregunta
3D extrapolation without ScatteredInterpolant
Hello, if got a three vectors of scattered x, y and z data. I need to extrapolate these. My Release is from 2011, so I do no...
más de 8 años hace | 0 respuestas | 0