photo

Ravi Narasimhan


Last seen: 6 days 前 自 2021 起处于活动状态

Followers: 0   Following: 3

消息

Off-and-on Matlab user since ~1993.

Programming Languages:
MATLAB
Spoken Languages:
English

统计学

All
MATLAB Answers

7 个提问
8 个回答

Cody

0 个问题
10 个答案

排名
4,057
of 300,270

声誉
13

贡献数
7 个提问
8 个回答

回答接受率
28.57%

收到投票数
5

排名
 of 20,903

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名
35,445
of 167,902

贡献数
0 个问题
10 个答案

评分
127

徽章数量
2

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Commenter
  • Thankful Level 2
  • Knowledgeable Level 1
  • Treasure Hunt Participant
  • First Answer
  • Solver

查看徽章

Feeds

排序方式:

提问


Is Simulink Fundamentals available by itself without getting the full Online Training Suite?
I have Matlab and Simulink Home Licenses and am interested in the Simulink Fundamentals course (separate from Simulink Onramp). ...

3 months 前 | 1 个回答 | 0

1

个回答

提问


Additional Home License/Apple Silicon questions (Support is not helpful)
I managed to file a Support case for these questions but got boilerplate back with no answers. Trying the Community reluctantly...

5 months 前 | 1 个回答 | 0

1

个回答

提问


MATLAB Home on Apple Silicon: GPU support?
I'm well aware that I should ask Sales about this but I can't contact them due to the attack. I enter my email on the contact f...

5 months 前 | 1 个回答 | 0

1

个回答

提问


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...

4 years 前 | 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...

4 years 前 | 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...

4 years 前 | 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); %...

4 years 前 | 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...

4 years 前 | 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...

4 years 前 | 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...

4 years 前 | 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?

4 years 前 | 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...

4 years 前 | 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...

4 years 前 | 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...

4 years 前 | 2 个回答 | 0

2

个回答