photo

Shubhashree Bal


Last seen: 1 month ago Active since 2018

Followers: 0   Following: 0

Statistics

MATLAB Answers

3 Questions
1 Answer

RANK
264,227
of 298,227

REPUTATION
0

CONTRIBUTIONS
3 Questions
1 Answer

ANSWER ACCEPTANCE
33.33%

VOTES RECEIVED
0

RANK
 of 20,552

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 160,627

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Thankful Level 1
  • First Answer

View badges

Feeds

View by

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

5 years ago | 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...

5 years ago | 1 answer | 0

1

answer

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

6 years ago | 0 answers | 0

0

answers

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

7 years ago | 1 answer | 0

1

answer