photo

Rafael Kübler


Last seen: plus de 4 ans il y a Actif depuis 2016

Followers: 0   Following: 0

Message

Statistiques

All
MATLAB Answers

25 Questions
1 Réponse

Cody

0 Problèmes
8 Solutions

RANG
11 078
of 301 647

RÉPUTATION
4

CONTRIBUTIONS
25 Questions
1 Réponse

ACCEPTATION DE VOS RÉPONSES
60.0%

VOTES REÇUS
4

RANG
 of 21 372

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG
46 700
of 175 953

CONTRIBUTIONS
0 Problèmes
8 Solutions

SCORE
90

NOMBRE DE BADGES
1

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

  • First Review
  • Thankful Level 3
  • Solver

Afficher les badges

Feeds

Afficher par

Question


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

environ 6 ans il y a | 1 réponse | 0

1

réponse

Question


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

plus de 6 ans il y a | 1 réponse | 0

0

réponse

Question


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

environ 7 ans il y a | 1 réponse | 0

1

réponse

Question


Reseting Simulinks Logic Analyzer
Hello, After deleting waves from Simulinks Logic Analyzer I am not able to restore these properly. Useing the button "Restor...

environ 7 ans il y a | 1 réponse | 0

1

réponse

Question


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

plus de 7 ans il y a | 2 réponses | 0

2

réponses

Question


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

plus de 7 ans il y a | 1 réponse | 0

1

réponse

Question


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

environ 8 ans il y a | 1 réponse | 1

1

réponse

Question


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

plus de 8 ans il y a | 4 réponses | 2

4

réponses

Question


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

plus de 8 ans il y a | 1 réponse | 0

1

réponse

Question


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

plus de 8 ans il y a | 3 réponses | 0

3

réponses

Réponse apportée
closeRequestFcn 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...

presque 9 ans il y a | 0

| A accepté

Question


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

presque 9 ans il y a | 1 réponse | 0

1

réponse

Question


Abbreviate acces to struct fields
Hello everyone, i often need to acces a struct field like sturcture.firstLevel.secondLevel.thirdLevel = 1 Now ...

presque 9 ans il y a | 1 réponse | 0

1

réponse

Question


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

presque 9 ans il y a | 2 réponses | 1

2

réponses

Question


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

environ 9 ans il y a | 2 réponses | 0

2

réponses

Question


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

environ 9 ans il y a | 1 réponse | 0

1

réponse

Question


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

plus de 9 ans il y a | 1 réponse | 0

1

réponse

Question


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

plus de 9 ans il y a | 1 réponse | 0

0

réponse

Question


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

plus de 9 ans il y a | 1 réponse | 0

1

réponse

Question


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

plus de 9 ans il y a | 1 réponse | 0

0

réponse

Question


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

plus de 9 ans il y a | 1 réponse | 0

1

réponse

Question


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

plus de 9 ans il y a | 1 réponse | 0

0

réponse

Question


Get mulitple figure handles
Hello together, I'd like to use the mouse, to select multiple figures and then somehow get the handles of all the selected fi...

presque 10 ans il y a | 1 réponse | 0

0

réponse

Question


How to get a surface handle
Hello together, in the Matlab Help for surf it Shows the command h = surf(...) which returns a handle to a chart surface ...

presque 10 ans il y a | 1 réponse | 0

1

réponse

Question


linkdata to structured data
Hello everyone, i've got to vectors for example. a= 1:20 b=a.^2; If i plot with plot(a,b) i am able to linkdat...

presque 10 ans il y a | 2 réponses | 0

2

réponses

Question


writing a .csv-File with certain format
Hello, i have a Matrix and two vectors (x_axis and y_axis) and want to write them into a single .csv-File. The file should l...

environ 10 ans il y a | 1 réponse | 0

0

réponse