Nitya Patel
IIIT Vadodara
自 2023 起处于活动状态
Followers: 0 Following: 0
I am an Engineering Development Group Intern at MathWorks. I am working on a project here. Besides that, I am also training to provide technical support to the community. My technical interest lies in Machine Learning and Artificial Intelligence. Other than that, I like to solve various puzzles in my personal time. DISCLAIMER: Any advice or opinions here are my own, and in no way are on the behalf of MathWorks.
Programming Languages:
Python, MATLAB
Spoken Languages:
English
Professional Interests:
Python with MATLAB, Language Fundamentals, Programming, Puzzles
Python, MATLAB
Spoken Languages:
English
Professional Interests:
Python with MATLAB, Language Fundamentals, Programming, Puzzles
Feeds
已回答
how to automatically configure the sim parameter
You can use the set_param function to set these parameters before running the sim function. Something like below: set_param('mo...
how to automatically configure the sim parameter
You can use the set_param function to set these parameters before running the sim function. Something like below: set_param('mo...
1 year 前 | 0
| 已接受
已回答
Hi everyone i want to ask about im crop
To create an interactive crop region in MATLAB with a fixed size of 1cm x 1cm, you can use the imrect function from the Image Pr...
Hi everyone i want to ask about im crop
To create an interactive crop region in MATLAB with a fixed size of 1cm x 1cm, you can use the imrect function from the Image Pr...
1 year 前 | 0
已回答
Can I post MATLAB code I wrote with a student license to open source platforms?
You can post your code and your projects to open source platforms as long as they do not violate any other rules. You can check ...
Can I post MATLAB code I wrote with a student license to open source platforms?
You can post your code and your projects to open source platforms as long as they do not violate any other rules. You can check ...
1 year 前 | 0
| 已接受
已回答
How to access logged data from Simulink.SimulationOutput object by name (instead of {index})?
You can use the find method to do so, here is the documentation for the same: Simulink.SimulationOutput.find.
How to access logged data from Simulink.SimulationOutput object by name (instead of {index})?
You can use the find method to do so, here is the documentation for the same: Simulink.SimulationOutput.find.
1 year 前 | 0
已回答
Removing noise peaks on 3D surface reconstruction
One possible way to do this is to use 3D Median Filtering using medfilt3. This will remove all the outliers too far from the med...
Removing noise peaks on 3D surface reconstruction
One possible way to do this is to use 3D Median Filtering using medfilt3. This will remove all the outliers too far from the med...
1 year 前 | 0
已回答
How to control the font of Contour "ShowText" option?
It is my understanding that you want to change the font size and appearance of the labels in a contour plot. You can check out h...
How to control the font of Contour "ShowText" option?
It is my understanding that you want to change the font size and appearance of the labels in a contour plot. You can check out h...
1 year 前 | 3
| 已接受
已回答
Contour Plot in Triangular Box/Frame
It is my understanding that you want to plot the contours plots withing a trangular block enclosed between (0,0), (0,1) and (1,0...
Contour Plot in Triangular Box/Frame
It is my understanding that you want to plot the contours plots withing a trangular block enclosed between (0,0), (0,1) and (1,0...
1 year 前 | 1
已回答
How can I open .wfm files and view them in matlab?
It is my understanding that you want to open and read wfm files in MATLAB. Check out the open source file by @Erik Benkler given...
How can I open .wfm files and view them in matlab?
It is my understanding that you want to open and read wfm files in MATLAB. Check out the open source file by @Erik Benkler given...
1 year 前 | 0
已回答
Euro sign when using latex interpreter
It is my understanding that you would like to add a Euro symbol in a legend. As of MATLAB R2023a, you can simply add it using th...
Euro sign when using latex interpreter
It is my understanding that you would like to add a Euro symbol in a legend. As of MATLAB R2023a, you can simply add it using th...
1 year 前 | 1
已回答
matlab 3d function conture
It is my understanding that you want to plot the function for the domain . Below is the code to plot a 3D surface plot of the ...
matlab 3d function conture
It is my understanding that you want to plot the function for the domain . Below is the code to plot a 3D surface plot of the ...
1 year 前 | 1
已回答
The same font in Editor looks different in Command window. Why?
It is my understanding that you want a typical monospace font in both the editor and the command window; however, the same setti...
The same font in Editor looks different in Command window. Why?
It is my understanding that you want a typical monospace font in both the editor and the command window; however, the same setti...
1 year 前 | 1