Community Profile

photo

Shubhashree Bal


Last seen: 7ヶ月 前 2018 年からアクティブ

統計

  • Thankful Level 1
  • First Answer

バッジを表示

Content Feed

表示方法

回答済み
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...

4年以上 前 | 0

質問


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

4年以上 前 | 1 件の回答 | 0

1

回答

質問


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

5年弱 前 | 0 件の回答 | 0

0

回答

質問


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

約6年 前 | 1 件の回答 | 0

1

回答