Community Profile

photo

Vijay

MathWorks

Last seen: 3개월 전 2022년부터 활동

Programming Languages:
Python, C++, C, Java, Javascript, MATLAB, SQL, HTML, CSS, Arduino, Shell
Spoken Languages:
English, Hindi

통계

  • 3 Month Streak
  • Knowledgeable Level 2
  • First Answer

배지 보기

Content Feed

보기 기준

답변 있음
Interpolating data in 1D with 2D sample points and a 2D matrix
Hello @Jose Luis Villaescusa Nadal The use of loop does not create any performance disadvantage. The bottleneck is the interpol...

대략 1년 전 | 1

| 수락됨

답변 있음
How do I split an audio file into two using Simulink ?
Hello @Abdulrahman Tabboush A similar question has been asked, please see the following link. splitting an audio file into 1s...

대략 1년 전 | 0

답변 있음
Create a Function and Graph of two variables from a set of data points
Hello @Manolis Ellinas Yes, you can fit the data using polynomial curve fitting. You need to first import the data into MATLA...

대략 1년 전 | 0

답변 있음
Is it possible to copy a figure into excel using a WebApp server?
Hello @Jens Peter Hansen Yes, you can create a create a COM server on your AZURE machine by supplying IP address of the remote ...

대략 1년 전 | 0

답변 있음
How can i connect raspberry pi (Ubuntu 22.04 OS) with Matlab?
Hello @Ibrahim Naglah The issue is with libmmal library. libmmal library deals with camera interfacing on raspberry Pi. With...

대략 1년 전 | 0

답변 있음
What's the fastest way to send out data from Simulink during simulation?
Hello @Enzo Yacometti Data is passed by value from MATLAB to python so, if your data is large, it will take time. However, you ...

1년 초과 전 | 0

답변 있음
Accessing a running MATLAB object from Python
Hello @Rob Campbell Yes, you can connect from python to a running instance of MATLAB and execute commands and access workspace ...

1년 초과 전 | 1

| 수락됨

답변 있음
creating a script to solve simultaneous equations using matrices
Hello @Callum Davies You can use the program below to solve the equations. % code section % Reset the script clc clear ...

1년 초과 전 | 0

답변 있음
Gui to display when the trash is full
Hello @Funmilayo I am assuming you can get value from ultrasonic sensor. You can use a “message box” to alert the user. Pleas...

1년 초과 전 | 0

답변 있음
How to run excel macro via MATLAB on another pc
Hello @Mohammad Azadi Tabar Link 1 demonstrates how you can do it on a local machine. In order to do it on a remote computer...

1년 초과 전 | 1

| 수락됨

답변 있음
The problem with the conditions
Hello @<person> Is it guaranteed that after sampling from t and subtracting we will have a value in the desired range before w...

1년 초과 전 | 0

답변 있음
Executable file appdesigner with Coolprop in python
Hello @Tazura1998 If you can share the code, then it would be easier to point out the issue. You can try to isolate the issue...

1년 초과 전 | 0

답변 있음
I would like to transfer a figure into excel. the 1st figure will be produced in the middle of the overall code.
Hi @Ahmad Nazhief Adnan You can use the function ‘xlswritefig’ from the link below. xlswritefig - File Exchange - MATLAB Cent...

1년 초과 전 | 0

답변 있음
How can I find the average trend of different eyes over a certain period of time?
Hello @Abu Tahir Taha From the image I can see you have an excel file. You need to first import the data into MATLAB and then c...

1년 초과 전 | 0

답변 있음
Silhouette: How do I 'add' labels to bars and assign colors to each cluster
Hello @AR I am assuming by each cluster you mean different color for each bar. In a single bar graph you cannot do that, But th...

1년 초과 전 | 0

| 수락됨

답변 있음
Any issue with R2022b Installer for Linux ?
Hi @Thomas Chung Please Contact MathWorks Installation Support Team. Contact Us - MATLAB & Simulink (mathworks.com)

1년 초과 전 | 0

답변 있음
I need to convert Organized point cloud to Unorganized one
Hi @alessio gianussi I am assuming you want to convert unorganized Point Cloud to organized one. For that you can use “pcorgani...

1년 초과 전 | 1

| 수락됨

답변 있음
Saving data from nested loop into final table
Hi @Reem RA You can use structure array to store the information and then use strcuct2table to convert them to table. Please ...

1년 초과 전 | 1

| 수락됨

답변 있음
How to create a struct arrary in the app designer.
Hi @Nwasinachi You can use a ‘TabGroup’ and reposition the ‘TabGroup’ such that the tab menu bar is out of visual boundary. Lik...

1년 초과 전 | 0

| 수락됨

답변 있음
Passing variable from MATLAB APP Designer Edit Field to a variable inside a .m file.
Hi @Kuang-Ting Hsueh You can use ‘load’ function to load your desired variable from a matfile into workspace or a structure. ...

1년 초과 전 | 1

답변 있음
How to change link.exe when compiling mex-file?
Hello @Henri Hämäläinen ld command is used to link object files together and produce executable. Linker is also part of compile...

1년 초과 전 | 0

답변 있음
issue running loading library
Hello @james ingham Make sure if you have both versions of library 64bit and 32bit? Make sure you are you using correct versio...

1년 초과 전 | 0

답변 있음
using Relay as Switch
Hello @Koran Namuq Using a switch may help. I have attached a screenshot.

1년 초과 전 | 0

답변 있음
Print HTML to PDF from Webview
Hello @Fabien Massé This question has already been asked. Refer to the following MATLAB Answers link for the same query How...

1년 초과 전 | 0

답변 있음
How to clear the Python environment on Windows
Hello @Olav Queseth you can edit the PATH environment variable of windows and remove the path that point to python executable. ...

1년 초과 전 | 0

답변 있음
I've tried running this code but unfortunately it doesn't work because of the 'symPower' is unrecognizable function or variable. Would definitely appreciate the help. Thanks
Hello @Kaeshwin Please make sure all variables are defined before using them. For example symPower, on of the variables used ...

1년 초과 전 | 0

답변 있음
How to deploy MATLAB Web App using MATLAB Compiler because MATLAB Web App Server is not there in 2022a?
First, you need to install MATLAB Runtime Refer the following documentation to install MATLAB Runtime: Install and Configure...

1년 초과 전 | 1

답변 있음
How can I use the same license on my Mac and on Windows running in Parallels on the same machine?
You could try out the following two things: Setup your Virtual Network Adapter in bridge mode. Refer to the following link ...

1년 초과 전 | 0

답변 있음
Opening or loading a rather complex dll file
In order to load a DLL file you need to use function loadlibrary. Also, it is necessary to have a header file for the DLL you w...

1년 초과 전 | 0