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

circa 4 anni fa | 0

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

circa 4 anni fa | 0

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

circa 4 anni fa | 0

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

circa 4 anni fa | 0

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

circa 4 anni fa | 0

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

circa 4 anni fa | 0

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

circa 4 anni fa | 0

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

circa 4 anni fa | 0

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

circa 4 anni fa | 0

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

circa 4 anni fa | 0

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

circa 4 anni fa | 1

| accettato

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

circa 4 anni fa | 0

| accettato

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

circa 4 anni fa | 0

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

circa 4 anni fa | 0

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

circa 4 anni fa | 0

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

circa 4 anni fa | 0

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

oltre 4 anni fa | 0

| accettato

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

oltre 4 anni fa | 0

| accettato

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

oltre 4 anni fa | 0

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

oltre 4 anni fa | 0

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

oltre 4 anni fa | 0

| accettato

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

oltre 4 anni fa | 1

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

oltre 4 anni fa | 0

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

oltre 4 anni fa | 0

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

oltre 4 anni fa | 0

| accettato

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

oltre 4 anni fa | 0

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

oltre 4 anni fa | 0

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

oltre 4 anni fa | 0

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

oltre 4 anni fa | 1

| accettato

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

oltre 4 anni fa | 0

Carica altro