Beantwortet
switch block Combine multiple signals into single signal.
Hello, A simple example would be suppose the "criteria for passing the first input" parameter is set to "u2 >= threshold" then ...

fast 3 Jahre vor | 0

Beantwortet
Product method for Fuzzy implication step
Hello, For product implication when it says the antecedent gets squashed, it means that the data is reduced or scaled down to t...

fast 3 Jahre vor | 0

| akzeptiert

Beantwortet
Variable cylindrical solid not varying length
You could use any way of inputing signals into the cylindrical solid block be it using MATLAB script, knob or using any type of ...

fast 3 Jahre vor | 0

Beantwortet
AppDesigner Code Simplification Help
Hello, With the information given, I am assuming that you want to know how to package the above snippet of code in a function a...

fast 3 Jahre vor | 0

Beantwortet
Appdesigner: Edit Variable in Cache menu
Hello, To answer your first question, you can change the edit field to a dropdown menu and put the options for the menu program...

fast 3 Jahre vor | 0

Beantwortet
Fixed Point Iteration in Numerical Methods for any equation
Hi, If you want to get the equation through string input you could use "str2func" to convert the string to function. The functi...

etwa 3 Jahre vor | 0

Beantwortet
RoadRunner Project Version Control Issues
I think you have not enabled the "Export markings as <line>" checkbox during your OpenDrive Export, which might be the reason wh...

etwa 3 Jahre vor | 0

| akzeptiert

Beantwortet
Can the constant and gain block be saved as C code variables using the Simulink coder?
Hi, You could always change your code after code generation using simulink coder. But if you want to save as variable in gain a...

etwa 3 Jahre vor | 0

Beantwortet
Solve System of Equations for Mesh Circuit Analysis in S-Domain
Hi, The reason you are getting an empty value from the solve function is because it cannot find a solution for the given set of...

etwa 3 Jahre vor | 0

Beantwortet
Remove intermittent text when reading in a table from a .dat file
Hi, Please refer to the following similar question which could be helpful to you. How do I read data (from a .dat file) sepera...

etwa 3 Jahre vor | 0

| akzeptiert

Beantwortet
How to make MATLAB use a gui program 1000 times and thin export some specific results into tables
Hi, I don't understand your usecase properly but you could always run a gui program 1000 times and get the input and store it i...

etwa 3 Jahre vor | 0

Beantwortet
Write "BIT" data type to existing PostgreSQL table from Matlab
Hi, Try using the following code. my_table = table("0", 'VariableNames', {'value_parameter'}); You were getting the error bec...

etwa 3 Jahre vor | 1

Beantwortet
Level Set Method for Image Segmentation Using Fuzzy Clustering
Hi, You could use individual slices of the 3D Image for segmentation. The slice of 3D image becomes a 2D image which you could ...

etwa 3 Jahre vor | 0

Beantwortet
Calculating a 3D Mean-Trajectory from an Array
Hi, You could interpolate the data to create a continuous trajectory from the set of points. You could use curve fitting toolbo...

etwa 3 Jahre vor | 0

Beantwortet
Real time data transfer between MATLAB and Raspberrypi
Hi, Refer to the following link to know about transferring data from MATTLAB to Raspberry PI Transmit and Receive Data Using R...

etwa 3 Jahre vor | 0

Beantwortet
Plotting the probability of drawing a Spade
Hi, Probability of drawing spades from 100 draws is still one single value. You can try adding a for loop over the for loop wit...

etwa 3 Jahre vor | 0

Beantwortet
how to allign plot figure and annotation
Hi, You could change the position of annotation by changing the X and Y properties of the annotations. These values represent t...

etwa 3 Jahre vor | 0

Beantwortet
6 DOF block change axis
Refer to this Solution provided by the MathWorks Staff for a similar type of question. I hope this answer would be helpful in so...

etwa 3 Jahre vor | 0

Beantwortet
Real Time plotting in MATLAB GUI
Hi, You could point all the points in one iteration and change their locations in the next second. So suppose you plot 60 point...

etwa 3 Jahre vor | 1

Beantwortet
Lorentzian Fitting with .s2p file
Hi, MATLAB handles Touchstone files as S-Parameter objects, which require RF Toolbox to be extracted. To get the data from the...

etwa 3 Jahre vor | 0

Beantwortet
ValueChangedFcn on uieditfield (uifigure based app)
Hi, As you have tried all the possible solutions, one possible workaround is to add a manual search button which the user could...

etwa 3 Jahre vor | 0

| akzeptiert

Beantwortet
Save and rename part of files in plot
Hi, You could add the file name as a tag before plotting the line and also add a Onclick callback. So when you click the line, ...

etwa 3 Jahre vor | 0

| akzeptiert

Beantwortet
Cursors in uiaxes that is able to move horisontally along the x-axis according to mouseclicks by the user?
Hi, One way to make sure the two cursors move horizontally is to replot the two cursors with different locations by changing th...

etwa 3 Jahre vor | 0

Beantwortet
Fread com device too slow
Hi, Refer to the following existing solutions, Fread performance is slow. Why? - MATLAB Answers - MATLAB Central (mathworks.co...

etwa 3 Jahre vor | 0

Beantwortet
Simulink bus not working the way i intended
Hi, You could refer to the following question. Struct as input to a Simulink MATLAB Function block - MATLAB Answers - MATLAB C...

etwa 3 Jahre vor | 0

Beantwortet
How to cut a polygonal mesh by a line? (Tips needed)
Hi, You could use 'polyxpoly' function to find the intersection points of the line on the polygon edges which would probably h...

etwa 3 Jahre vor | 0

| akzeptiert

Beantwortet
Stl files - see inner and outer contours for gaps and holes
Hi, This question seems to be similar to your question. Find holes and gaps in .stl files - MATLAB Answers - MATLAB Central (m...

mehr als 3 Jahre vor | 0

Beantwortet
How do i calcualte Image Fidelity Using this equation?
Hi, You could use "for" loops for doing the summation of the values and storing the P and S variables as 2 dimensional arrays w...

mehr als 3 Jahre vor | 0

Beantwortet
How evaluate an image after segmentation?
You could use the evaluateSemanticSegmentation function to evaluate different performance metrics which you require.

mehr als 3 Jahre vor | 0

Beantwortet
change variable in a class
Hi, As kanal object is a private variable in sender class, any user will not be able to access that object and set any variable...

mehr als 3 Jahre vor | 0

| akzeptiert

Mehr laden