Respondida
Problem with getting laplace transform results of triangularPulse function
Hi, From the below lines of code provided, t_pulse(t)=log(1+11*triangularPulse(a1,(a1+a2)/2,a2,t)); Input_deform(s)=laplace(...

alrededor de 4 años hace | 0

Respondida
How can I find localmax/min of cfit function?
Hi, I found a similar question here. Hope this helps.

alrededor de 4 años hace | 0

Respondida
Cannot resolve a function called from a subsystem in Stateflow
Hi, To use functions defined in one chart within another chart, chart-level functions must be exported. But it is possible to ...

alrededor de 4 años hace | 0

Respondida
simscape fluids or ansys? for 2 phase heat transfer
This really depends on the geometry and governing equations of the system. For more information on simscape two-phase fluid m...

alrededor de 4 años hace | 0

Respondida
thick values i log scale
Hi, You could try modifying your code as shown below: loglog(x, y) xlabel ('Frequency (Hz)') ylabel ('tke amplitude (m^2/s...

alrededor de 4 años hace | 0

Respondida
Surface Integral of a curved surface of a cylinder without top and bottom surface
Hi, You can solve double integrals using integral2 function. Here is the documentation link for integral2 function. Hope thi...

alrededor de 4 años hace | 0

Respondida
Why the trigger configuration for Hamamatsu camera is not complete?
Hi, Trigger sources and the conditions that control hardware triggers are device specific. Ideally the supported configuration...

alrededor de 4 años hace | 0

Respondida
Bluetooth text transfer between mobile device and laptop
Hi, To use bluetooth as communication interface, you should have Instrument Control Toolbox installed. There are 2 ways to c...

alrededor de 4 años hace | 0

Respondida
How can I detect a color percentage in a picture?
Hi, It would be better if you first determine the RGB triplet limits for a specific color and count the number of pixels lying...

alrededor de 4 años hace | 0

Respondida
How to run code coverage for a MEX made using fiaccel command?
Hi, Profiling a mex function shows its code coverage in Profile Detail report. But profiling mex functions by using MATLAB Pro...

alrededor de 4 años hace | 0

Respondida
Can I pass fitobject as a variable to a function
Hi, It is possible to pass cfit object directly to lsqnonlin function. [Widths,resnorm,res,eflag,output1] = lsqnonlin(cfit, ...

más de 4 años hace | 1

| aceptada

Respondida
How to install missing Float center Directional Control valve in Simulink library
Hi, The configuration highlighted in the figure can be obtained by setting values of opening offset parameters as given against...

más de 4 años hace | 0

| aceptada

Respondida
interp3 returns "Input grid is not a valid MESHGRID."
Hi, I think this error may be due to two reasons: The input arguments x, y, z to the interp3 function must be either grid ve...

más de 4 años hace | 0

Respondida
num2cell at high dimensions - is this a bug?
Hi, The function ‘num2cell’ is intended to work properly when all the values of dim vector are between 1 and ndims(A), if A is...

más de 4 años hace | 0

Respondida
Storing values from a loop when both sym and solve is involved?
Hi, Assuming the values of L to be numeric, you could try declaring an empty variable and then append the values obtained, ea...

más de 4 años hace | 0

Respondida
How to add SIMPACK to Matlab
Hi, There aren’t any specific Add-Ons but you could refer the following link for required products to use SIMPACK models with ...

más de 4 años hace | 0

Respondida
How do I add a marker to only specific frames in a video
Hi, As you know the indices of frames to mark, you can use readFrame function to read those frames from video and then use ins...

más de 4 años hace | 0

| aceptada

Respondida
First Col to Rep Date in Double Array
Hi, You can use timetable array which associates a time with each row and then plot them against date and time using stackedpl...

más de 4 años hace | 0

| aceptada

Respondida
How can I extract daily data of over 40 years to calculate monthly mean?
Hi, The data in the csv file can be imported into MATLAB either as vectors or numeric matrix. Try importing as numeric matrix ...

más de 4 años hace | 0

Respondida
omnidirectional antenna radiation pattern
Hi, Radiation pattern of an antenna at a given frequency can be visualized using pattern function. This function requires Ante...

más de 4 años hace | 0

Respondida
Function: plotAssetHist undefined
Hi, I think supporting function named 'plotAssetHist' is missing.Try using the suppoting function given in the link.

más de 4 años hace | 0

| aceptada

Respondida
Can we import solidworks files on matlab without have the solidworks software?
Hi, You can import 3D files with the following formats without needing the software used to create 3D model files: 'fbx', 'dae...

más de 4 años hace | 1

Respondida
How to duplicate "rmoutliers" function in EXCEL program ?
Hi, From the excel sheet attached, outliers in the data are 39.29 and 36.00. I think this is correct way to find outliers. The...

más de 4 años hace | 0

Respondida
Create the table in the MS word
Hi, Assuming you are trying to create a table of images and text in different columns, images can be stored as arrays in the t...

más de 4 años hace | 0

Respondida
About Bayes Optimization input
Hi, Here is an example of applying Bayesian optimization to deep learning and finding optimal network hyperparameters. Hope th...

más de 4 años hace | 0

| aceptada

Respondida
How to setup a JTAG communication between FPGA board and Matlab?
Hi, Refer this for hardware and software requirements for JTAG communication between FPGA board and MATLAB or Simulink. You ca...

más de 4 años hace | 0

Respondida
Can I connect more structure in one ?
Hi, If there is a structure ‘S’ with fields ‘x’ and ‘y’, you can access field ‘x’ using dot notation as S.x. Assuming that you...

más de 4 años hace | 0

Respondida
How can I use the value of one index in a structured element as the index in a logical statement?
Hi, I would like to assume dimensions of data field in structure ‘a’ as 43977 x 20 for easy understanding. According to the co...

más de 4 años hace | 0

Respondida
MATLAB Coder: Runtime Error due to 'Undefined Variable'
Hi, From the code provided, I noticed that the second argument to ‘butter’ function keeps changing for every iteration. For co...

más de 4 años hace | 1

| aceptada

Respondida
Problem using 'integral' when an endpoint is the target variable for an enclosing integral
Hi, The second and third input arguments to integral function must be scalars. From the code provided, I think either of the v...

más de 4 años hace | 0

Cargar más