Community Profile

photo

Fabian Gock


Aktiv seit 2017

Followers: 0   Following: 0

Statistiken

  • First Review
  • Thankful Level 3
  • First Answer

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


Why does the simulink model throw: "Struct contents reference from a non-struct array object"
Hello, I downloaded the attached model of a three phase inverter from matlab file exchange. When I try and start the simulatio...

etwa 5 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


How can I edit a figure that was created by a MATLAB standalone App?
Hi, i was provided with a MATLAB standalone app. I want to add lines to a plot that was created by this app. How can this b...

mehr als 5 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


Why does MATLAB Compiler give an error during packaging
I want to create a standalone application of a gui. Therefore I call 'deploytool', select the .mlapp file and choose 'package'....

mehr als 5 Jahre vor | 3 Antworten | 0

3

Antworten

Frage


How can the column names of a uitable be defined as editable?
I'm working on a GUI with AppDesigner and use a table to display calculated Data. With each calculation, the table gets a new c...

mehr als 5 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How can I smooth a velocity signal?
Please find the attached example file with a part of my given velocity signal. I want to calculate the required Motor Torque ...

mehr als 5 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Keep only a specific figure at the same position after resizing a Appdesigner app
I want the logo of my company in the right top corner of the GUI. But because I want the components to change size, when the GU...

mehr als 5 Jahre vor | 0 Antworten | 1

0

Antworten

Frage


Which licence source has priority in the MLM_License_File?
I work with both network license and individual license. network license are supposed to be used when I have connection to the ...

mehr als 5 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How do I save a figure with linked properties?
I have a figure with two 3 dimensional axes that are linked via linkprop([ax2 ax1], {'View', 'XLim','YLim','ZLim'}) I u...

mehr als 5 Jahre vor | 1 Antwort | 1

1

Antwort

Frage


How do I link/lock multiple axis so that they all rotate simultaneously?
I have two sets of axis in one figure and I want to use my mouse to 3D-rotate the plots. The Axis are aligned using linkaxes() ...

mehr als 5 Jahre vor | 1 Antwort | 1

1

Antwort

Frage


How do I plot a multivariate distribution?
I have the efficiency map of an electric drive, in wich I plottet the operating points (torque at rpm) during a driving cycle. ...

mehr als 5 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How to speed up UIAxes in App Designer
I created a progress bar in App Designer using UIAxes and barh(). The function, wich progress I want to display has a for-loo...

mehr als 5 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


When are outputs of a function updated?
Hi, I am currently working on a GUI project (AppDesigner). Now I want to implement a textarea, where I display the progress o...

fast 6 Jahre vor | 1 Antwort | 0

1

Antwort

Beantwortet
I have a text file(which is scaled ionogram data) which is having columns like Day, Time, Frequency and height.
Hi, do you have problems with importing the data or the plotting part? To import from a .txt the easiest way is to use the...

fast 6 Jahre vor | 0

Frage


How to create a textarea with dynamic height with App Designer?
Hi I'm currently creating a GUI using App Designer. With one button, the user is able to select a file he wants to load. T...

fast 6 Jahre vor | 0 Antworten | 0

0

Antworten

Beantwortet
Integrating velocity data with cumtrapz()
Oh god, I accidentally switched time and velocity.. Sorry for this embarrassing question and thanks for the quick help! Kind...

fast 6 Jahre vor | 1

Frage


Integrating velocity data with cumtrapz()
Hi, I have a quite long vector with the longitudinal velocity data of a car. As it only drives forward, there are no negative...

fast 6 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How can i get the coordinates of a location from (e.g.) Google Maps into matlab?
I know, that there are several toolboxes on the file exchange, that do the opposite thing. I want to select a point in google...

etwa 6 Jahre vor | 1 Antwort | 0

1

Antwort

Beantwortet
How to name variables/constants properly
To prevent potential troubles, I now declare the functions and variables as general as possible. function [f_i] = inertial_...

etwa 6 Jahre vor | 0

| akzeptiert

Frage


How to name variables/constants properly
Is it problematic to name the variables/constants I hand to a function, and the function's inner variables/constants the same? ...

etwa 6 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How can I execute a script with the evalin command?
I want to execute a script in the base workspace, so I use evalin('base', preparedata_v1) The following error occure...

mehr als 6 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How to change the background of a saved figure
Hi, i want to print some graphs, I created and saved to .fig files. I tried to change the background color via the Export...

mehr als 6 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


Why can't I change the number of search iterations using the Pattern search method and then generate MATLAB Code?
I am trying to generate code for a parameter estimation. This worked fine for a several times. My approach is to set up the ex...

mehr als 6 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


Convert Matrix to Vector in Simulink
I want to convert a matrix like: m= [t1 v1 t2 v2 t3 v3 t4 v4] (where t are values representing th...

mehr als 6 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Why can't I edit variables from the 'Edit: Estimated Parameters' window?
Error occures while working with Simulink Design Optimization using the Parameter Estimation GUI. After I chose the parameter...

fast 7 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


Why does the error "Cell contents reference from a non-cell array object" occure after 4 iterations while using parameter estimation.
The said error occures while using parameter estimation in simulink design optimization. The Parameters, I want to estimate are...

fast 7 Jahre vor | 0 Antworten | 0

0

Antworten