A répondu
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(...

environ 4 ans il y a | 0

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

environ 4 ans il y a | 0

A répondu
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 ...

environ 4 ans il y a | 0

A répondu
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...

environ 4 ans il y a | 0

A répondu
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...

environ 4 ans il y a | 0

A répondu
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...

environ 4 ans il y a | 0

A répondu
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...

environ 4 ans il y a | 0

A répondu
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...

environ 4 ans il y a | 0

A répondu
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...

environ 4 ans il y a | 0

A répondu
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...

environ 4 ans il y a | 0

A répondu
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, ...

plus de 4 ans il y a | 1

| A accepté

A répondu
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...

plus de 4 ans il y a | 0

| A accepté

A répondu
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...

plus de 4 ans il y a | 0

A répondu
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...

plus de 4 ans il y a | 0

A répondu
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...

plus de 4 ans il y a | 0

A répondu
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 ...

plus de 4 ans il y a | 0

A répondu
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...

plus de 4 ans il y a | 0

| A accepté

A répondu
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...

plus de 4 ans il y a | 0

| A accepté

A répondu
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 ...

plus de 4 ans il y a | 0

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

plus de 4 ans il y a | 0

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

plus de 4 ans il y a | 0

| A accepté

A répondu
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...

plus de 4 ans il y a | 1

A répondu
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...

plus de 4 ans il y a | 0

A répondu
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...

plus de 4 ans il y a | 0

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

plus de 4 ans il y a | 0

| A accepté

A répondu
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...

plus de 4 ans il y a | 0

A répondu
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...

plus de 4 ans il y a | 0

A répondu
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...

plus de 4 ans il y a | 0

A répondu
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...

plus de 4 ans il y a | 1

| A accepté

A répondu
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...

plus de 4 ans il y a | 0

Charger plus