![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/23654092_1630253201461_DEF.jpg)
Ravi Narasimhan
Followers: 0 Following: 0
Off-and-on Matlab user since ~1993. Now a Matlab Home licensee in addition to work.
Programming Languages:
MATLAB
Spoken Languages:
English
MATLAB
Spoken Languages:
English
Feeds
질문
For TMW staff: Matlab Home/Cloud drive connector/macOS Mojave
Did TMW just drop support for Cloud Drive/Connector on macOS Mojave? I got my R2021a license on 31 August 2021 and the Connecto...
3년 초과 전 | 답변 수: 1 | 0
1
답변답변 있음
What should go in a next-generation MATLAB X?
Here are some low-falutin' features I'd like to see. My perspective: Periodic Matlab user who mostly likes the tool but has fru...
What should go in a next-generation MATLAB X?
Here are some low-falutin' features I'd like to see. My perspective: Periodic Matlab user who mostly likes the tool but has fru...
3년 초과 전 | 0
질문
Browsing FileExchange/Addons in simple tabular vs. icon format?
Question for TMW staff who may be checking in: I'm a Matlab Home (R2021a) and Online (R2021b) user It takes a lot of scrolling...
3년 초과 전 | 답변 수: 1 | 1
1
답변답변 있음
How to trim time series?
Are you trying to discard elements 129 through 255? If so, Z(129:end) = []; % Discard the unwanted elements or Z=Z(1:128); %...
How to trim time series?
Are you trying to discard elements 129 through 255? If so, Z(129:end) = []; % Discard the unwanted elements or Z=Z(1:128); %...
3년 초과 전 | 0
| 수락됨
답변 있음
Surf command to plot simple surface
Did you intend to do an element-by-element multiply on X and Y? https://www.mathworks.com/help/matlab/ref/times.html close a...
Surf command to plot simple surface
Did you intend to do an element-by-element multiply on X and Y? https://www.mathworks.com/help/matlab/ref/times.html close a...
3년 초과 전 | 0
| 수락됨
답변 있음
How to name Array with each of my Arrays in a bulk folder?
I believe what you are requesting (dynamically naming variables) can be done but is strongly discouraged. Here is a reference f...
How to name Array with each of my Arrays in a bulk folder?
I believe what you are requesting (dynamically naming variables) can be done but is strongly discouraged. Here is a reference f...
3년 초과 전 | 0
질문
Problems opening documentation examples in Matlab Online
I have access to Matlab Online via a Matlab Home license. Issue: Many example scripts/LiveScripts in Matlab docs do not open i...
3년 초과 전 | 답변 수: 0 | 4
0
답변답변 있음
How to use a Python file in Matlab?
Matlab offers a roots function to compute roots of polynomial (help roots). Is there some reason that won't work for you?
How to use a Python file in Matlab?
Matlab offers a roots function to compute roots of polynomial (help roots). Is there some reason that won't work for you?
3년 초과 전 | 0
답변 있음
Write a matlab code to generate a 1 X N matrix with values in the range of 1-100 according to a normal distribution with mean= 0 and variance=1
The documentation for the randn function may be of interest.
Write a matlab code to generate a 1 X N matrix with values in the range of 1-100 according to a normal distribution with mean= 0 and variance=1
The documentation for the randn function may be of interest.
3년 초과 전 | 0
답변 있음
exponential curve fit coefficients
See the answer to a similar question in: https://www.mathworks.com/matlabcentral/answers/1448569-queston-for-school-linearize-a...
exponential curve fit coefficients
See the answer to a similar question in: https://www.mathworks.com/matlabcentral/answers/1448569-queston-for-school-linearize-a...
3년 초과 전 | 0
답변 있음
Interpolation problem with interp1
Not sure what your R vector represents but it seems like you are trying to use a loop to interpolate within a one-dimensional ar...
Interpolation problem with interp1
Not sure what your R vector represents but it seems like you are trying to use a loop to interpolate within a one-dimensional ar...
3년 초과 전 | 0
질문
Hooking Matlab Online to a local Python installation?
I have a Matlab Home license and access to Matlab Online. Is it possible to connect Matlab Online to a local Python installatio...
3년 초과 전 | 답변 수: 2 | 0