Risposto
How can I get a calculated function value???
I see no reason why it is not calculated after declaring all values, check if values "u" and "v" are present in the workspace an...

oltre 3 anni fa | 0

Risposto
How to fit data to sawtooth waveform?
curve fitting tool has all options listed here which doesn't have sawtooth function in any direct way

oltre 3 anni fa | 0

Risposto
If statement doesn't work while reading cell or vector
Can you send the sample file which you are checking the code with, so that issue can be reproduced

oltre 3 anni fa | 0

Risposto
How to plot step response and impulse response in 3d graph?
Looks like 2D to 3D conversion in this case is just stack them as explained here, since they are continuous time transfer functi...

oltre 3 anni fa | 0

Risposto
How can we draw the graph of a function of complex variables involving two variables in Matlab?
The function is C2 -> C , which should be a 4D, there is nothing as such in matlab, but you can get slices of it as 3D plot, ref...

oltre 3 anni fa | 0

Risposto
Rat or Sym for a more exact answer?
'sym' is to represent as symbolic constant and 'rat' does the approximation, if you dont want to approximate in the between and ...

oltre 3 anni fa | 0

| accettato

Risposto
what does if(s(j+1)==y1(j+1)) mean?
Ask modulation is simply multiplying data sequence(0,1) with a continuous wave, so you get signal at places of 1's and get no si...

oltre 3 anni fa | 0

Risposto
Tall Matrix Index Extraction
Since tall matrices are challenging in terms of memory, how about parsing arrays "xtall" and "id" and using with appropriate off...

oltre 3 anni fa | 0

Risposto
Maximum number of function evaluations exceeded; increase OPTIONS(14)
I couldn't reproduce the issue at my end, although I see increaes options as optimization parameter as defined in syntax of 5th ...

oltre 3 anni fa | 0

| accettato

Risposto
Find the inverse Laplace transforms of the following functions F(s) = 6/(s2 + 2s - 8)
It is explained here to represent the function in matlab and then apply inverse laplace using ilaplace function.

oltre 3 anni fa | 0

Risposto
How can I speed up multiplication of multiple 3D matrices?
Hi Akash, I don't see any complex matrices in the implementation you can make use of NDFUN it is explained in the link provided...

oltre 3 anni fa | 0

Risposto
Same elements in cells on diag of a matrix
Hi, Although there is no direct way I could see for the task, it can be achieved through a little tedious process by extracting...

oltre 3 anni fa | 1

Risposto
visualization of the 2-D grid world in MATLAB?
yes as suggested by Darova, use patch function in combination with createGridWorld function to get your custom visualisation.

oltre 3 anni fa | 0

Risposto
How to share the same file handler between 2 mex functions. For Simulink block usage
check if this helps, link for the post is here.

oltre 3 anni fa | 0

Risposto
Is there a way to sample the accelerometer and gyroscope at different sampling rates in the IMU model?
Hi, Is it convenient to use both of them individually with distinct sampling rate, if so you can use the examples provided here...

oltre 3 anni fa | 0

Risposto
Numerical approach to isoperemteric problems (Queen Dido Problem)
Hi Lance, Here it explains the formulation and setup you can refer the link provided and get started with your work.

oltre 3 anni fa | 0

Risposto
Creation of a cell array with an iteration on an array
Hi Luca, You can refer to the examples given here which makes it easier to create cell array looping over an array.

oltre 3 anni fa | 0

Risposto
Generate a geotiff from x, y and z data stored in a matrix
Hi, Simialar query is answered for exporting data from matrix to a geotiff here.It can help you.

oltre 3 anni fa | 0

Risposto
VAD (Voice activity detection) with harmonicRatio function
Hi Liron, you can look in to the example implemented by Mathworks for Voice Activity Detection, this is in noise also uses Harm...

oltre 3 anni fa | 0

Risposto
Solving an differential equation using ODE45 with an intermediately specified condition
You can look over the process and few examples here and also the tutorial

oltre 3 anni fa | 0

Risposto
Calculating RMS and Plotting Wave Graphs
Use the process given here, for further calculations of RMS and to create a triange wave check documentations.

oltre 3 anni fa | 0

Risposto
QAM modulation with carrier frequency
Hi Balint, Refer to the documentation link for modulation in communication simulations, you can use modualte function with argu...

oltre 3 anni fa | 0

Risposto
Plot angle between two vectors
Hi Federico, As of now there are no such functions on matlab you can continue with traditional way of plotting arc, if you som...

oltre 3 anni fa | 0

| accettato

Risposto
electric field lines in matlab
Hi Dimitris, You can go throught the links provided for math equations in matlab and partial differential equations to understa...

oltre 3 anni fa | 0

Risposto
How to add a trendline with ployfit
Hi Sean, Similar query is answered at https://www.mathworks.com/matlabcentral/answers/57253-adding-trendline-to-a-plot you can...

oltre 3 anni fa | 0

Risposto
I'm new to matlab can anyone help me on this probability question
Hi Niraj, The question is not about any specific matlab usage or error, you can try to solve the question manually, and use htt...

oltre 3 anni fa | 0

Risposto
Plotting sequences over intervals
Hi Connor, Start by copying complete code provided by Jon and usmpl is just a local function created to use. Don't use usmpl in...

oltre 3 anni fa | 0

Risposto
How to find a matrix inside a larger matrix?
Follow the link provided here for a similar query resolved

quasi 4 anni fa | 0

Risposto
how to use regionprops to change pixel value and affect original image simultaneously?
You can get some idea by looking at help center

quasi 4 anni fa | 0

Risposto
How to write following equation in matlab
There is no direct way to read your data and give output, you can learn basic programming in MATLAB and solve all those equation...

quasi 4 anni fa | 0

Carica altro