photo

Shubhashree Bal


Last seen: 3 mois il y a Actif depuis 2018

Followers: 0   Following: 0

Statistiques

MATLAB Answers

3 Questions
1 Réponse

RANG
258 426
of 300 381

RÉPUTATION
0

CONTRIBUTIONS
3 Questions
1 Réponse

ACCEPTATION DE VOS RÉPONSES
33.33%

VOTES REÇUS
0

RANG
 of 20 941

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG

of 168 477

CONTRIBUTIONS
0 Problèmes
0 Solutions

SCORE
0

NOMBRE DE BADGES
0

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

  • Thankful Level 1
  • First Answer

Afficher les badges

Feeds

Afficher par

Réponse apportée
Matlab Coder : Size Mismatch Issue
There is a documentation in mathswork that give the answer to this question. The link is attached below: https://in.mathworks.c...

presque 6 ans il y a | 0

Question


How can I select the working dimension by supplying the DIM argument?
While generating C code for below code: a= [1 2 3 4 5]; u = a/max(a); I am getting error: The working dimension was sel...

presque 6 ans il y a | 1 réponse | 0

1

réponse

Question


What does two sided spectrum represent in fft function of MATLAB? Can someone explain fft and its plot in MATLAB?
close all; clear all; clc; Fs = 1000; % Sampling frequency T = 1/Fs; % Sampling period L = 1500; ...

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

0

réponse

Question


How to force MATLAB Coder to combine two functions into one?
I want to add two different functions in a single main c code generated by Matlab coder. How can I select two different function...

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

1

réponse