Pregunta


How to estimate the correct value of "Damping Constant" for Flexible Beams in Simscape
Hello, Reading the Matworks info I notice that damping matrix is defined as proportional by the Damping Constant to the stiffne...

más de 5 años hace | 1 respuesta | 0

1

respuesta

Respondida
Loads and stress that act on flexible beams in Simscape Multibody environment
Until now I did not find the solution to extract directly the internal stress of the beam, as well as I am not able to find the ...

más de 5 años hace | 0

| aceptada

Pregunta


How to run a Simulink simulation using keyboard
Hello, how can I run a simulink simulation using the keyboard, like I do for scripts using F5? Thanks and best regards - A

más de 5 años hace | 1 respuesta | 0

1

respuesta

Pregunta


How to get numerical info of "Derived Values" of Flexible Beams in Simscape Multibody
Hello, how can I access to the parameteres calculated on the "Derived Values" (e.g. Axial Rigidity, Mass per Unit Length) of a...

más de 5 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Differences between "Constraint Force" and "Total Force" of Weld Joint
Which is the difference between Constraint Force and Total Force of Welded Joint in Simscape Multibody? Constraint are defined ...

más de 5 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Distribuited load on flexible beams Simscape Multibody
Hello, how can I load a generic flexible beam with a distribuited load on Simscape Multibody (instead of the traditional lumped...

más de 5 años hace | 1 respuesta | 0

1

respuesta

Respondida
How can you measure the flex in a general flexible beam in Simscape Multibody?
If you are interested into the relative displacement at the ends of the beams (eg bending deflection, elongation/compression etc...

más de 5 años hace | 0

Respondida
What's wrong with my FRF?
The average slope of the two lines suggest that in one case you are integrating the accelartion into velocity (orangeFRF) so you...

más de 5 años hace | 1

| aceptada

Pregunta


Loads and stress that act on flexible beams in Simscape Multibody environment
Hello, I am using Simscape Multibody for creating a structural model of few flexible beams attached toghedar, like a sort of fr...

más de 5 años hace | 1 respuesta | 1

1

respuesta

Respondida
How to customize the subplots?
Have a look to XTrick and XTrickLabel

casi 6 años hace | 0

Pregunta


Call function written in the same script using F9
Hello, let assume this simple code with a custom routine at the end of the code: a = 0:0.01:100; b = sin(0:0.01:100); RMSE_r...

casi 6 años hace | 0 respuestas | 0

0

respuestas

Pregunta


How to extract component of vector from a struct with fields across each field
It is more clear if I show you my specific case (see image below). Let's assume that I created my struct variable called "Datab...

alrededor de 6 años hace | 1 respuesta | 1

1

respuesta

Respondida
Import data with column separated with a comma, and comma as decimal place symbol
I developed the following code, reading and modifying the comma and other symbol in the text. fid = fopen([PathAndFileName,'.cs...

más de 6 años hace | 0

| aceptada

Pregunta


Import data with column separated with a comma, and comma as decimal place symbol
Hello I want to import a .csv data file with comma both for decimal place symbol and as system for divide the column, see below...

más de 6 años hace | 2 respuestas | 0

2

respuestas

Pregunta


Pick points with Data Cursor in a graph with animatedline
I want to use the Data Cursor in a graph that I created using "animatedline", but it is not possible since I cannot select the p...

casi 7 años hace | 0 respuestas | 1

0

respuestas

Pregunta


Display in command window an ordained long list of data with headers
Hi, I am measuring some sensors, and for this reason I plot in a figure the signals. Every second I want also to display in th...

casi 7 años hace | 0 respuestas | 0

0

respuestas

Respondida
How to write x-axis for plot?
Hi, try: xlabel('write here you text'); Regards

casi 7 años hace | 0

Respondida
Adding an element during each iteration of the loop at the end of an existing array
Try this: function Res = MacLaurin(a,n) % Program to calculate MacLaurin expression % calculating factorial for the expressio...

casi 7 años hace | 1

| aceptada

Respondida
How can I convert air pressure / time data to an audio file?
Before ask on the comunity, I think that is better have a look on google. Anyhow, here is the answer. If this solution works, ...

casi 7 años hace | 1

Respondida
Increasing sampling rate with ardiuno
Maybe that can be usefull: https://it.mathworks.com/matlabcentral/answers/327998-maximum-sampling-frequency-of-analog-input-thr...

alrededor de 7 años hace | 0

Respondida
Maximum sampling frequency of ANALOG INPUT through Arduino UNO
Dear Valentin, I notice the same problem, and I'm also looking for a solution. At the moment I have adopted the follow approach...

alrededor de 7 años hace | 0

Respondida
Open struct field directly with ctrl+d
See answer in comment of Mr. @per isakson

alrededor de 7 años hace | 0

| aceptada

Pregunta


Compute Craig Bampton model reduction using structural PDE toolbox of MATLAB (FEM SuperElements - Component Mode Synthesis)
Is it possible to extract a reduced model (also called Superelement) using Craig-Bampton technique (also called Component Mode S...

alrededor de 7 años hace | 2 respuestas | 0

2

respuestas

Pregunta


.m files continue to open with text editor instead MATLAB
Hi, I am trying to set MATLAB as default application to open .m files. As usual, I select "open with" -> MATLABROOT\bin\win64\M...

alrededor de 7 años hace | 1 respuesta | 0

1

respuesta

Respondida
How to display value of particular iteration in a loop
Maybe you can use this piece of code inside the for loop: if n==desired_iteration disp('This is the desired iterat...

más de 7 años hace | 0

Pregunta


How to evaluate a Frequency Response Function (FRF) or extract ABCD model from structural PDE toolbox FEM model
How can I get a frequency response function (FRF) or simply an ABCD model from a FEM structural model created with Structural PD...

más de 7 años hace | 0 respuestas | 0

0

respuestas

Respondida
plot3 disappear points: graphics problems
At the end, I think that the best solution is use _setdiff_ and plot the cloud, *without* overlap.

más de 7 años hace | 0

| aceptada

Pregunta


plot3 disappear points: graphics problems
Using Matlab 2017a accademic licence, I am plotting in 3 dimension, three dinstinct clouds of points using this order: the first...

más de 7 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Problems set transparency not supported with software OpenGL histogram2
When I try to modify the transparecy of a histogram2 using _FaceAlpha_, Matlab (2017a accademic licence) return the warning: ...

más de 7 años hace | 1 respuesta | 0

1

respuesta

Respondida
Delete all highlight for simuling GoTo and From block
The easiest and fastest solution I found to remove the cyan color is to right-click with the mouse and then "Update Diagram", or...

más de 7 años hace | 0

| aceptada

Cargar más