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

mer än 3 år ago | 0

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

mer än 3 år ago | 0

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

mer än 3 år ago | 0

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

mer än 3 år ago | 0

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

mer än 3 år ago | 0

| accepted

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

mer än 3 år ago | 0

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

mer än 3 år ago | 0

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

mer än 3 år ago | 1

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

mer än 3 år ago | 0

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

mer än 3 år ago | 0

| accepted

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

mer än 3 år ago | 0

| accepted

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

mer än 3 år ago | 0

| accepted

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

mer än 3 år ago | 0

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

mer än 3 år ago | 0

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

mer än 3 år ago | 0

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

mer än 3 år ago | 0

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

mer än 3 år ago | 0

| accepted

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

mer än 3 år ago | 0

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

mer än 3 år ago | 0

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

mer än 3 år ago | 0

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

mer än 3 år ago | 0

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

mer än 3 år ago | 0

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

mer än 3 år ago | 0

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

mer än 3 år ago | 0

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

mer än 3 år ago | 0

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

mer än 3 år ago | 0

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

mer än 3 år ago | 0

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

mer än 3 år ago | 0

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

mer än 3 år ago | 0

| accepted

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

mer än 3 år ago | 0

| accepted

Load more