photo

Aman


Last seen: 18日 前 2024 年からアクティブ

Followers: 0   Following: 0

統計

  • 6 Month Streak
  • Knowledgeable Level 2
  • First Answer

バッジを表示

Feeds

表示方法

回答済み
Merge triangular faces of different meshes
Hi Alberto, From the data you shared, I understand that you have nodes and faces data for two separate geometries and wanted to...

約1ヶ月 前 | 0

| 採用済み

回答済み
Matlab code for cantilever beam with point load at free end
Hi Mamatha, As per my understanding, the length of the cantilever beam (L) is 10 m and the point load (P) is 28 kN. So with the...

約1ヶ月 前 | 0

回答済み
Matlab code for cantilever beam with point load at free end
Hi Mamatha, As per my understanding, the length of the cantilever beam (L) is 10 m and the point load (P) is 28 kN. So with the...

約1ヶ月 前 | 0

回答済み
How to read value from spreadsheet while using symbolic math tool?
Hi KS, From the information I understood, you want to read A0 and A1 data from a spread sheet and then perform some operations....

約1ヶ月 前 | 0

回答済み
How to call a variable from aspen to matlab without using EXCEL when variable has no attributes in aspen.
Hi Gopi, As per my understanding, you basically want to exchange the data between ASPEN and MATLAB without using Excel. There ...

約1ヶ月 前 | 0

回答済み
Drawing Rectangles in GUI xy Plot - dimensions dependent on sliders
Hi Michela, As per my understanding, you wanna draw rectangles once the axes is being clicked and are using slider values for c...

約1ヶ月 前 | 0

回答済み
syntax error in if else if block
Hi Maya, You are getting this error because the square brackets and '&&' are not allowd in IF block. The allowed opertators are...

2ヶ月 前 | 0

回答済み
GA, How to modify the requied return to requied risk in a Genetic Algorithm
Hi Santiago, As per my understanding, you want to now get the required risk instead of the required returns. In order to do so...

3ヶ月 前 | 0

回答済み
Error while extracting MIN and MAX values from a given data
Hi Rahul, From the description, I understood that you want to extract the left most (cen) and the right most (ped) values from ...

3ヶ月 前 | 0

回答済み
can someone help to write this the rosenbrock function for PSO and DE
Hi Cesario, As per my understanding, you want to use the rosenbrock function as the fitness function in the particle swarm opti...

3ヶ月 前 | 0

回答済み
Trying to find the error in my modified false position method code
Hi Lily, You are getting the below error from the below line: xr(i)=xu(i)-((fu(i)*(xl(i)-xu(i))/(fl(i)-fu(i)))); Here "fl" an...

3ヶ月 前 | 0

回答済み
Mean of Multiple data sets across a time series
Hi Fiona, As per my understanding, you want to get the mean CO2 where the reading has been taken at different locations and the...

3ヶ月 前 | 0

回答済み
How to generate 3D surface or robot workspace?
Hi Francesco, As per my understanding, you want to visualize the robot workspace in 3D and want to know whether direct kinemati...

3ヶ月 前 | 0

回答済み
MISO System. LSTM
Hi Jesus, This error occurs due to a dimension mismatch between the targets and the network output. Since you are using a MIS...

3ヶ月 前 | 0

| 採用済み

回答済み
matlab structure in generated code for variant control
Hi Jake, From the information provided, I understand that you want to have control over the name and the storage class in the g...

4ヶ月 前 | 0

回答済み
Unique Property on Project in Matlab
Hi Suraj, I understand that you want to check whether there is a unique ID for the MATLAB project. Currently, there is no prop...

4ヶ月 前 | 0

回答済み
Clustering GMM quadratic Matrix
Hi Alexander, As per my understanding, you want to find the ideal number of clusters and cluster the data that you have using t...

4ヶ月 前 | 0

回答済み
How to use these LDA files mentioned in the hyperlink to perform LDA on DCT coeff of normalised iris?
Hi Ridhima, As per my understanding, you want to know the input parameters for the "LDA" function. The "LDA" function takes tw...

4ヶ月 前 | 0

| 採用済み

回答済み
Export 'Simulation Details' for all runs displayed in Simulation Manager
Hi Julian, From the information provided, I understand that you want to get the simulation results and do comparative analysis....

4ヶ月 前 | 1

| 採用済み

回答済み
Send multiples data and plot from .m script to AppDesigner
Hi Siti, As per my understanding, you want to send data in real time from a MATLAB script to the app designer for creating plot...

5ヶ月 前 | 0

回答済み
Visualize policy in Grid World
Hi GCats, As per my understanding, you are trying to generate a custom plot for the "GridWorld" and are facing issues while d...

6ヶ月 前 | 0

回答済み
offline ( Gauss Newtone approach ) Prediction error method for ARMAX Model, Algorithm Implemented but not good results
Hi Reda, As per my understanding, you are using the Gauss-Newton method of optimizing the prediction error, but the result is n...

6ヶ月 前 | 0

回答済み
Code for using the newton iteration method
Hi Jean, I understand that you are getting imaginary values instead of real numbers while updating "s" with the help of the New...

6ヶ月 前 | 0

回答済み
Determine driving styles of a driver
Hi Ben, As per my understanding, you want to classify the driving system based on the acceleration and the mapping table shared...

6ヶ月 前 | 0

回答済み
I am not been able to wrire a suitable code to solve the equation for pde
Hi Tapobrata, I understand that you want to solve the mentioned PDE using MATLAB and want to know how to do it. The PDE ment...

6ヶ月 前 | 1

回答済み
Animate 3D figure imported from stl
Hi Thel, As per my understanding, you are trying to simulate a scenario for bot arm movement but are facing issues while creati...

6ヶ月 前 | 0

回答済み
How to plot a big expression whose output in command window showing "... Output truncated. Text exceeds maximum line length for Command Window display".
Hi Dip, As per my understanding, you have a too-long equation, and while plotting it, you are getting a blank figure. I tried ...

6ヶ月 前 | 0

回答済み
HDF5 Insert an Array Field into Compound Dataset
Hi Kate, I see that you are trying to create a compound dataset, but while doing so, you are facing issues while writing it to ...

6ヶ月 前 | 0

回答済み
Issue with malloc in Mex file.
Hi Meddi, As per my understanding, you have written a mex code that utilizes the FFTW library and are facing issues while using...

6ヶ月 前 | 0

回答済み
approaching goal attaining optimization problem
Hi Chandra, As per my understanding, you are trying to solve the multi-objective goal attainment problem and are facing issues ...

6ヶ月 前 | 0