Answered
Problem with plotting symsum
Hi, I noticed that the dimensions of arrays being multiplied does not match. According to the code provided, the term cos(n*p...

meer dan 4 jaar ago | 0

Answered
How to loop function 1000 times
Hi, You can try writing a MATLAB function defining the code in your script. Output of the function can be monthly amount of p...

meer dan 4 jaar ago | 0

Answered
How to takeout the frequancy from FFT
Hi, To find frequencies corresponding to peaks after computing fft, you can try using findpeaks function. Specify second inpu...

meer dan 4 jaar ago | 0

Answered
Cannot uninstall R2019a and how to do?
Hi, Because the OS is unknown, you can refer here to uninstall MATLAB on Windows. Hope this helps.

meer dan 4 jaar ago | 0

Answered
How can i convert the analog input(voltage) from thermistor(sensor) to temperature(celsius)?
Hi, I think you can try using Simulink thermistor block to build a circuit to convert analog input voltage to temperature. Ot...

meer dan 4 jaar ago | 0

Answered
how to delete the units from a plot
Hi, There is no option to get rid of units being displayed after X-label and Y-label using Toolbox Preferences Editor. Replaci...

meer dan 4 jaar ago | 0

| accepted

Answered
bin lat lon data and average
From question, I understood that there is a dataset containing columns of latitude, longitude, year, month and temperature. T...

meer dan 4 jaar ago | 1

Answered
How to transmit a h.264 bitstream over USRP, receive it and decode it?
I found some functions on File Exchange for encoding and decoding data using H.264 standard. You can refer the following link: h...

meer dan 4 jaar ago | 1

| accepted

Answered
Calculating Credible Intervals for observed data
I think credible interval is analogous to confidence interval. To find confidence interval, calculate mean and standard deviatio...

meer dan 4 jaar ago | 1

Answered
help with looping the fopen and fclose to draw a continuous graph
If the order of processing is not important, then you can use dir function to list all the files in a folder. Output of this fun...

meer dan 4 jaar ago | 1

Answered
How to get the approximation from wdenoise
The denoised coefficients can be obtained from the wdenoise function. Signal approximation can be done using these coefficients....

meer dan 4 jaar ago | 2

| accepted

Answered
Plotting the Muller-Brown Potential and Trajectory Along It
The values “XX” and “YY” are not increasing constantly according to your code. There is a slight difference in the increments. S...

meer dan 4 jaar ago | 1

Answered
How do I get a specific part of the image that are not rectangular?
I think you can try drawing the polygon using drawpolygon function. Im=imread('1.jfif'); %read image h=drawpolygon; The a...

meer dan 4 jaar ago | 1

| accepted

Answered
PDE-Toolbox: Time dependent applied Temperature
The temperature boundary condition can be specified as a function handle to specify temperature that depends on time and it can ...

meer dan 4 jaar ago | 0

Answered
Fixing specific explicit basis coefficients in fitrgp()
fitrgp function uses “quasinewton” as the default optimizer which is unconstrained. Try changing the optimizer to constrained op...

meer dan 4 jaar ago | 0

Answered
ODE vs. fde12 (solve fractional differential equation)
Assuming y(1),y(2) and y(3) are the first, second and third order derivatives of y, ode23t function has the ability to solve hig...

meer dan 4 jaar ago | 0

Answered
Solve Poisson Equation (Dirichlet boundary condition) via Jacobi and Gauss-Seidel-Iteration
You can try creating two variables i and j which have linearly spaced elements between 0 to 1 with the width of subinterval as 1...

meer dan 4 jaar ago | 0

Answered
turn Matlab code involving PDE toolkit into Simscape component
If the existing domains in the Simscape doesn’t support the required functionality, you can try defining a new physical domain i...

meer dan 4 jaar ago | 0

Answered
Cannot download R2019a.
For any installation issues, you can create service request under installation category. Refer to the following link: www.mat...

meer dan 4 jaar ago | 0

Answered
How to create a utility baseline
Try plotting a bar graph from the available historical utility data and create a baseline object from it. Instead of bar graph, ...

meer dan 4 jaar ago | 0

| accepted

Answered
MATLAB R2019a license expiration doubt.
Contact your sales representative to get detailed understanding about your license terms. If you don't know who your sales repre...

meer dan 4 jaar ago | 0

Answered
can any one explain to me how they use SURF and MSER in this page of matlab Extract interest point descriptors
Hi, MSER is based on taking regions that stay same for wide range of thresholds. It basically extracts co-variant regions from...

meer dan 4 jaar ago | 1

| accepted

Answered
Combining detail scales of different images
Hi, Instead of using simple sum, you can try using weighted summation. The images obtained from small scale filters can be giv...

meer dan 4 jaar ago | 0

Answered
Import .txt and save as .mat with conditions
Hi, I think you can read data from .txt file and store them in a cell array line by line. Then you can loop through each cell ...

meer dan 4 jaar ago | 0

Answered
multidimensional matrix optimization error
Hi, From the question I understand that you created an optimization variable y and wants to create a 3-dimensional matrix yi i...

meer dan 4 jaar ago | 0

| accepted

Answered
Data Type provided by MLPutMatrix
Hi, You can try sending data using import data icon in the home panel. The desired data to be imported can be selected and the...

bijna 5 jaar ago | 0

Answered
How to set GUI edit box background color to default gray?
Hi, I think RGB triplet for default gray color is [0.5 0.5 0.5]. Hope it solves your problem.

bijna 5 jaar ago | 0