![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/23410988_1627665893756_DEF.jpg)
Zuber Khan
Followers: 0 Following: 0
統計
All
Feeds
回答済み
How to solve a system of equations when multiple parameters changes
Hi, It seems like the issue might be due to trying to index symbolic variables in the vpasolve function. The variables 'FBRy', ...
How to solve a system of equations when multiple parameters changes
Hi, It seems like the issue might be due to trying to index symbolic variables in the vpasolve function. The variables 'FBRy', ...
4ヶ月 前 | 0
回答済み
How do I read multiband envi generated image file into matlab?
Hi, As per my understanding, you are facing this issue because MATLAB's "imread" function might not support reading ".img" file...
How do I read multiband envi generated image file into matlab?
Hi, As per my understanding, you are facing this issue because MATLAB's "imread" function might not support reading ".img" file...
4ヶ月 前 | 0
回答済み
Can I use Convolution Neural Network (CNN) as a two class classifier?
Hi, Yes, you can apply Convolution Neural Network (CNN) to 1-D data as well for classification. CNNs are not limited to 2D imag...
Can I use Convolution Neural Network (CNN) as a two class classifier?
Hi, Yes, you can apply Convolution Neural Network (CNN) to 1-D data as well for classification. CNNs are not limited to 2D imag...
5ヶ月 前 | 0
回答済み
Error importing matlab.engine in python
Hi, The error that you are getting while importing MATLAB Engine may occur due to multiple reasons. The issue might be related...
Error importing matlab.engine in python
Hi, The error that you are getting while importing MATLAB Engine may occur due to multiple reasons. The issue might be related...
5ヶ月 前 | 0
回答済み
Is there any HEV or BEV existing model in MATLAB ?
Hi, The following example shows how to model a power-split hybrid electric vehicle (HEV) with a simple rule-based controller fo...
Is there any HEV or BEV existing model in MATLAB ?
Hi, The following example shows how to model a power-split hybrid electric vehicle (HEV) with a simple rule-based controller fo...
5ヶ月 前 | 0
回答済み
Funktion for a floating masspoint in 3D
Hi, I understand that you are trying to write custom code to plot a floating masspoint on a 3D surface in MATLAB. There are a f...
Funktion for a floating masspoint in 3D
Hi, I understand that you are trying to write custom code to plot a floating masspoint on a 3D surface in MATLAB. There are a f...
5ヶ月 前 | 0
解決済み
Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...
5ヶ月 前
回答済み
Camera Calibrator can not add images from camera
Hi, The possible reason you do not see your camera might be that it is not a UVC compliant webcam. The Camera Calibrator App wo...
Camera Calibrator can not add images from camera
Hi, The possible reason you do not see your camera might be that it is not a UVC compliant webcam. The Camera Calibrator App wo...
5ヶ月 前 | 0
回答済み
Optimization of a laminat using spline function
Hi, Splines can be used to smooth noisy data and perform interpolation. As per my understanding, you would need to use an optim...
Optimization of a laminat using spline function
Hi, Splines can be used to smooth noisy data and perform interpolation. As per my understanding, you would need to use an optim...
5ヶ月 前 | 0
回答済み
How to compute confusion matrix for cross-validated Naive-Bayes model?
Hi, You are facing this error because "mdlNBCV" is cross-validated classification model which means that it belongs to a set of...
How to compute confusion matrix for cross-validated Naive-Bayes model?
Hi, You are facing this error because "mdlNBCV" is cross-validated classification model which means that it belongs to a set of...
5ヶ月 前 | 0
回答済み
add collum to one matrix from another
Hi, You can create a column vector from b33, b23 and b11 which refer to third element of the third column of matrix B, second e...
add collum to one matrix from another
Hi, You can create a column vector from b33, b23 and b11 which refer to third element of the third column of matrix B, second e...
5ヶ月 前 | 0
回答済み
Problem with use of fuzarith
Hi, I tried to reproduce this issue. Although I did not receive the same error message as you have mentioned, but I got the fol...
Problem with use of fuzarith
Hi, I tried to reproduce this issue. Although I did not receive the same error message as you have mentioned, but I got the fol...
5ヶ月 前 | 0
回答済み
How can I generate a simple azimuth polar plot using antenna weights for beam steering?
Hi, I understand that you want to steer a beam in a specific direction using a uniform linear array (ULA) in MATLAB. It is cruc...
How can I generate a simple azimuth polar plot using antenna weights for beam steering?
Hi, I understand that you want to steer a beam in a specific direction using a uniform linear array (ULA) in MATLAB. It is cruc...
5ヶ月 前 | 0
回答済み
Calibrating Sensors: Hi does anyone know how to create a loop that will run through all of this code for multiple column vectors? I am having trouble creating a script to carry this out while taking out outliers, then running those vectors through
Hi, In order to create a loop that processes multiple column vectors, you can encapsulate your existing code within a function ...
Calibrating Sensors: Hi does anyone know how to create a loop that will run through all of this code for multiple column vectors? I am having trouble creating a script to carry this out while taking out outliers, then running those vectors through
Hi, In order to create a loop that processes multiple column vectors, you can encapsulate your existing code within a function ...
5ヶ月 前 | 0
回答済み
break even point analysis
Hi, You can try using Financial Toolbox present in MATLAB in order to cater to your needs. For instance, "pvvar" function can...
break even point analysis
Hi, You can try using Financial Toolbox present in MATLAB in order to cater to your needs. For instance, "pvvar" function can...
5ヶ月 前 | 0
回答済み
Error using network/subsref (line 198) Index exceeds matrix dimensions. Error in Pelatihan (line 70) net.IW{1,3};
Hi, The error message that you are encountering suggests that you are trying to access an index in a cell array that doesn't ex...
Error using network/subsref (line 198) Index exceeds matrix dimensions. Error in Pelatihan (line 70) net.IW{1,3};
Hi, The error message that you are encountering suggests that you are trying to access an index in a cell array that doesn't ex...
5ヶ月 前 | 0
回答済み
How to fit arma model to time series???
Hi, To fit an ARMA (Autoregressive Moving Average) model to a time series in MATLAB, you can use the Econometrics Toolbox, whic...
How to fit arma model to time series???
Hi, To fit an ARMA (Autoregressive Moving Average) model to a time series in MATLAB, you can use the Econometrics Toolbox, whic...
5ヶ月 前 | 0
回答済み
how to represent an image with the autoregressive model
Hi, Firstly, it's essential to grasp the concept of an Autoregressive Model. Many observed time series exhibit serial autocorr...
how to represent an image with the autoregressive model
Hi, Firstly, it's essential to grasp the concept of an Autoregressive Model. Many observed time series exhibit serial autocorr...
5ヶ月 前 | 0
回答済み
Machine initialization_Diesel generator
Hi, Yes, you can model the system with the saved steady state values. The power output of both a diesel generator and an async...
Machine initialization_Diesel generator
Hi, Yes, you can model the system with the saved steady state values. The power output of both a diesel generator and an async...
5ヶ月 前 | 0
回答済み
Vision Detector Generator Noise Properties
Hi, The visionDetectionGenerator object holds information about the vision sensor's configuration and provides a method that mo...
Vision Detector Generator Noise Properties
Hi, The visionDetectionGenerator object holds information about the vision sensor's configuration and provides a method that mo...
5ヶ月 前 | 0
回答済み
Unit delay in algebraic loop causes overshoot / instability
Hi, I understand that you are using a delay block to remove the algebraic loop. In some cases, adding a small delay (either di...
Unit delay in algebraic loop causes overshoot / instability
Hi, I understand that you are using a delay block to remove the algebraic loop. In some cases, adding a small delay (either di...
5ヶ月 前 | 0
回答済み
How can I write a multifunctions to test exhaustive search method
Hi, Based on my understanding of the question, it seems you are looking for a function based design of your exhaustive search p...
How can I write a multifunctions to test exhaustive search method
Hi, Based on my understanding of the question, it seems you are looking for a function based design of your exhaustive search p...
5ヶ月 前 | 0
回答済み
Multiple variable resistors cause instability
Hi, I understand that dealing with instability in Simulink models is an unpleasant experience. I have got a few ideas that migh...
Multiple variable resistors cause instability
Hi, I understand that dealing with instability in Simulink models is an unpleasant experience. I have got a few ideas that migh...
5ヶ月 前 | 0
回答済み
Coefficients in simple equations, y not represented all the time
Hi, When working with symbolic expressions in MATLAB, you might find it necessary to extract the coefficients of specific varia...
Coefficients in simple equations, y not represented all the time
Hi, When working with symbolic expressions in MATLAB, you might find it necessary to extract the coefficients of specific varia...
5ヶ月 前 | 0
回答済み
An error occurred while importing a .pt file which include PReLU
Hi, I am assuming that you have installed "Deep Learning Toolbox Converter for PyTorch Models" support package. If not, firstly...
An error occurred while importing a .pt file which include PReLU
Hi, I am assuming that you have installed "Deep Learning Toolbox Converter for PyTorch Models" support package. If not, firstly...
5ヶ月 前 | 0
回答済み
Minimum valid Temperature Error At Time 0
Hi, It is possible that the the step size is unfortunately too large for the model to simulate stably. I recommend using the va...
Minimum valid Temperature Error At Time 0
Hi, It is possible that the the step size is unfortunately too large for the model to simulate stably. I recommend using the va...
5ヶ月 前 | 1
回答済み
Solving ODE using discretization and Euler's method
Hi, I understand that you want to solve PDE using the discretization and Euler's method. A general framework for Euler's metho...
Solving ODE using discretization and Euler's method
Hi, I understand that you want to solve PDE using the discretization and Euler's method. A general framework for Euler's metho...
5ヶ月 前 | 0
回答済み
trapezoidal operation in velocity-time graph
Hi, You can use MATLAB's "trapveltraj" function to create a trapezoidal velocity-time profile as shown. This function is typica...
trapezoidal operation in velocity-time graph
Hi, You can use MATLAB's "trapveltraj" function to create a trapezoidal velocity-time profile as shown. This function is typica...
5ヶ月 前 | 0
回答済み
How slprj folder gets rebuild even after moving [.slxc & .mexw64] files to different folder?
Hi, In MATLAB, when you simulate a model in "Accelerator" mode, it generates several files that help speed up subsequent simula...
How slprj folder gets rebuild even after moving [.slxc & .mexw64] files to different folder?
Hi, In MATLAB, when you simulate a model in "Accelerator" mode, it generates several files that help speed up subsequent simula...
5ヶ月 前 | 0