Respondida
"std::exception" error Matlab kernel in Jupyter
Hello, As of now we dont't support MATLAB kernal in juypter integration. I have brought this issue to the concerned people and ...

alrededor de 3 años hace | 0

Respondida
Pulse train with multiple bandwidth
Hi, The function gauspuls can be used to generate Gaussian pulses. According to the script provided, you are generating sinusoi...

alrededor de 3 años hace | 0

Respondida
Antenna array designer app, can't simulate more than 4x1 array
Hello, The lack of response and progress is due to the large mesh. The structure is discretized into triangles (for the surface...

alrededor de 3 años hace | 0

Respondida
How to plot 3D of 3D dataset and using evalfis function?
Hello, Please visit this documentation link to know more about types of plots available. In my view you can also try using the...

alrededor de 3 años hace | 0

Respondida
Can't properly undock the Command History Window (on a MacBook)
Hello, Please refer this community answer for your support. Hope it helps

alrededor de 3 años hace | 0

| aceptada

Respondida
how to write the code using for loop?
Hello, To learn about MATLAB (Basics), please visit the MATLAB Onramp. Also, please take a look at this community answer to l...

alrededor de 3 años hace | 0

Respondida
Neural network (edit, text, pushbutton)
Hello, To my understanding you are trying to build a neural network with 5 inpurs and one output. I have created a dummy code b...

alrededor de 3 años hace | 0

Respondida
Matlab Drive Connector start/stop in Ubuntu
Hello, There should be a shortcut in your home directory, so the following should work from a terminal: To check whether MATL...

alrededor de 3 años hace | 1

Respondida
hello, i have a mixed 297 spreadsheet of output classification data like 0, 1 and 2 , i want to change it 100, 010 and 001 respectively with some matlab command.thanks
Hello, To my understanding, you want to replace the 0,1,2 with 100, 010 and 001 respectively. I am assuming that the numbers to...

alrededor de 3 años hace | 0

Respondida
How to concatenate multiple mat files into a single cell array
Hello, Please refer to this Answer on the community to automate the file loading procedure. For more information on using cat, ...

alrededor de 3 años hace | 0

| aceptada

Respondida
System Failure and Monte Carlo Simulation
Hello, Given that the probabilities of failure are A=0.01, B=0.04, C=0.06, D=0.03. We calculate the probability that none of th...

alrededor de 3 años hace | 0

| aceptada

Respondida
How to draw a graph from this table
Hello, You can start by reading data from excel by using readtable. You can find more information about readtable here. To dra...

alrededor de 3 años hace | 0

| aceptada

Respondida
Trying to open .ras image.
Hello, Generally, the inbuilt imread function is used to open .ras files as it supports the SUN Raster file format. The exact ...

alrededor de 3 años hace | 0

Respondida
How can I see the details of the 'computeFinDiffGradAndJac' function?
Hello, You won't find any documentation or info on .p files. Basically, when you call a MATLAB function from the command line ...

alrededor de 3 años hace | 0

Respondida
smooth vs smoothdata functions
Hello, These are very similar codes, doing similar things.Smooth was introduced in 2006, and smoothdata in 2017. Smoothdata is ...

alrededor de 3 años hace | 0

Respondida
Amplitude Modulation with square wave message signal
Hello, Please refer to this answer on the community for how to build a square wave message signal. Hope it helps.

alrededor de 3 años hace | 0

Respondida
Error Plotting a function - Matrix Dimensions must agree
Hello, The error occurs because the matrix you are trying to multiply are not compatible with each other for multiplication du...

alrededor de 3 años hace | 0

| aceptada

Respondida
Login information asked every sesion Matlab Drive Connector
Hello, MATLAB Connector now stores the user credentials secured using the system keychain. There are a few things that could ha...

alrededor de 3 años hace | 0

Respondida
Using Matlab in a mobile application ... how do I run a matlab exe or equivalent that my mobile app and input data and get output?
Hello, One option is to use MATLAB Coder, which generates C code from your MATLAB algorithm. You can then integrate the genera...

alrededor de 3 años hace | 0

Respondida
How to use finite difference to find slope for a function?
Hello, I have used forward finite difference approximation to design the following code for the purpose. h=0.1; % step's size ...

alrededor de 3 años hace | 0

Respondida
How to extend the graph from a limited range of data to the axis
Hello, To extrapolate a curve, you need to have any 2 of the following: The equation of the curve itself (using which the plot...

alrededor de 3 años hace | 0

Respondida
How to determine peaks of an analog signal from Arduino ?
Hello, You can read the signal from aurdino. I have attached the code below. c=60; while(c>0) c=c-1; readvalue = read...

alrededor de 3 años hace | 0

Respondida
I am trying to plot poisson density fit to my data x. but it doesnt seem to give the right results
Hello, It didnt work because Poisson distribution is a discrete probability distribution of the number of events occurring in a...

alrededor de 3 años hace | 0

Respondida
Slow startup of application in App Designer
Hello, Please refer to the following MATLAB answers. https://www.mathworks.com/matlabcentral/answers/493646-matlab-app-designe...

alrededor de 3 años hace | 0

Respondida
How to make a loop run multiple times for different values of a variable.
Hello, You can use functions here to solve the problem. I am attaching the code to assit you with it. x = 1; y = 2; z = 3; ...

alrededor de 3 años hace | 0

Respondida
how i can find 1 kHz sinusoidal disturbance of V rms =0.1V?
Hello, Assuming you want to create a disturbance of 1 kHz sinusoidal disturbance, please refer to the code below. t=0 : 0.0001...

alrededor de 3 años hace | 0

Respondida
Plot the feasible region for linear programming
Hello, Please refer to this file exchange here. Hope it helps.

alrededor de 3 años hace | 0

Respondida
Error using DynamicSystem/lsim
Hello, This error occurs when the number of rows in 'u' is not equal to number of rows in 't'. Please refer to the documentatio...

alrededor de 3 años hace | 0

Respondida
Different amplitude scales when recording two same mics simultaneously
Hello, The difference in amplitude might be because of distance between the source of sound and the microphones. Also, it migh...

alrededor de 3 años hace | 0

| aceptada

Respondida
Feed representation for pcbstack antenna (or any other antenna)
Hello, Please note that the red sphere is just for the representation purpose. The feed is set on a layer, it means that you ar...

alrededor de 3 años hace | 0

| aceptada

Cargar más