photo

Shubhashree Bal


Last seen: 3 Monate vor Aktiv seit 2018

Followers: 0   Following: 0

Statistik

  • Thankful Level 1
  • First Answer

Abzeichen anzeigen

Feeds

Anzeigen nach

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

mehr als 4 Jahre vor | 0

Frage


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

fast 5 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

mehr als 5 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


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

mehr als 6 Jahre vor | 1 Antwort | 0

1

Antwort