Community Profile

photo

baljit singh


Last seen: 20 days ago Active since 2021

Statistics

All
  • Solver
  • Thankful Level 1
  • First Submission

View badges

Content Feed

View by

Solved


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

4 months ago

Submitted


Visible Wavelength plot
It is plot in which wavelength represented by its color.

3 years ago | 1 download |

Question


two colormap in one figure
How do i plot two colormap in on figure with following codes x=400:.1:750; x=[x]; y=0:0.1:1; y=[y]; z=0:(1/3500):1; z=repm...

3 years ago | 0 answers | 0

0

answers

Question


Maximum recursion limit of 500 reached.
While using code clc; clear all; A=35:1:45; x=[A]; y=[0:.1:1]; z = randi([0 1],11,11); pcolor(x,y,z) shading interp...

3 years ago | 1 answer | 0

1

answer