photo

Ravi Narasimhan


Last seen: environ 2 mois il y a Actif depuis 2021

Followers: 0   Following: 3

Message

Off-and-on Matlab user since ~1993.

Programming Languages:
MATLAB
Spoken Languages:
English

Statistiques

All
MATLAB Answers

7 Questions
8 Réponses

Cody

0 Problèmes
10 Solutions

RANG
4 073
of 301 511

RÉPUTATION
13

CONTRIBUTIONS
7 Questions
8 Réponses

ACCEPTATION DE VOS RÉPONSES
28.57%

VOTES REÇUS
5

RANG
 of 21 308

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG
37 213
of 174 936

CONTRIBUTIONS
0 Problèmes
10 Solutions

SCORE
127

NOMBRE DE BADGES
2

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

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

Afficher les badges

Feeds

Afficher par

Question


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

9 mois il y a | 1 réponse | 0

1

réponse

Question


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

11 mois il y a | 1 réponse | 0

1

réponse

Question


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

11 mois il y a | 1 réponse | 0

1

réponse

Question


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

plus de 4 ans il y a | 1 réponse | 0

1

réponse

Réponse apportée
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...

plus de 4 ans il y a | 0

Question


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

plus de 4 ans il y a | 1 réponse | 1

1

réponse

Réponse apportée
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); %...

plus de 4 ans il y a | 0

| A accepté

Réponse apportée
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...

plus de 4 ans il y a | 0

| A accepté

Réponse apportée
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...

plus de 4 ans il y a | 0

Question


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

plus de 4 ans il y a | 1 réponse | 4

0

réponse

Réponse apportée
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?

plus de 4 ans il y a | 0

Réponse apportée
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.

plus de 4 ans il y a | 0

Réponse apportée
exponential curve fit coefficients
See the answer to a similar question in: https://www.mathworks.com/matlabcentral/answers/1448569-queston-for-school-linearize-a...

plus de 4 ans il y a | 0

Réponse apportée
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...

plus de 4 ans il y a | 0

Question


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

plus de 4 ans il y a | 2 réponses | 0

2

réponses