Answered
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(...

4 years ago | 0

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

4 years ago | 0

Answered
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 ...

4 years ago | 0

Answered
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...

4 years ago | 0

Answered
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...

4 years ago | 0

Answered
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...

4 years ago | 0

Answered
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...

4 years ago | 0

Answered
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...

4 years ago | 0

Answered
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...

4 years ago | 0

Answered
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...

4 years ago | 0

Answered
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, ...

4 years ago | 1

| accepted

Answered
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...

4 years ago | 0

| accepted

Answered
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...

4 years ago | 0

Answered
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...

4 years ago | 0

Answered
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...

4 years ago | 0

Answered
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 ...

4 years ago | 0

Answered
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...

4 years ago | 0

| accepted

Answered
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...

4 years ago | 0

| accepted

Answered
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 ...

4 years ago | 0

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

4 years ago | 0

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

4 years ago | 0

| accepted

Answered
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...

4 years ago | 1

Answered
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...

4 years ago | 0

Answered
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...

4 years ago | 0

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

4 years ago | 0

| accepted

Answered
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...

4 years ago | 0

Answered
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...

4 years ago | 0

Answered
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...

4 years ago | 0

Answered
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...

4 years ago | 1

| accepted

Answered
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...

4 years ago | 0

Load more