Fabian Gock
Followers: 0 Following: 0
Statistik
RANG
8.341
of 295.527
REPUTATION
5
BEITRÄGE
22 Fragen
3 Antworten
ANTWORTZUSTIMMUNG
50.0%
ERHALTENE STIMMEN
4
RANG
of 20.242
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 154.057
BEITRÄGE
0 Probleme
0 Lösungen
PUNKTESTAND
0
ANZAHL DER ABZEICHEN
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
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...
fast 6 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
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...
etwa 6 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
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'....
etwa 6 Jahre vor | 3 Antworten | 0
3
AntwortenFrage
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...
etwa 6 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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 6 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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 6 Jahre vor | 0 Antworten | 1
0
AntwortenFrage
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 6 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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 6 Jahre vor | 1 Antwort | 1
1
AntwortFrage
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 6 Jahre vor | 1 Antwort | 1
1
AntwortFrage
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 6 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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 6 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
mehr als 6 Jahre vor | 1 Antwort | 0
1
AntwortI 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...
mehr als 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...
mehr als 6 Jahre vor | 0 Antworten | 0
0
AntwortenIntegrating velocity data with cumtrapz()
Oh god, I accidentally switched time and velocity.. Sorry for this embarrassing question and thanks for the quick help! Kind...
mehr als 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...
mehr als 6 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
mehr als 6 Jahre vor | 1 Antwort | 0
1
AntwortHow to name variables/constants properly
To prevent potential troubles, I now declare the functions and variables as general as possible. function [f_i] = inertial_...
fast 7 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? ...
fast 7 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
etwa 7 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
etwa 7 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
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 7 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
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 7 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
mehr als 7 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
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...
mehr als 7 Jahre vor | 0 Antworten | 0